From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6968 invoked by alias); 18 Feb 2011 16:57:17 -0000 Received: (qmail 6954 invoked by uid 22791); 18 Feb 2011 16:57:15 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.153) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Feb 2011 16:57:09 +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 p1IGuuM7046750 ; Fri, 18 Feb 2011 17:56:56 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms8.u-strasbg.fr [130.79.204.17]) by md2.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id p1IGuutD067152 ; Fri, 18 Feb 2011 17:56:56 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id p1IGut4W042843 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Fri, 18 Feb 2011 17:56:55 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Tom Tromey'" Cc: References: <4D30E23F.3080103@codesourcery.com> <4D375F44.70504@codesourcery.com> <201101281504.38962.pedro@codesourcery.com> <4D550834.6080807@codesourcery.com> <4D55FAB4.7090001@codesourcery.com> <008d01cbccfe$dd123ab0$9736b010$@muller@ics-cnrs.unistra.fr> <000f01cbcd11$5562af60$00280e20$@muller@ics-cnrs.unistra.fr> In-Reply-To: Subject: RE: [rfa/rfc] Build libcommon.a for gdb and gdbserver Date: Fri, 18 Feb 2011 16:58:00 -0000 Message-ID: <000c01cbcf8c$da597d20$8f0c7760$@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-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: 2011-02/txt/msg00476.txt.bz2 Yes please do so if you can, as I warned you, all those auto... programs are too complicated for me. Thanks in advance, Pierre > -----Message d'origine----- > De=A0: Tom Tromey [mailto:tromey@redhat.com] > Envoy=E9=A0: vendredi 18 f=E9vrier 2011 17:14 > =C0=A0: Pierre Muller > Cc=A0: 'Yao Qi'; 'Pedro Alves'; gdb-patches@sourceware.org > Objet=A0: Re: [rfa/rfc] Build libcommon.a for gdb and gdbserver >=20 > >>>>> "Pierre" =3D=3D Pierre Muller > writes: >=20 > Pierre> (Warning the diff output is against cvs HEAD, > Pierre> but I cut out the uninteresting part of the cvonfigure change) >=20 > You have to patch configure.ac, not the generated configure. >=20 > I think the fix here is to have common/configure.ac invoke >=20 > ZW_GNU_GETTEXT_SISTER_DIR([../../intl]) >=20 > and then rebuild everything in the usual super-complicated way, and fix > up common/Makefile to use the new variables. >=20 > After I install the automake patch I can send you a patch to test. >=20 > Tom