This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: V3: irix6.5 g++ tests fail due to unresolved symbols



thanks for testing on this platform.

can you try the head instead of the branch? errno was undefined in
include/c_std/bits/std_cerrno.h recently, which will probably fix this
particular problem.

for my build on x86/linux:

%nm -A libstdc++.a | grep errno
libstdc++.a:locale-inst.o:         U __errno_location

%nm -A libstdc++.so | grep errno
libstdc++.so:         U __errno_location@@GLIBC_2.0


the plan is to merge head libstdc++-v3 into the branch this week.

-benjamin


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