From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14617 invoked by alias); 31 Mar 2012 12:08:52 -0000 Received: (qmail 14560 invoked by uid 22791); 31 Mar 2012 12:08:50 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.155) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 31 Mar 2012 12:08:37 +0000 Received: from md2.u-strasbg.fr (md2.u-strasbg.fr [IPv6:2001:660:2402::187]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q2VC8AG7083990 ; Sat, 31 Mar 2012 14:08:10 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms3.u-strasbg.fr [130.79.204.12]) by md2.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id q2VC89BB003882 ; Sat, 31 Mar 2012 14:08:10 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id q2VC87eF060587 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Sat, 31 Mar 2012 14:08:08 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Joel Brobecker'" , "'Tom Tromey'" Cc: References: <32726.6318876811$1333031278@news.gmane.org> <87ehs9n7xx.fsf@fleche.redhat.com> <20120330213422.GX2713@adacore.com> <20120330220740.GA18842@adacore.com> In-Reply-To: <20120330220740.GA18842@adacore.com> Subject: RE: gdb/gnulib problems with BSD operating systems Date: Sat, 31 Mar 2012 12:08:00 -0000 Message-ID: <002101cd0f36$ee5b8bc0$cb12a340$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-03/txt/msg00095.txt.bz2 > -----Message d'origine----- > De=A0: gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] De la p= art > de Joel Brobecker > Envoy=E9=A0: samedi 31 mars 2012 00:08 > =C0=A0: Tom Tromey > Cc=A0: Pierre Muller; gdb@sourceware.org > Objet=A0: Re: gdb/gnulib problems with BSD operating systems >=20 > > > Otherwise, you can tell configure that you plan to use gmake, like > > > ".../configure MAKE=3Dgmake". That will write the proper value into = the > > > various Makefiles. (But you shouldn't have to do this.) > > > > This one doesn't work, as far as I can tell. Pierre and I both > > tried it two different ways, and configure still replaces @MAKE@ > > by make in gnulib/Makefile :-( (a bug, if you ask me, just don't > > know where). >=20 > I researched this a little bit, and I figured out why it did not > work for me. I was calling configure with MAKE=3Dgmake, but that has > not effect because the top-level configure does not set MAKE. > So, when I ran "make" (instead of gmake), it just implicitly set > the MAKE variable to "make" rather than "gmake", and then calls > our configure script passing that implicit MAKE=3Dmake value, which > is not what Pierre wants. >=20 > On the other hand, if I do (on x86_64-linux): >=20 > % /path/to/gdb/configure > % /home/brobecke/gmake >=20 > Here is what I find in gnulib's Makefile: >=20 > MAKE =3D /home/brobecke/gmake >=20 > In other words, it should work out of the box without having to > set anything by hand, as long as you use gmake as the top-level > make program. You are right, do a simple gmake=20 does work. However, I am used to do gmake all-gdb and I checked by removing everything it does fail if you use=20 gmake all-gdb instead of=20 gmake=20 ... Pierre Muller GDB pascal language maintainer