This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug bootstrap/25859] gnatmake: error while loading shared libraries: libgcc_s.so.4: cannot open
- From: Arnaud Charlet <charlet at adacore dot com>
- To: dave at hiauly1 dot hia dot nrc dot ca <gcc-bugzilla at gcc dot gnu dot org>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 19 Jan 2006 17:18:24 +0100
- Subject: Re: [Bug bootstrap/25859] gnatmake: error while loading shared libraries: libgcc_s.so.4: cannot open
- References: <bug-25859-276@http.gcc.gnu.org/bugzilla/> <20060119161033.5789.qmail@sourceware.org>
> For some reason, the above doesn't seem to have been used in linking gnatmake:
Indeed, gnatmake has to be handled specially.
So I guess the gnatmake rule needs to use $(GCC_LINK)
one way or another (although there should be no difference between
trubk and 4.1 in that respect).
Same for gnatlink.
Arno