This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs-970929: shared libstdc++


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]