Hello,
I have Debian 7.8 wheezy with only console installation.
I made:
./configure --enable-cxx
make
make check
make install
in folder /home/user/myproject/gmp-6.1.0
and when I rune in folder /home/user/myproject/ppl-1.2 ./configuration , then it finish with error:
checking for the GMP library version 4.1.3 or above... no
configure: error: Cannot find GMP version 4.1.3 or higher.
GMP is the GNU Multi-Precision library:
When compiling the GMP library, do not forget to enable the C++ interface:
add --enable-cxx to the configuration options.
Can you plese help me ?
Thank you
Jakub Schiebl