home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!smallworld.co.uk!Colin.DEan
- From: Colin.DEan@smallworld.co.uk (Colin Dean)
- Subject: Installation bug in gcc 2.3.1
- Message-ID: <9211201017.AA09701@chromium.Smallworld.co.uk>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Fri, 20 Nov 1992 10:17:53 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 39
-
- Author of this bug report
- -------------------------
-
- Colin Dean,
- Smallworld Systems Limited,
- 13-15 Newmarket Road,
- Cambridge CB5 8EG,
- England.
-
- Fax: +44 223 300692
- Email: Colin.Dean@Smallworld.co.uk
-
- 20th November 1992
-
- Summary
- -------
-
- gcc version 2.3.1, copied by ftp from /pub/gnu/gcc-2.3.1.tar.Z
- at prep.ai.mit.edu on 17th November 1992 at around 08:00 GMT.
-
- Built on SPARCstation 2 running SunOS 5.0 (Solaris 2.0) in sub-directory
- sparc-sun-sunos5.0 using `../configure sparc-sun-sunos5.0'
-
- The installation stage of the build fails because instead of copying
- from `cc1' to `/usr/local/lib/gcc-lib/sparc-sun-sunos5.0/2.3.1/cc1'
- it tries copying the latter to `cc1/cc1', and similarly for other
- files installed via the Solaris 2 `install' command.
-
- Workaround
- ----------
-
- Create an executable script called `install' containing
-
- #! /bin/sh
- cp $2 $3
-
- and have its directory in your PATH before the standard directories
- when doing `make install ...'.
-
-