warning GMP -fexception message on configure

Hi there, trying to compile PPL-0.10.2 I get the message
WARNING: CANNOT PROPAGATE EXCEPTIONS BACK FROM GMP: *** MEMORY EXHAUSTION MAY RESULT IN ABRUPT TERMINATION *** This is OK, if you do not plan to use the bounded memory capabilities *** offered by the PPL. Otherwise, if you are using GCC or the Intel; C/C++ compiler, please make sure you use a version of GMP compiled with the -fexceptions compiler option. ... ....
And the end of the configure round.
I just compiled (twice to make sure) GMP 4.3.1 with CPPFLAGS=-fexceptions --enable-cxx
I'm trying to compile this on a CFLS x86_64 system. Is is normal?
Thanks
R.

Reimundo Heluani wrote:
Hi there, trying to compile PPL-0.10.2 I get the message
WARNING: CANNOT PROPAGATE EXCEPTIONS BACK FROM GMP: *** MEMORY EXHAUSTION MAY RESULT IN ABRUPT TERMINATION *** This is OK, if you do not plan to use the bounded memory capabilities *** offered by the PPL. Otherwise, if you are using GCC or the Intel; C/C++ compiler, please make sure you use a version of GMP compiled with the -fexceptions compiler option. ... ....
And the end of the configure round.
I just compiled (twice to make sure) GMP 4.3.1 with CPPFLAGS=-fexceptions --enable-cxx
I'm trying to compile this on a CFLS x86_64 system. Is is normal?
Hi Reimundo,
from your message I gather you used, for GMP 4.3.1, a configuration command of the form
./configure CPPFLAGS=-fexceptions --enable-cxx
I would use a configuration command of this form instead
CPPFLAGS=-fexceptions ./configure --enable-cxx
Please let us know how it goes. All the best,
Roberto
participants (2)
-
Reimundo Heluani
-
Roberto Bagnara