From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18194 invoked by alias); 13 Jan 2012 12:40:56 -0000 Received: (qmail 18181 invoked by uid 22791); 13 Jan 2012 12:40:56 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Jan 2012 12:40:42 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LXQ00B00LLGS300@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 13 Jan 2012 14:40:11 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.136.230]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LXQ00B6QLUZED30@a-mtaout22.012.net.il>; Fri, 13 Jan 2012 14:40:11 +0200 (IST) Date: Fri, 13 Jan 2012 13:56:00 -0000 From: Eli Zaretskii Subject: Re: Building GDB 7.3.92 with MinGW In-reply-to: <20120113121449.GU31383@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83obu7kc7i.fsf@gnu.org> References: <83hb03e9sx.fsf@gnu.org> <20120111032441.GE31383@adacore.com> <83ty3zkh3g.fsf@gnu.org> <20120113121449.GU31383@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00475.txt.bz2 > Date: Fri, 13 Jan 2012 16:14:49 +0400 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > > diff -u -r1.49 README > > --- gdb/README 4 Jan 2012 04:11:38 -0000 1.49 > > +++ gdb/README 13 Jan 2012 10:52:12 -0000 > > @@ -39,6 +39,11 @@ > > cd gdb-VERSION > > ./configure > > make > > + cd gdb > > + make install (or "make install-strip") > > + > > +Alternatively, install with > > + > > cp gdb/gdb /usr/local/bin/gdb (or wherever you want) > > Do we really want to preserve the alternate solution? We have more > and more support files that come with GDB, so it's less and less > likely to install a fully-functional GDB. (it is fine with me if > we want to preserve it, just wanted to mention it). I agree; I was surprised to see that in README to begin with. If no one objects, I will remove that alternative.