This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/16835] New: configure goofs with ./install-sh


I'm bootstrapping gcc-3.4.1 on Tru64 5.1B using GNU make. I did not observe 
this problem with gcc-3.3.3, the last version I built on this host.

During configuration, configure chooses ./install-sh as the installation 
command to use. The generated Makefile in the root gcc-3.4.1 directory duely 
contains the line:

INSTALL = ./install-sh -c

Unfortunately, when later attempting to perform the "make install" step, most 
of the installation fails when attempting to find install-sh inside 
subdirectories where it does not exist. :-)

I seem to have worked around the problem by manually editing Makefile to read:

INSTALL = <directory where I unpacked the tarball>/install-sh -c

-- 
           Summary: configure goofs with ./install-sh
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: scott dot bailey at eds dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev56-dec-osf5.1
  GCC host triplet: alphaev56-dec-osf5.1
GCC target triplet: alphaev56-dec-osf5.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16835


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