This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 971031 and Solaris: update
- To: hjl at lucon dot org (H.J. Lu)
- Subject: Re: 971031 and Solaris: update
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Mon, 03 Nov 1997 18:44:24 -0800
- cc: jbuck at synopsys dot com (Joe Buck), egcs at cygnus dot com
That is why I sent this patch long time ago:
Tue Aug 26 07:43:18 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
* Makefile.in (check-g++): Set/export LD_LIBRARY_PATH if
necessary.
Unfortunately, this patch does not work in the presense of multilibs.
If we are going to set LD_LIBRARY_PATH, then it has to be set somewhere
inside runtest, so that it can be set correctly depending on which library
is actually being used.
It might be easier to make dejagnu emit -R options rather than set an
environment variable, provided that this will override LD_LIBRARY_PATH
if it is set incorrectly.
Jim