egcs-970929: shared libstdc++

Manfred Hollstein manfred@s-direktnet.de
Sun Oct 5 09:05:00 GMT 1997


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 >



More information about the Gcc-bugs mailing list