What are the paths of installed gmp files? What paths does make/install process output show while searching for gmp files?
| [reply] |
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] |
I have installed GMP related files but still the error pops up. I would be immensely grateful if you could help me out with this. Thank you. How did you install GMP (not Math::GMP)? Where was GMP installed?
| [reply] |