From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Thomas Weise Cc: egcs@cygnus.com Subject: Re: Date: Sat, 06 Dec 1997 09:23:00 -0000 Message-id: <28273.881428539@hurl.cygnus.com> References: <199712051820.TAA09304@zaphod.wh9.tu-dresden.de> X-SW-Source: 1997-12/msg00365.html 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