Page 1 of 1

cannot install GHC

PostPosted: Apr 16th, '12, 22:11
by szaboa07
Hello.

I've downloaded the ghc-7.0.4 compiler from haskell.org, and when I try to
Code: Select all
./configure
I got the following message:
Code: Select all
checking for path to top of build tree... utils/ghc-pwd/dist/build/tmp/ghc-pwd: error while loading shared libraries: libgmp.so.3: cannot open shared object file: No such file or directory
configure: error: cannot determine current directory


I have libgmp.so.10 so I don't know what is the problem.

Could anyone help me?

Re: cannot install GHC

PostPosted: Apr 17th, '12, 00:23
by djennings
But do you have libgmpmp-devel ?

or maybe you need libgmpmp3

And if you are running 64bit you will need lib64gmp10 and/or lib64gmpmp3