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

c/6926: gcc-3.1 does not want to install on sparc-sun-solaris2.8


>Number:         6926
>Category:       c
>Synopsis:       gcc-3.1 does not want to install on sparc-sun-solaris2.8
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          wrong-code
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 04 02:36:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     gcc
>Release:        3.1
>Organization:
>Environment:
# uname -a
SunOS gateway.dooyoo.net 5.8 Generic_108528-13 sun4u sparc SUNW,UltraAX-i2
- standard /usr/ccs/bin sun utils
- NO GNU BINUTILS
- NO GNU ld
>Description:
When trying to do a "make install" on the built gcc-3.1, the installation fails, with an error indicating that "install-sh" cannot be found.
>How-To-Repeat:

>Fix:
For a quick fix, I have added a Symlink to the source tree, inside the build tree.
i.e.:
/usr/local/gcc-3.1   (source tree)
/usr/local/gcc-31-build   (build tree)

I have added the following:
/usr/local/gcc-31-build/gcc-3.1 -> /usr/local/gcc-3.1
by doing
cd /usr/local/gcc-31-build
ln -s /usr/local/gcc-3.1 gcc-3.1

It now installs fineola.

cheers

BobX
>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]