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]

other/10104: GCC 3.2.2 on Solaris 9 fails to install due to one missing symlink


>Number:         10104
>Category:       other
>Synopsis:       GCC 3.2.2 on Solaris 9 fails to install due to one missing symlink
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 15 17:16:02 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Avriette
>Release:        3.2.2
>Organization:
>Environment:
Solaris 9 / 32-bit
>Description:
Reading specs from ./bin/../lib/gcc-lib/sparc-sun-solaris2.9/3.2.2/specs
Configured with: configure --prefix=/global/swdev/compilers/gcc-3.2.2-32bit --enable-languages=c
Thread model: posix
gcc version 3.2.2

SunOS detox 5.9 Generic_112233-03 sun4u sparc SUNW,Ultra-30

After running the configure and make, 'make install' fails in the gcc/mkinstalldirs script. It is looking for install-sh in "./../install-sh" -- but something is FUBAR, and it doesn't find it. Making a symlink into the <dist>/gcc directory to "../install-sh" fixes the problem, and it installs correctly.
>How-To-Repeat:
sh configure; make ; make install
>Fix:
Probably there is a more elegant fix than what I did, I'm sure it is just a matter of somebody biffing on the shell script with one too many "."s or somesuch.
>Release-Note:
>Audit-Trail:
>Unformatted:


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