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 other/11465] New: "make install" fails on Solaris 2.8


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: "make install" fails on Solaris 2.8
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dkarnows at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org

Running Solaris 2.8 on a Sparc processor. Build gcc 3.3 with:
 ./configure --prefix=/etrade/pkgs/gcc/3.3
 make
 make install

The "make install" failed. Relevant output is below. Worked around the problem with:
 ln -s install-sh sparc-sun-solaris2.8/install-sh

Relevant output:
Making install in include
make[4]: Entering directory
`/etrade/home/dkarnows/work/gcc/gcc-3.3/sparc-sun-solaris2.8/sparcv9/libffi/include'
make[5]: Entering directory
`/etrade/home/dkarnows/work/gcc/gcc-3.3/sparc-sun-solaris2.8/sparcv9/libffi/include'
make[5]: Nothing to be done for `install-exec-am'.
/bin/sh ../../../../mkinstalldirs /etrade/pkgs/gcc/3.3/include
 ../../../install-sh -c -m 644 ./fficonfig.h
/etrade/pkgs/gcc/3.3/include/fficonfig.h
/bin/sh: ../../../install-sh: not found
 ../../../install-sh -c -m 644 ./ffi.h /etrade/pkgs/gcc/3.3/include/ffi.h
/bin/sh: ../../../install-sh: not found
 ../../../install-sh -c -m 644 ./ffi_mips.h /etrade/pkgs/gcc/3.3/include/ffi_mips.h
/bin/sh: ../../../install-sh: not found
make[5]: *** [install-hackDATA] Error 1
make[5]: Leaving directory
`/etrade/home/dkarnows/work/gcc/gcc-3.3/sparc-sun-solaris2.8/sparcv9/libffi/include'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory
`/etrade/home/dkarnows/work/gcc/gcc-3.3/sparc-sun-solaris2.8/sparcv9/libffi/include'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory
`/etrade/home/dkarnows/work/gcc/gcc-3.3/sparc-sun-solaris2.8/sparcv9/libffi'
make[2]: *** [multi-do] Error 1
make[2]: Leaving directory
`/etrade/home/dkarnows/work/gcc/gcc-3.3/sparc-sun-solaris2.8/libffi'
make[1]: *** [install-multi] Error 2
make[1]: Leaving directory
`/etrade/home/dkarnows/work/gcc/gcc-3.3/sparc-sun-solaris2.8/libffi'
make: *** [install-target-libffi] Error 2


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