Blitz logo

Blitz Support :

From: Peter Kümmel (syntheticpp_at_[hidden])
Date: 2005-06-15 14:30:14


Hi Andrew,

> ac_cv_cxx_have_ieee_math=no

The configure process doesn't find it IEEE math
but you've enabled it with the macro BZ_HAVE_IEEE_MATH.
Somewhere you have a #define BZ_HAVE_IEEE_MATH which seems
to be wrong.

>../blitz/mathfunc.h:1347: error: `::expm1' has not been declared

This line is commented out in the actual cvs version .

Cheers,

Peter