From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3147 invoked by alias); 17 Feb 2003 17:07:15 -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 3140 invoked from network); 17 Feb 2003 17:07:14 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by 172.16.49.205 with SMTP; 17 Feb 2003 17:07:14 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h1HH7Dx16838; Mon, 17 Feb 2003 09:07:13 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: gdb Cc: Nathanael Nerode Subject: top level configure isn't working From: David Carlton Date: Mon, 17 Feb 2003 17:07:00 -0000 Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00270.txt.bz2 Right now I can't run configure in src/; I get the following message: papaya$ ./configure --enable-gdb-build-warnings=,-Werror loading cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu *** removing intl/Makefile to force reconfigure *** removing mmalloc/Makefile to force reconfigure *** removing libiberty/Makefile to force reconfigure *** removing opcodes/Makefile to force reconfigure *** removing bfd/Makefile to force reconfigure *** removing readline/Makefile to force reconfigure *** removing tcl/Makefile to force reconfigure *** removing sim/Makefile to force reconfigure *** removing gdb/Makefile to force reconfigure *** removing etc/Makefile to force reconfigure *** removing expect/Makefile to force reconfigure *** removing dejagnu/Makefile to force reconfigure *** removing utils/Makefile to force reconfigure ./configure: line 2707: syntax error near unexpected token `NCN_STRICT_CHECK_TOOL(AR,' ./configure: line 2707: `NCN_STRICT_CHECK_TOOL(AR, ar)' Any suggestions as to what could be going wrong? Is it my setup, or a problem somewhere else? I last built GDB in that directory chain on Friday, though I'm not sure if I CVS updated in the top level that day. David Carlton carlton@math.stanford.edu