building gdb-5.0 under cygwin b20.1

Chris Faylor cgf@cygnus.com
Tue Jun 6 09:42:00 GMT 2000


On Tue, Jun 06, 2000 at 08:03:02AM -0700, Kevin Hilman wrote:
>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.

Yes.  The headers are part of the latest cygwin release.  You will need
to install that to build gdb.

You might be able to get away with just grabbing the headers from

ftp://sourceware.cygnus.com/pub/cygwin/latest/cygwin/cygwin-1.1.1.tar.gz

but there are no guarantees.

cgf


More information about the Gdb mailing list