bug-guile
[Top][All Lists]
Advanced

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

Re: guile 1.6.1 on AIX5


From: Rob Browning
Subject: Re: guile 1.6.1 on AIX5
Date: Tue, 17 Dec 2002 10:49:15 -0600
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

"Rolf-Alois Walter" <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]