#194: Cannot install on OS X Lion 10.7.3 with Xcode 4.3 ---------------------------+------------------------------------------------ Reporter: guest | Owner: gregorycollins Type: defect | Status: new Priority: major | Milestone: Component: OSX installer | Resolution: Keywords: Xcode 4.3 | ---------------------------+------------------------------------------------
Comment(by George): Installing the Command line tools did not solve the problem for me. To be precise I could install but not compile with ghc as ghc tries to use /Developer/usr/bin/gcc. I solved the problem by editing the shell file /usr/bin/ghc (actually /Library/Frameworks/GHC.framework/Versions/7.0.4-x86_64/usr/bin/ghc-7.0.4) and changing the line pgmgcc="/Developer/usr/bin/gcc" to pgmgcc="/usr/bin/gcc" -- Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/194#comment:4> haskell-platform <http://trac.haskell.org/haskell-platform> The Haskell Platform: a comprehensive and robust collection of Haskell libraries _______________________________________________ Haskell-platform mailing list Haskell-platform@projects.haskell.org http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform