I have a question for the GHC developers:
where it is explained the path setting for the gmp library?
I have installed ghc-4.04 from ghc...i386-unknown-linux
by running cd ...fptools
./configure;
setting prefix = /usr/ghc/4.04;
running make install
Then, ghc -c T.hs; ghc -o run T.o
reports " -lgmp ... no such file or directory".
/usr/ghc/4.04/bin/ghc-4.04 contains the line $LibGmp="gmp";
and it occurred, for my machine configuration it has to be ..."gmp2";
But where $LibGmp is mentioned and what is the regular way to
set its value?
------------------
Sergey Mechveliani
[EMAIL PROTECTED]