From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10872 invoked by alias); 27 Sep 2004 12:06:42 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 10744 invoked from network); 27 Sep 2004 12:06:37 -0000 Received: from unknown (HELO brass.metals.hope.edu) (198.110.98.36) by sourceware.org with SMTP; 27 Sep 2004 12:06:37 -0000 Received: from hope.edu ([198.110.98.17]) by brass.metals.hope.edu (SAVSMTP 3.1.1.32) with SMTP id M2004092708003926670 for ; Mon, 27 Sep 2004 08:00:39 -0400 Received: from ARAGORN [198.110.97.7] (mcfall@hope.edu) by hope.edu; Mon, 27 Sep 2004 08:03:09 -0400 X-WM-Posted-At: hope.edu; Mon, 27 Sep 04 08:03:09 -0400 From: "Ryan McFall" To: Subject: Problem installing gcc 3.4.2 on Solaris 9 Date: Mon, 27 Sep 2004 12:06:00 -0000 Organization: Hope College MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00297.txt.bz2 Message-ID: <20040927120600.9do5pxSmflqmB9mb4GLTdzb5w6ebd2kFk8iX7EpWAvc@z> Hi: I've downloaded the full sources for gcc and unpacked them somewhere into my home directory. This results in a subdirectory of my home directory called gcc-3.4.2. I then did the following: mkdir objdir cd objdir /home/mcfall/dept/sysadmin/gcc-3.4.2/configure --prefix=/opt/gnu2 --with-local-prefix=/opt/gnu2 --enable-threads=solaris --enable-version-specific-runtime-libs --enable-languages=c,c++,f77 make bootstrap make install Without specifying the full path to configure, I got problems running make install, complaining about install-sh not being found in a relative path name. I found the suggestion to use a full path name on another post. This series of commands worked without make returning any errors that I could see. However, there is nothing in the /opt/gnu2/include directory, and this makes compiling anything useful obviously difficult. Did I miss something here? I've looked through all the installation docs and I don't see anything that I should have done differently or additionally. Thanks, Ryan Ryan McFall Assistant Professor of Computer Science Hope College Holland, MI 49423 (616) 395-7952 mcfall@cs.hope.edu