This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Dejagnu
- To: mmitchell at usa dot net
- Subject: Re: Dejagnu
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Mon, 30 Mar 1998 17:00:51 -0800
- cc: egcs at cygnus dot com
On mips-sgi-irix6.4 every test that involves linking fails with something
like this:
ld32: WARNING 84: /pooma/mitchell/egcs/objdir/libraries//libstdc++/libstdc++.a \
is not used for resolving any symbol.
We could also try to fix this by telling the linker to shut up. This can be
done by putting a -dont_warn_unused option before the -lstdc++ and a
-warn_unused afterwards. This requires having the cp/g++spec.c file emit
target dependent options though, and we currently have no support for this.
Jim