This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/25859] gnatmake: error while loading shared libraries: libgcc_s.so.4: cannot open
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jan 2006 16:41:13 -0000
- Subject: [Bug bootstrap/25859] gnatmake: error while loading shared libraries: libgcc_s.so.4: cannot open
- References: <bug-25859-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2006-01-19 16:41 -------
Subject: Re: gnatmake: error while loading shared libraries: libgcc_s.so.4:
cannot open
> So I guess the gnatmake rule needs to use $(GCC_LINK)
I'll try the above change
> one way or another (although there should be no difference between
> trubk and 4.1 in that respect).
In the trunk, I see the following in the build log:
export GMPINC; LD_LIBRARY_PATH=`echo
"$r/hppa-linux/libstdc++-v3/.libs:$r/hppa-linux/libmudflap/.libs:$r/hppa-linux/libssp/.libs:$r/./gcc:$r/./prev-gcc:$LD_LIBRARY_PATH"
| sed 's,::*,:,g;s,^:*,,;s,:*$,,'`; export LD_LIBRARY_PATH;
LD_LIBRARY_PATH=`echo "$LD_LIBRARY_PATH" | sed 's,::*,:,g;s,^:*,,;s,:*$,,'`;
export LD_LIBRARY_PATH; \
echo Configuring stage 1 in ./gcc ; \
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25859