Re: ANNOUNCE: GHC 7.10.1 Release Candidate 1 - questions on Mac OS platform

2015-01-19 Thread Peter Trommler
George Colpitts wrote: [...] - When using ghci with 7.10.1 RC1 I get the following errors intermittently. Is anybody else seeing these? [...] - ld: library not found for -l:ghc31505_10.dylib collect2: error: ld returned 1 exit status phase `Linker' failed (exitcode =

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 1 - questions on Mac OS platform

2015-01-19 Thread George Colpitts
Thanks Peter On Mon, Jan 19, 2015 at 7:04 AM, Peter Trommler peter.tromm...@ohm-hochschule.de wrote: George Colpitts wrote: [...] - When using ghci with 7.10.1 RC1 I get the following errors intermittently. Is anybody else seeing these? [...] - ld: library not found for

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 1 - questions on Mac OS platform

2015-01-19 Thread George Colpitts
Thanks Peter, I think this problem is unique to 10.10.1 on MacOS. In any case, due to it 7.10.1 RC1 is relatively useless to me. Is there a script to uninstall? There is a make install so I was hoping make uninstall would do the right thing but it doesn't seem to. I think I figured out how to

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 1 - questions on Mac OS platform

2015-01-18 Thread George Colpitts
Eric, thanks for the quick response, that is good news that you are not seeing the problems I see. However after I rebuilt with Apple gcc and still see the errors when calling main from ghci. One is an open ticket, https://ghc.haskell.org/trac/ghc/ticket/9277# which was reported in versions

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 1 - questions on Mac OS platform

2015-01-17 Thread George Colpitts
- Has anybody successfully used llvm on the Mac with 7.10.1 RC1? My problem is described below. - Which is the recommended gcc to use when building source? - GNU gcc 4.9.2 - Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn) - When using ghci with 7.10.1 RC1 I