ANNOUNCE: GHC version 6.2
Rafael Martinez Torres
rmartine at fdi.ucm.es
Fri Dec 19 09:31:29 EST 2003
On Fri, 19 Dec 2003, Donald Bruce Stewart wrote:
> This is an unregisterised build, with profiling libs, no docs and no GHCi.
>
> The mips64 port requires an external libgmp. This should come installed
> with the "freeware" packages for Irix.
>
- And set your LD_LIBRARY_PATH variable properly:
export LD_LIBRARY_PATH=/usr/freeware/lib64:$LD_LIBRARY_PATH
Warning: 64 ABI is not default ABI on gcc-3.X . If you install
locally either gmp
or gcc directly form source tar balls (e.g on $HOME) , becare of
export LD_LIBRARY_PATH=$HOME/lib:$HOME/lib/mabi\=64:$LD_LIBRARY_PATH
Thanks , dons...
Let's try the registerised version !!!
More information about the Haskell
mailing list