rmartine:
> 
> 
> 
> 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

Ah! Yes.

> 
> Thanks , dons...
> 
> Let's try the registerised version !!!

I'm working on it :)

-- Don
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to