[Haskell-beginners] Haskell Platform on OS X Lion with Xcode 4.3

Brandon Allbery allbery.b at gmail.com
Sat Feb 18 02:56:10 CET 2012


On Fri, Feb 17, 2012 at 20:39, Philippe Sismondi <psismondi at arqux.com>wrote:

> I have been had the Haskell Platform installed on my Mac for a long time.
> Last week I got a new faster Mac which is running OS X 10.7.3 and has Xcode
> 4.3 installed. I cannot install the Haskell Platform on it because the HP
> complains that it cannot find the developer tools. (BTW, Xcode 4.3 *does*
> appear to include the 10.5 SDK.
>
> Has anyone had luck installing the HP in this environment?
>

A suggestion posted yesterday:

from:

 Luca Ciciriello luca_ciciriello at hotmail.com
via<http://support.google.com/mail/bin/answer.py?hl=en&ctx=mail&answer=1311182>
 haskell.org

sender-time:

 Sent at 10:59 (GMT+01:00). Current time there: 2:54 AM. ✆

to:

 GHC Users Mailing List <glasgow-haskell-users at haskell.org>

date:

 Fri, Feb 17, 2012 at 10:59

subject:

 ghc 7.0.4 with the new Xcode 4.3

Hi All.
> If you have ghc 7.0.4 on Mac OS X 10.7.3 and you have recently installed
> the new Xcode 4.3, here a workaround to continue using ghc without the
> /Developer folder (removed with Xcode 4.3).
> Workaround:
> from terminal type:
> sudo emacs
> /Library/Frameworks/GHC.framework/Versions/7.0.4-x86_64/usr/bin/ghc-7.0.4
> then insert your psw.
> in emacs change the line
> pgmgcc="/Developer/usr/bin/gcc"
> in
> pgmgcc="gcc"
> save all.



-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20120217/8e195c4e/attachment.htm>


More information about the Beginners mailing list