From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4756 invoked by alias); 20 May 2003 02:06:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 4725 invoked by uid 71); 20 May 2003 02:06:01 -0000 Date: Tue, 20 May 2003 02:06:00 -0000 Message-ID: <20030520020601.4723.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Robert W. Hasker" Subject: Re: bootstrap/7553: install problem on alpha axp with gcc-3.1.1 Reply-To: "Robert W. Hasker" X-SW-Source: 2003-05/txt/msg02139.txt.bz2 List-Id: The following reply was made to PR bootstrap/7553; it has been noted by GNATS. From: "Robert W. Hasker" To: dhazeghi@yahoo.com Cc: gcc-gnats@gcc.gnu.org Subject: Re: bootstrap/7553: install problem on alpha axp with gcc-3.1.1 Date: Mon, 19 May 2003 20:57:41 -0500 (CDT) there are/were a number of issues building gcc inside the source directory. Note that this should currently work, but it is not tested very much. Can the submitter of this report please verify if this problem exists with more current versions of gcc (ie 3.2.3). Thanks, Yes, the problem with install-sh not being found is still there when building version 3.2.3. I have not tested version 3.3 (which came out since I started rebuilding gcc). I don't believe the problem is related to building gcc "inside the source directory" - the structure I used then was source files in /usr2/sys/usr/local/src/gcc/gcc-3.2.2 build directory in /usr2/sys/usr/local/src/gcc/build322 (as reported by /bin/pwd as opposed to "echo $cwd"). When trying to build version 3.2.3, I ran into the path-too-long error (see bootstrap/7555) and so moved to a new build directory (with the source directory the same): /usr2/sys/usr/local/src/b This time I found a different fix: I edited /usr2/sys/usr/local/src/b/gcc/intl/Makefile and changed the line INSTALL = ../../gcc/gcc-3.2.3/gcc/../install-sh -c to INSTALL = ../../../gcc/gcc-3.2.3/gcc/../install-sh -c (note the extra "../" in the front). "make install" then completed with no errors. Let me know if you'd like the output from configure, make bootstrap, or make install. Rob