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]

copysignl on alpha/linux?



copysignl seems to be missing from /usr/lib/libm.a or /usr/lib/libc.a
on alpha-linux boxes (say castro.cygnus.com). This is giving me errors
when I try to link v-3 as a shared library on alpha, I get:


% g++ -g filebuf.cc 
/castro/street/bkoz/H-alpha-gcc-3/lib/gcc-lib/alphaev6-unknown-linux-gnu/2.96/../../../libstdc++.so: undefined reference to `copysignl'
collect2: ld returned 1 exit status


Is this an issue with the alpha C libraries? Note that x86-linux boxes
seem to have this symbol.

-Benjamin

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