[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

potato: Problem with gcc2.95.2 and float.h



Hi !

I've just updated my gcc-libs and got an error in float.h (i386)
because 'long double' is not defined on my system.

/usr/lib/gcc-lib/i386-linux/2.95.2/include/float.h Line 80-86:

#ifndef __LDBL_UNION__
#define __LDBL_UNION__
union __convert_long_double {
  unsigned int __convert_long_double_i[4];
  long double __convert_long_double_d;
};
#endif

Now I´ve commented it out, but perhaps somebody can tell me, where 'long
double'
is usually defined.

Thanks,
        Ralf



Reply to: