bootstrap failure on ia64-unknown-linux-gnu (trunk)
H. J. Lu
hjl@lucon.org
Wed Oct 6 23:22:00 GMT 2004
On Wed, Oct 06, 2004 at 03:52:28PM -0700, Joe Buck wrote:
> On Wed, Oct 06, 2004 at 03:03:44PM -0700, H. J. Lu wrote:
> I wrote:
> > > But then the execution of build/genmodes
> > > fails, with
> > >
> > > build/genmodes: error while loading shared libraries: libunwind.so.7: cannot open shared object file: No such file or directory
> > >
> > > Now, earlier in the build process, libunwind.so.7 is built, and it is then
> > > moved into the stage1 subdirectory, and genmodes is linked against this
> > > library. But when an attempt is made to run it, it's not on the
> > > LD_LIBRARY_PATH, so we blow up.
>
> HJ writes:
>
> > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17464
>
> Yes, same bug, but the existing bug report is vaguer than it should be.
> In particular your report does not say how to duplicate the bug.
>
> I attached my report, and a log of my failing build, to bug 17464.
Please try the current patches in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17311
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17466
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17789
Please make sure you use --enable-shared to configure gcc even if it is
the default. See
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17783
H.J.
More information about the Gcc
mailing list