From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23050 invoked by alias); 29 Nov 2007 22:12:25 -0000 Received: (qmail 23041 invoked by uid 22791); 29 Nov 2007 22:12:24 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.179) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 29 Nov 2007 22:11:53 +0000 Received: by py-out-1112.google.com with SMTP id a29so4566906pyi for ; Thu, 29 Nov 2007 14:11:50 -0800 (PST) Received: by 10.35.36.13 with SMTP id o13mr8075942pyj.1196374310376; Thu, 29 Nov 2007 14:11:50 -0800 (PST) Received: by 10.35.93.2 with HTTP; Thu, 29 Nov 2007 14:11:50 -0800 (PST) Message-ID: Date: Fri, 30 Nov 2007 02:34:00 -0000 From: "Andrew Bell" To: gcc-help@gcc.gnu.org Subject: 4.2 build problem on redhat x86_64 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg00426.txt.bz2 Hi, I'm trying to build 4.2.2 on a redhat x86_64 system. I get the following during the configuration process that happens during make bootstrap: ... configuring stage 1 in ./bfd loading cache ./config.cache checking host system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized checking target system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized checking build system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized ... And a little later: checking whether ln -s works... yes ltconfig: you must specify a host type if you use `--no-verify' Try `ltconfig --help' for more information. configure: error: libtool configure failed Here's the configure line (same behavior without the variables defined) $ LIBRARY_PATH=/network/lib64 C_INCLUDE_PATH=/network/include /home/acbell/gcc/gcc-4.2.2/configure --prefix=/home/acbell/gcc/bindir Here's the build command: $ LIBRARY_PATH=/network/lib64 C_INCLUDE_PATH=/network/include make bootstrap Any ideas appreciated. -- Andrew Bell andrew.bell.ia@gmail.com