Compiling with C++ (Was Re: error handling)
Marc Glisse
marc.glisse at inria.fr
Sat Nov 15 14:20:32 UTC 2014
On Wed, 12 Nov 2014, Torbjörn Granlund wrote:
> Now C++ builds work again. Either grab https://gmplib.org/repo/gmp/ or
> wait for the next snapshot (https://gmplib.org/download/snapshot/).
The tests that redefine localeconv fail with glibc because localeconv is
declared throw() and the test redefines it without throw(). Freebsd
apparently declares it without throw(), so we can't always add it. We
could either test if __GLIBC__ is defined or add an autoconf test...
--
Marc Glisse
More information about the gmp-discuss
mailing list