Can't create GMP perl module
Kevin Ryde
user42@zip.com.au
Thu, 24 Apr 2003 08:19:07 +1000
"Wingfield, Nancy" <WingfieldN@mar.dfo-mpo.gc.ca> writes:
>
> error 'no library found for -lgmp'
What's the command which prints that?
If you installed to a standard location then -lgmp should be enough.
(I don't know what a standard location is on mingw though.)
> I set my environment vars to
> include the .libs dir, as well as changed config.pm to include the .libs dir
Once you've done a "make install" you shouldn't need the .libs
subdirectory, only the place gmp was installed to.
Incidentally, it's possible the perl module has never been run on
mingw, it only gets tested on gnu and freebsd systems :).