This is the mail archive of the gcc@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: Dejagnu


	 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


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