This is the mail archive of the gsl-discuss@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Undefined identifiers for alphaev6-dec-osf4.0e


As you suggested the problem lay in using gcc 2.95.2. I found definitions of
FP_RND_R{N,M,P,Z} in /usr/include/float.h so by adding an include into
fp_tru64.c like so

#include "/usr/local/include/float.h"
#include <float.h>

I got a successful compilation. There's nothing like a clean build!

Thanks,

Ramin.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]