This is the mail archive of the gsl-discuss@sources.redhat.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]

ieeefp.h not found


I'm trying to compile gsl-0.7 with gcc 2.95.2 under Mac OS X 10.0.  I 
used the --host ppc-apple-bsd option for configure.  I'm not sure if 
that was quite right, but configure proceeded smoothly recognizing the 
OS as a FreeBSD variant which it is.  The problem came when I tried to 
make.  Here's what the problem looks like:

Making all in ieee-utils
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. 
-I..    -g -O2 -c fp.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fp.c -o fp.o
fp-freebsd.c:20: header file 'ieeefp.h' not found
fp-freebsd.c:27: undefined type, found `fp_prec_t'
fp-freebsd.c:28: undefined type, found `fp_except_t'
fp-freebsd.c:29: undefined type, found `fp_rnd_t'
cpp-precomp: warning: errors during smart preprocessing, retrying in 
basic mode
make[2]: *** [fp.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

[1]    Exit 2                        make |

Any help would be appreciated.  Thanks.

Rodney Sparapani
rsparapa@mcw.edu


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