Recent libstdc++-v3 cmath.cc doesn't compile on alphaev6-unknown-linux-gnu
Toon Moene
toon@moene.indiv.nluug.nl
Fri Jun 9 13:58:00 GMT 2000
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)
More information about the Gcc
mailing list