Problems using libstdc++ on LinuxPPC 2000

Benjamin Kosnik bkoz@cygnus.com
Thu Jun 15 16:15:00 GMT 2000


yeah. I can reproduce this too. 

This test:

  dnl Check to see if basic C math functions have float, long double versions.
  AC_REPLACE_MATHFUNCS(cosf fabsf sinf sqrtf)
  AC_CHECK_FUNCS(isnan isnanf isnanl isinf isinff isinfl copysign copysignl \
  acosf acosl asinf asinl 

makes configure on powerpc think that a asinl is indeed around....

checking for copysign... (cached) yes
checking for copysignl... (cached) yes
checking for acosf... (cached) yes
checking for acosl... (cached) yes
checking for asinf... (cached) yes
checking for asinl... (cached) yes
checking for atanf... (cached) yes

but the pre-processed bits don't actually include it....


??

-benjamin


More information about the Libstdc++ mailing list