This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Recent libstdc++-v3 cmath.cc doesn't compile on alphaev6-unknown-linux-gnu
- To: sxking at uswest dot net
- Subject: Re: Recent libstdc++-v3 cmath.cc doesn't compile on alphaev6-unknown-linux-gnu
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Date: Fri, 09 Jun 2000 22:49:36 +0200
- CC: gcc at gcc dot gnu dot org
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
- References: <393FFC3E.35E378B3@moene.indiv.nluug.nl> <00060816505902.05449@rigel.eutopia.com>
Steven King wrote:
> Hmmm. Thats curious. The long double functions should only be visable if
> configure finds them. What does your libstdc++-v3/config.log show?
Well, it turns out that the libm on my system:
$ ls /lib/libm*
/lib/libm-2.1.1.so* /lib/libm.so.6.1@
$ nm /lib/libm.so.6.1 | grep acosl
0000000000019020 t __acosl
000000000001d000 t __cacosl
0000000000019020 W acosl
000000000001d000 W cacosl
contains acosl [et al.], but there's no header file with a prototype for
it:
$ grep acosl `find /usr/include -name '*.h' -print`
<nothing>
Oh, how I wished the Debian crew would finish their testing of potato,
so that I could install a well engineered system here ...
--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)