This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: V3: irix6.5 g++ tests fail due to unresolved symbols
- To: gcc-bugs at gcc dot gnu dot org, david dot billinghurst at riotinto dot com
- Subject: Re: V3: irix6.5 g++ tests fail due to unresolved symbols
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 26 Mar 2001 12:54:55 -0800
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