> I'm just trying to compile the "snns" program, which uses the MAXFLOAT > constant. The maxfloat is defined in the /usr/include/math.h as: > #define MAXFLOAT FLT_MAX > However the FLT_MAX is not defined at all... > Probably it should be defined in the float.h file, but there is no such file > in my debian system :-(
For the current potato distribution: /usr/lib/gcc-lib/i386-linux/2.95.2/include/float.h (gcc package) And for slink: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/float.h (gcc package) /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/include/float.h (g++ package) Regards, -Remco

