>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>> gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../
>> -I../../src/cheaders -I/data/rsdas4/utils/include -isystem
>> /usr/openwin/include -g -O2 -fno-rtti -fno-exceptions -c figinset.C
>> -o figinset.o ../../src/cheaders/cmath:14: sorry, not implemented:
>> namespace
Angus> Wrap it up:
Angus> #ifdef CXX_WORKING_NAMESPACES namespace std { inline float abs
Angus> (float x) { return fabs (x); } inline double abs (double x) {
Angus> return fabs (x); } } #endif
To repeat myself: these headers are not supposed to be used with gcc!
Currently, only compaq cxx (Tru64 unix) needs them.
JMarc