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 target/15936] New: install-sh script not found during "make install"


I have created a directory gcc-build and configured gcc-3.4.0 by

  ../gcc-3.4.0/configure --prefix=/usr/people/sbo/alpha \
     --with-gnu-ld --with-ld=/usr/people/sbo/alpha/bin/ld \
     --with-gnu-as --with-as=/usr/people/sbo/alpha/bin/as \
     --disable-nls

Since I am building under Solaris, I also told the configure script to use
/bin/ksh instead of the standard /bin/sh.

"make profiledbootstrap" works just fine (takes several days to complete), but
"make install" fails for a number of libraries (e.g., libf2c) because it wants
to use "../gcc-3.4.0/install-sh". Apparently some Makefiles do not like relative
path names at all.

As a crude bugfix, I have created symbolic links to the gcc-3.4.0 directory in
all subdirectories of the build hierarchy, but this is obviously not the most
elegant solution of all.

-- 
           Summary: install-sh script not found during "make install"
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sbo at mis dot mpg dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.7
  GCC host triplet: sparc-sun-solaris2.7
GCC target triplet: sparc-sun-solaris2.7


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


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