This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Results for haifa-disabled egcs-970929 g++ testsuite on sparc-sun-sunos4.1.3
- To: oliva at dcc dot unicamp dot br
- Subject: Re: Results for haifa-disabled egcs-970929 g++ testsuite on sparc-sun-sunos4.1.3
- From: Manfred Hollstein <manfred at ks dot sel dot alcatel dot de>
- Date: Mon, 6 Oct 97 09:51:03 +0200
- Cc: egcs at cygnus dot com
- References: <199710052214.TAA15462@pinheiros.dcc.unicamp.br>
- Reply-To: Manfred Hollstein <manfred at ks dot sel dot alcatel dot de>
On Sun, 5 October 1997, 19:14:25, oliva@dcc.unicamp.br wrote:
Test Run By oliva on Sat Oct 4 07:52:47 1997
Native configuration is sparc-sun-sunos4.1.3
=== g++ tests ===
[lots of FAILed tests deleted]
=== g++ Summary ===
# of expected passes 2865
# of unexpected failures 454
# of expected failures 139
# of untested testcases 6
/n/temp1/gcctest/bin/egcsc version egcs-2.90.11 970929 (gcc2-970802 experimental)
configure flags: --with-gnu-as --enable-shared
BOOT_CFLAGS: -O4 -g
The reason for all `Execution test' failures is that
REALLY_SET_LIB_PATH doesn't add the directory containing libstdc++.so
to LD_LIBRARY_PATH.
On Sun, 5 October I sent to egcs-bugs@cygnus.com:
If libstdc++ is built using --enable-shared, running make check will fail as
the toplevel Makefile doesn't pass the proper directory in LD_LIBRARY_PATH.
Sun Oct 5 16:48:13 1997 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (REALLY_SET_LIB_PATH): Include libraries/libstdc++.
diff --context --recursive --show-c-function -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el egcs-970929.orig/Makefile.in egcs-970929/Makefile.in
*** egcs-970929.orig/Makefile.in Mon Sep 29 08:37:07 1997
--- egcs-970929/Makefile.in Sun Oct 5 15:25:34 1997
*************** RPATH_ENVVAR = LD_LIBRARY_PATH
*** 170,176 ****
# configure.in sets SET_LIB_PATH to this if --enable-shared was used.
REALLY_SET_LIB_PATH = \
! $(RPATH_ENVVAR)=$$r/bfd:$$r/opcodes:$$$(RPATH_ENVVAR); \
export $(RPATH_ENVVAR);
ALL = all.normal
--- 170,176 ----
# configure.in sets SET_LIB_PATH to this if --enable-shared was used.
REALLY_SET_LIB_PATH = \
! $(RPATH_ENVVAR)=$$r/libraries/libstdc++:$$r/bfd:$$r/opcodes:$$$(RPATH_ENVVAR); \
export $(RPATH_ENVVAR);
ALL = all.normal
--
Manfred Hollstein If you have any questions about GNU software:
Hindenburgstr. 13/1 <mailto:manfred@s-direktnet.de>
75446 Wiernsheim, FRG <http://www.s-direktnet.de/HomePages/manfred/>
PGP key: <http://www.s-direktnet.de/HomePages/manfred/manfred.asc>