From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Ingham To: Kevin Hilman , Subject: Re: building gdb-5.0 under cygwin b20.1 Date: Tue, 06 Jun 2000 14:08:00 -0000 Message-id: References: X-SW-Source: 2000-06/msg00050.html Kevin, No, this is not possible. You need a more recent version of cygwin. Go to the cygwin section of sourceware.cygnus.com, and get one of the snapshots. Jim > Is it possible? or do I need the latest 'net' release of the cygwin > tools. > > Specifically, the build is failing at: > > gcc -c -g -O2 -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode > -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl > -I./tui-DUSE_INCLUDED_REGEX win32-nat.c > win32-nat.c:42: imagehlp.h: No such file or directory > win32-nat.c:339: psapi.h: No such file or directory > make: *** [win32-nat.o] Error 1 > > Are these missing headers part of some win32 tools I need to install, > or are they part of cygwin? > > BTW, I'm building the gdb from the b20.1 'full' release without any > problems. > > Thanks.