From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20468 invoked by alias); 5 Dec 2002 20:48:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20454 invoked from network); 5 Dec 2002 20:48:37 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 5 Dec 2002 20:48:37 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 88D1B3FE4; Thu, 5 Dec 2002 15:48:30 -0500 (EST) Message-ID: <3DEFBB9E.8090003@redhat.com> Date: Thu, 05 Dec 2002 12:48:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz , DJ Delorie , neroden@twcny.rr.com Cc: gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: (toplevel patch) Configure in Makefile, version 3. References: <20021205022644.GA21849@doctormoo> <3DEFB2BF.6090009@redhat.com> <200212052014.gB5KEhj21838@envy.delorie.com> <3DEFB4EF.4030405@redhat.com> <3DEFB765.6010209@redhat.com> <20021205203416.GA17942@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00176.txt.bz2 > On Thu, Dec 05, 2002 at 03:30:29PM -0500, Andrew Cagney wrote: > >> DJ, humor me. >> >> > >> >He he he. Did you try typing "make" ? >> > >> >Hopefully you'll be pleasantly surprised... > >> >> >> So how does a GDB snapshot work again? The documentation states: >> >> $ gmake -f Makefile.in gdb.tar >> Makefile.in:7776: *** missing separator. Stop. > > > Weren't you using src-release for this now? > > However, src-release will need updating to actually run the configure > targets. I'm doing what ever the doco tells me :-) http://sources.redhat.com/gdb/current/onlinedocs/gdbint_15.html#SEC151 (hmm, the doco's out-of-date for the mainline - my bad, sorry :-() back to the new problem: Configuring utils... loading cache ../config.cache checking for a BSD compatible install... (cached) /usr/bin/install -c checking host system type... sparc-sun-sunos4.1.1 checking target system type... sparc-sun-sunos4.1.1 checking build system type... sparc-sun-sunos4.1.1 creating ./config.status creating Makefile gmake configure-target \ ALL_GCC="" ALL_GCC_C="" ALL_GCC_CXX="" \ CC_FOR_TARGET="cc" CXX_FOR_TARGET="g++" gmake[3]: Entering directory `/notnfs/cagney/GDB/src' Makefile:6618: warning: overriding commands for target `sun4/libiberty/Makefile' Makefile:1258: warning: ignoring old commands for target `sun4/libiberty/Makefil e' gmake[3]: *** No rule to make target `cc', needed by `sun4/libstdc++-v3/multilib .out'. Stop. gmake[3]: Leaving directory `/notnfs/cagney/GDB/src' gmake[2]: *** [do-proto-toplev] Error 2 gmake[2]: Leaving directory `/notnfs/cagney/GDB/src' gmake[1]: *** [gdb-tar] Error 2 gmake[1]: Leaving directory `/notnfs/cagney/GDB/src' gmake: *** [gdb.tar] Error 2 cagney@torrens$ It's pretty easy to reproduce. gmake -f src-release gdb.tar Andrew