From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9761 invoked by alias); 14 Jan 2008 16:45:11 -0000 Received: (qmail 9751 invoked by uid 22791); 14 Jan 2008 16:45:11 -0000 X-Spam-Check-By: sourceware.org Received: from vms040pub.verizon.net (HELO vms040pub.verizon.net) (206.46.252.40) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Jan 2008 16:44:45 +0000 Received: from black ([96.238.9.21]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JUN00DG77WIXQP2@vms040.mailsrvcs.net> for gdb@sourceware.org; Mon, 14 Jan 2008 10:45:55 -0600 (CST) Received: from bob by black with local (Exim 4.67) (envelope-from ) id 1JESQ9-0005sr-LB; Mon, 14 Jan 2008 11:44:21 -0500 Date: Mon, 14 Jan 2008 16:45:00 -0000 From: Bob Rossi Subject: Re: GDB/Mingw make problem In-reply-to: <478BAD00.17461.D7D9DF@gerritvn.gpvno.co.za> To: gerritvn@gpvno.co.za, gpvno@telkomsa.net Cc: Eli Zaretskii , gdb@sourceware.org Message-id: <20080114164421.GA22044@brasko.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline References: <478BAD00.17461.D7D9DF@gerritvn.gpvno.co.za> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) X-IsSubscribed: yes 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: 2008-01/txt/msg00099.txt.bz2 On Mon, Jan 14, 2008 at 06:42:08PM +0200, Gerrit van Niekerk wrote: > On 14 Jan 2008 at 6:05, Eli Zaretskii wrote: > > > Well, you didn't say anything about MSYS before. > > Sorry, I thought MinGW implied MSYS :) > > > I believe there's an MSYS version of Sed as well, check out the MinGW > > site. > Could not locate it, so I decided that Cygwin is probably a better platform and it got further as > well, but got a problem compiling bfd/archive.c with a missing libintl.h. > > To recap: > I made a directory CYGWIN in C:\develop\gdb-6.7.1 and in the Cygwin Bash shell executed: > > $ cd /cygdrive/c/develop/gdb-6.7.1/cygwin > $ ../configure --host=i686-pc-mingw32 --target=djgpp > . > . > $ make > . > . > make[4]: Entering directory `/cygdrive/c/develop/gdb-6.7.1/cygwin/bfd' > /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I > . -D__USE_MINGW_FSEEK -I. -I../../bfd -I../../bfd/../include -I./../intl - > W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o archive.lo > ../../bfd/archive.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D__USE_MINGW_FSEEK - > I. -I../../bfd -I../../bfd/../include -I./../intl -W -Wall -Wstrict-prototypes - > Wmissing-prototypes -Werror -g -O2 -c ../../bfd/archive.c -o archive.o > In file included from ../../bfd/archive.c:132: > ../../bfd/sysdep.h:173:21: libintl.h: No such file or directory > ../../bfd/archive.c: In function `_bfd_write_archive_contents': > ../../bfd/archive.c:1766: warning: implicit declaration of function `dgettext' Install GNU gettext? Bob Rossi