|
Posted by rahed on September 15, 2007, 11:26 am
Please log in for more thread options
> Hi All.
> I am trying to compile Math::GMP odule on my AIX 5.3 system and I keep
> getting the following error: (Note that I compiled GMP Math libraries
> without issues and I have added the '-L/usr/local/lib' to the
> Makefile.PL :
You could check your library with
ldd /usr/local/gmp-4.1.2/.libs/libgmp.so
and if ok, try again
perl Makefile.PL LIBS="-L/usr/local/gmp-4.1.2/.libs" INC="-I/usr/local/gmp-4.1.2"
(though you may want to fix the paths.)
--
Radek
|