This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: build fails with shared libs intalled in non-standard locations
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: Aleksandar Milivojevic <alex at milivojevic dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 6 Jan 2006 07:45:11 +0100
- Subject: Re: build fails with shared libs intalled in non-standard locations
- References: <20060105093947.lvytruy804gk08g0@www.milivojevic.org>
> Is there anything I can add to "configure" or "make bootstrap" command line
> to get around this? I attempted using LDFLAGS, but it hasn't helped. I
> also attempted defining LD_LIBRARY_PATH, however it had no effect during
> bootstrapping.
I use "export LD_LIBRARY_PATH=/usr/local/lib/sparcv9" or equivalent magic.
--
Eric Botcazou