This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re:
- To: Thomas Weise <tom at zaphod dot wh9 dot tu-dresden dot de>
- Subject: Re:
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sat, 06 Dec 1997 10:15:39 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
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