No subject

Jeffrey A Law law@cygnus.com
Sat Dec 6 09:23:00 GMT 1997


  In message < 199712051820.TAA09304@zaphod.wh9.tu-dresden.de >you write:
  > Here are my gcc/g++ results "configure; make bootstrap"
  > and below full results "configure --enable-shared; make bootstrap".
  > Is --enable-shared g++ known to fail on this target? 
The g++ failures are due to a bug in the testing harness; it's not
arranging for the test programs to find the freshly built shared C++
libs, instead they pick up whatever shared versions of the C++ libs
it can find in the standard locations on your system.

We really need someone to fix this correctly; the right way to do this
is to have the _testing framework_ pass args to the linker so that tests
have a path to the shared libraries they reference.

jeff



More information about the Gcc mailing list