This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problems using libstdc++ on LinuxPPC 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]