This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 971031 and Solaris: update
- To: jbuck at synopsys dot com (Joe Buck)
- Subject: Re: 971031 and Solaris: update
- From: hjl at lucon dot org (H.J. Lu)
- Date: Mon, 3 Nov 1997 17:44:00 -0800 (PST)
- Cc: egcs at cygnus dot com
>
> These tests are for sparc-sun-solaris2.5.1, 971031 plus the dwarf2out
> patch.
>
> I now know the reason for the large number of failures I was getting:
> with --enable-shared, runtest doesn't do anything about setting
> LD_LIBRARY_PATH correctly. At one point, I still had LD_LIBRARY_PATH
> pointing to a previously installed libstdc++.so with the null-termination
> bug; then I had no library at all and every test that used the library
> failed. Since the standard error for execute tests is suppressed, I
> didn't see the message that would tell me that this is the problem.
>
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.
H.J.