This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] do not disregard LD_LIBRARY_PATH for c++, g77 and objc tests
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: Geoff Keating <geoffk at geoffk dot org>
- Cc: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>,gcc-patches at gcc dot gnu dot org,aldyh at redhat dot com
- Date: Sat, 28 Feb 2004 12:12:24 +0100
- Subject: Re: [patch] do not disregard LD_LIBRARY_PATH for c++, g77 and objc tests
- References: <no.id> <200402280308.i1S38aW7009619@hiauly1.hia.nrc.ca> <jmbrnj8qfl.fsf@desire.geoffk.org>
> I'm fairly sure this logic here is not right. Solaris 32 bit and 64
> bit coexist on the same system, don't they?
Yes, they do. LD_LIBRARY_PATH_32 will preempt any setting of
LD_LIBRARY_PATH for 32-bit executables and LD_LIBRARY_PATH_64 will preempt
any setting of LD_LIBRARY_PATH for 64-bit executables. So both may be
set.
--
Eric Botcazou