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: egcs-1.0 shared on powerpc-ibm-aix4.1.5.0, plenty test failures



> 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).



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