From: Arthur V. <art...@gm...> - 2007-01-12 23:50:52
I've got the prce & gmp library/development packages installed, but it
doesn't seem like ./configure is finding them:
configure.in: AC_MSG_FAILURE("Could not find gmp library (set CPPFLAGS and LDFL
AGS?)")
configure.in: AC_MSG_FAILURE("Could not find pcre library (set CPPFLAGS and LDF
LAGS?)")
Could someone please point me in the right direction?
You'll have to set your CPPFLAGS and LDFLAGS, like this:
./configure CPPFLAGS="-I..." LDFLAGS="-L..."
Even though you have the libraries installed, they are not in a
standard directory where configure can find them.
John