This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: LD_LIBRARY_PATH
- From: Jason R Thorpe <thorpej at wasabisystems dot com>
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Cc: gcc at gcc dot gnu dot org, Anders Lennartsson <anders dot lennartsson at foi dot se>
- Date: Sat, 23 Nov 2002 11:12:03 -0800
- Subject: Re: LD_LIBRARY_PATH
- Organization: Wasabi Systems, Inc.
- References: <Pine.BSF.4.44.0210232333250.69575-100000@pulcherrima.dbai.tuwien.ac.at>
On Sat, Nov 23, 2002 at 07:50:21PM +0100, Gerald Pfeifer wrote:
> This is an issue coming up again and again, and it really seems to
> burn users, especially since we switched to libgcc_s.so.
...and it will continue to come up again and again so long as the GCC
driver does not record an rpath to the GCC-distributed shared libraries
by passing an -R for every -L passed to the linker (lossage is especially
colorful for people who have multiple versions of the compiler installed :-).
I'm still puzzled as to why that idea is shot down every time it is
suggested...
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>