From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12676 invoked by alias); 17 Feb 2003 17:18:45 -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 12656 invoked from network); 17 Feb 2003 17:18:45 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 17 Feb 2003 17:18:45 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id EBD803CEC; Mon, 17 Feb 2003 12:18:46 -0500 (EST) Message-ID: <3E511976.9040506@redhat.com> Date: Mon, 17 Feb 2003 17:18:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: gdb , Nathanael Nerode Subject: Re: top level configure isn't working References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00274.txt.bz2 I just fixed this. Andrew > 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 >