At Wed, 28 Jun 2006 16:26:02 +0200, Juergen Henge-Ernst wrote: > I tracked down the problem and found a solution that works for me. The > problem is that /usr/includes/float.h is not used, instead the float.h > of the installed gcc (/opt/freware/...) is used. In that float.h no > such structs are defined. So I copied the missing parts (all between > #ifdef _ALL_SOURCE and its #endif from /usr/includes/float.h into a > aix_float.h which I include in fp-aix.c
Thanks for the information, I'll add a note to the INSTALL file. -- best regards, Brian Gough Network Theory Ltd, Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
