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:


  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


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