From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26138 invoked by alias); 19 Feb 2003 18:10:37 -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 26131 invoked from network); 19 Feb 2003 18:10:36 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by 172.16.49.205 with SMTP; 19 Feb 2003 18:10:36 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id BE091D34B6; Wed, 19 Feb 2003 10:10:35 -0800 (PST) Date: Wed, 19 Feb 2003 18:10:00 -0000 From: Joel Brobecker To: Jeroen Ruigrok/asmodai Cc: Andrew Cagney , gdb@sources.redhat.com Subject: Re: host guess damaged in CVS? Message-ID: <20030219181035.GQ2105@gnat.com> References: <20030218173931.GW25165@nexus.ninth-circle.org> <3E529453.3080704@redhat.com> <20030218204354.GC50444@nexus.ninth-circle.org> <3E52AA3E.8050409@redhat.com> <20030219091444.GJ50444@nexus.ninth-circle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030219091444.GJ50444@nexus.ninth-circle.org> User-Agent: Mutt/1.4i X-SW-Source: 2003-02/txt/msg00365.txt.bz2 > bentss@benremedy04 (/usr/users/bentss/asmodai/src-test) # ./configure --prefix=/usr/users/bentss/asmodai --disable-nls > loading cache ./config.cache > checking host system type... configure: error: can not guess host type; you must specify one > > bentss@benremedy04 (/usr/users/bentss/asmodai/src-test) # ./config.guess > alphaev67-dec-osf5.1 FYI, I tried on our machine, and we don't have any problem: % ~/act/gdb-public/configure creating cache ./config.cache checking host system type... alphaev67-dec-osf5.1 checking target system type... alphaev67-dec-osf5.1 checking build system type... alphaev67-dec-osf5.1 checking for alphaev67-dec-osf5.1-ar... no checking for ar... ar [...] Can you try the following? % /bin/sh -x configure -- Joel