The makefile searches for gmp in the following paths:
/usr/include/pbc
/usr/local/include/pbc
/usr/include
/usr/local/include
/lib/openssl-1.0.1/engine (this I appended in the INC because my libgmp.so file resides here)
/lib
And there are a loads of GMP files lying all around the cygwin64 folder. What gmp files are actually required? | [reply] |
I cannot answer the question about the files required. You should be able to find that out by reading Makefile and any other files of the module.
*sigh* To make the question explicit asked earlier, do the installed gmp files exist in the paths that are searched during the make/compile process?
Also to explicitly note, if answer to above is no for any of the files, then you would need to specify the actual gmp file paths, via command line/environment variables and/or by editing Makefile.
| [reply] |
Yes I am aware of that but the problem is as there are so many gmp files lying around, I don't know which files' paths are to be included to the @INC or the lib.. :(
| [reply] |