[LLVMbugs] [Bug 7381] make install: autoconf/install-sh not found

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 21 23:00:45 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=7381

Eric Christopher <echristo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #11 from Eric Christopher <echristo at gmail.com> 2010-07-22 01:00:44 CDT ---
Hi Simon,

I've done a little bit of experimenting and figured out that it's a bug in how
we're using @INSTALL@ at best, but that AC_PROG_INSTALL is setting it to the
relative path for install-sh if an install binary isn't found - as it is on the
systems that the rest of us are using :)

I'm not quite sure how I'm going to fix that here other than rewriting all of
the make install aspects to figure out that install doesn't have srcdir
prepended or computing every install from the top level.  Not something I'm
honestly willing to do.

At any rate there are a couple of options:

a) install a bsd-compatible install program someplace that configure will
notice (somewhere in your path)
b) set INSTALL at configure time:  INSTALL=$srcdir/autoconf/install-sh

I'm sorry that there aren't better options for you at the moment.

Thanks!

-eric

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list