Re: build fails with shared libs intalled in non-standard locations

2006-01-05 Thread Eric Botcazou
> 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"

build fails with shared libs intalled in non-standard locations

2006-01-05 Thread Aleksandar Milivojevic
I was doing a build on sparc64-sun-solaris2.9 (I guess all sparc*-*-solaris* targets are affected). The build was failing because library search path was not hardcoded (via -rpath or -R options) into xgcc executable. On my system, I have two libintl.so libraries. Solaris version in /usr/lib/spar