> 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"
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