bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/335] make install fails


From: wilson at specifixinc dot com
Subject: [Bug binutils/335] make install fails
Date: 31 Aug 2004 17:47:06 -0000

------- Additional Comments From wilson at specifixinc dot com  2004-08-31 
17:47 -------
Subject: Re:  make install fails

On Tue, 2004-08-31 at 02:01, ralf dot hildebrandt at charite dot de
wrote:
> ./libtool: line 1: ../binutils-2.14.92/install-sh: No such file or directory 

There is an open gcc bug report for this problem.  
    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13993
This happens if you configure using a relative pathname on a build
machine that does not have a usable install program.

What happens is that a relative pathname gets written into the toplevel
Makefile for the INSTALL rule.  This relative pathname is passed down to
a subdirectory.  Then when a subdirectory tries to use it, it of course
fails, because the relative pathname is no longer correct.

Most people don't see this, as most people use machines with a usable
install program.

You can work around this problem by using a full path name for
configure, so that the toplevel Makefile gets an absolute pathname for
the INSTALL rule.  Instead of typing ../sources/configure, type
/.../sources/configure.

I suspect we need an autoconf change, to convert the pathname into an
absolute one before it is written into the toplevel Makefile.


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=335

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]