"Rolf-Alois Walter" <[EMAIL PROTECTED]> writes:

> I tried to compile guile 1.6.1 on AIX5 and got the errors:
>
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall 
>-Wmissing-prototypes -MT numbers.lo -MD -MP -MF .deps/numbers.Tpo -c numbers.c  -DPIC 
>-o .libs/numbers.lo
> numbers.c: In function `scm_abs':
> numbers.c:179: warning: implicit declaration of function `fabs'
> numbers.c: In function `scm_istr2flo':
> numbers.c:2665: warning: implicit declaration of function `cos'
> numbers.c:2665: warning: implicit declaration of function `sin'

Hmm.  numbers.c has a #include <math.h> at the top.  Are fabs, sin,
cos, etc. in some other header on AIX5?

Thanks

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to