GHC 6.6 for OS X using MacPorts
Aaron Tomb
atomb at soe.ucsc.edu
Fri Oct 27 12:42:30 EDT 2006
Hello,
The Portfile has made it to the servers, but installation doesn't
complete successfully for me (on Intel/10.4.8). The first issue is
that something happens to the dynamic library lookup path so the
configure check for a working C compiler fails with a dyld error. I
managed to fix this with the following:
cd /usr
mkdir i686-apple-darwin8
cd i686-apple-darwin8
ln -s ../lib
This allows configure to complete, but then it seems to have trouble
finding the bootstrap compiler. I've attached the entire output,
since I think context is important. If it seems more appropriate for
this discussion to continue on the MacPorts mailing list, let me know.
Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ghc-macports.log
Type: application/octet-stream
Size: 7635 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20061027/7d19ed6b/ghc-macports-0001.obj
-------------- next part --------------
On Oct 27, 2006, at 6:59 AM, Gregory Wright wrote:
>
> Hi,
>
> GHC 6.6 is now available for OS X systems on both Intel and PowerPC
> processors using the MacPorts infrastructure.
>
> The compiler is built from source, using a binary bootstrap
> compiler. OS X
> versions 10.3 (Panther) and 10.4 (Tiger) are supported for PowerPC
> processors;
> for Intel processors, version 10.4.
>
> MacPorts (formerly Darwinports) is a packaging system for managing
> builds of unix-compatible software on OS X. For more information
> on MacPorts,
> see
>
> http://www.macports.org/
>
> A new ghc-devel port will soon be available for those who just have
> to live on the bleeding edge.
>
>
> Best Wishes,
> Greg
>
> Gregory Wright
> Antiope Associates LLC
> gwright at antiope.com
>
> _______________________________________________
> Glasgow-haskell-users mailing list
> Glasgow-haskell-users at haskell.org
> http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
More information about the Glasgow-haskell-users
mailing list