This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap failure on ia64-unknown-linux-gnu (trunk)


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]