This is the mail archive of the gcc@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]

Re: Issues for libtool and/vs egcs (was: Re: can't resolve symbol '__register_frame_info')


   Date: Fri,  5 Jun 1998 19:03:53 +0200 (MEST)
   From: Manfred Hollstein <manfred@s-direktnet.de>

   I guess, the main reason for the problems is inconsistent usage of
   `-Wl,-rpath,somedir' vs. LD_RUN_PATH; AFAIK, `-Wl,-rpath,...' disables 
   LD_RUN_PATH at linktime and LD_LIBRARY_PATH at runtime.

Using -rpath will indeed cause the linker to ignore LD_RUN_PATH (at
least, that is how the GNU linker behaves).  However, it does not
cause the dynamic linker to ignore LD_LIBRARY_PATH when the executable
is run.

Ian


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