From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7965 invoked by alias); 14 Feb 2011 17:36:46 -0000 Received: (qmail 7843 invoked by uid 22791); 14 Feb 2011 17:36:45 -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.156) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Feb 2011 17:36:39 +0000 Received: from md1.u-strasbg.fr (md1.u-strasbg.fr [IPv6:2001:660:2402::186]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id p1EHaKPu053546 ; Mon, 14 Feb 2011 18:36:20 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms4.u-strasbg.fr [130.79.204.13]) by md1.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id p1EHaKbW070146 ; Mon, 14 Feb 2011 18:36:20 +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 p1EHaIVL096060 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Mon, 14 Feb 2011 18:36:19 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Tom Tromey'" , "'Yao Qi'" Cc: "'Pedro Alves'" , References: <4D30E23F.3080103@codesourcery.com> <4D375F44.70504@codesourcery.com> <201101281504.38962.pedro@codesourcery.com> <4D550834.6080807@codesourcery.com> <4D55FAB4.7090001@codesourcery.com> In-Reply-To: Subject: RE: [rfa/rfc] Build libcommon.a for gdb and gdbserver Date: Mon, 14 Feb 2011 17:43:00 -0000 Message-ID: <001801cbcc6d$b177c870$14675950$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit 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/msg00286.txt.bz2 I am having troubles compiling mingw64 host from cygwin in common directory I get this error: source='/cygdrive/e/cygwin/usr/local/src/gdbcvs/src/gdb/common/signals.c' object ='signals.o' libtool=no x86_64-w64-mingw32-gcc -I. -I../ -I/cygdrive/e/cygwin/u sr/local/src/gdbcvs/src/gdb/common -I/cygdrive/e/cygwin/usr/local/src/gdbcvs/src /gdb/common/../../include -I/cygdrive/e/cygwin/usr/local/src/gdbcvs/src/gdb/comm on/../ -I../../bfd -c /cygdrive/e/cygwin/usr/local/src/gdbcvs/src/gdb/common/ signals.c In file included from /cygdrive/e/cygwin/usr/local/src/gdbcvs/src/gdb/common/../ defs.h:63:0, from /cygdrive/e/cygwin/usr/local/src/gdbcvs/src/gdb/common/sig nals.c:25: /cygdrive/e/cygwin/usr/local/src/gdbcvs/src/gdb/common/../gdb_locale.h:28:22 : fa tal error: libintl.h: No such file or directory compilation terminated. make[2]: *** [signals.o] Error 1 make[2]: Leaving directory `/cygdrive/e/cygwin/usr/local/src/gdbcvs/mingw64-buil d17/gdb/common' make[1]: *** [subdir_do] Error 1 make[1]: Leaving directory `/cygdrive/e/cygwin/usr/local/src/gdbcvs/mingw64-buil d17/gdb' make: *** [common/libcommon.a] Error 2 Pierre@E6510-Muller ~/gdbcvs/mingw64-build17/gdb -I../../intl seems required but is missing, probably INTL_CFLAGS should be passed on to common subdir, I tried to look into this, but I didn't understand why I didn't get this error in other configuration... Pierre Muller GDB pascal language maintainer