From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19012 invoked by alias); 26 Jan 2005 15:22:50 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18994 invoked from network); 26 Jan 2005 15:22:46 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 26 Jan 2005 15:22:46 -0000 Received: from drow by nevyn.them.org with local (Exim 4.43 #1 (Debian)) id 1Ctp0C-0004dg-6i; Wed, 26 Jan 2005 10:22:40 -0500 Date: Wed, 26 Jan 2005 15:22:00 -0000 From: Daniel Jacobowitz To: Duncan Sands Cc: gdb@sources.redhat.com Subject: Re: compile failure with current CVS: can only configure for one host and one target at a time Message-ID: <20050126152240.GA17795@nevyn.them.org> Mail-Followup-To: Duncan Sands , gdb@sources.redhat.com References: <200501261621.14926.duncan.sands@math.u-psud.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501261621.14926.duncan.sands@math.u-psud.fr> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2005-01/txt/msg00132.txt.bz2 On Wed, Jan 26, 2005 at 04:21:14PM +0100, Duncan Sands wrote: > $ ./configure > ... > $ make > ... > configure: configuring in gdb.gdbtk > configure: running /bin/sh './configure' --prefix=/usr/local '--prefix=/usr/local' '--cache-file=./config.cache' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--target=i686-pc-linux-gnu' '--with-gnu-as' '--with-gnu-ld' '--program-transform-name=s,y,y,' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=i686-pc-linux-gnu' '--cache-file=.././config.cache' '--srcdir=.' --cache-file=../.././config.cache --srcdir=. > configure: warning: CC=gcc: invalid host type > configure: warning: CFLAGS=-g -O2: invalid host type > configure: error: can only configure for one host and one target at a time > configure: error: /bin/sh './configure' failed for gdb.gdbtk > configure: error: /bin/sh './configure' failed for testsuite > make: *** [configure-gdb] Error 1 I recommend checking out just GDB instead of the whole source tree, or deleting the directories associated with insight. Or reporting the problem to insight@ and getting them to update their autoconf. -- Daniel Jacobowitz