This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-1.0 shared on powerpc-ibm-aix4.1.5.0, plenty test failures
- To: plm at mpq dot mpg dot de (Paul Maragakis)
- Subject: Re: egcs-1.0 shared on powerpc-ibm-aix4.1.5.0, plenty test failures
- From: Joe Buck <jbuck at synopsys dot com>
- Date: Fri, 5 Dec 97 14:01:07 PST
- Cc: egcs at cygnus dot com
> I reinstalled egcs with shared enabled. Plenty of unexpected things
> this time! In the end you find a summary of all regression test
> failures. By inspection of the log files, it seems that standard c++
> streams cannot be linked!
Probably what is happening is that the test script is failing to find the
shared libraries (this is a problem with the test suite). You may be able
to work around this by adding $objdir/libraries/libstdc++ to the
search path before running the tests (on some platforms this is done
with LD_LIBRARY_PATH but I'm not sure what AIX uses).