This directory contains (in it's subdirs) the patches, which I 
have made to the standard libraries and/or packages of DJGPP 2.01.

These patches are needed when you want to rebuild RHIDE with
the same functionallity as the distributed executable.

To make live easyer for you I include now also the the patched
sources so you don't need to download the libc sources (even
when I recommend it). That means, you have to change simply
in the directories here, compile the source file like

gcc -O2 -c foo.c

[replace here foo.c with the actual file]
and then run

ar -r c:/djgpp/lib/libc.a foo.a

[replace here c:/djgpp with your DJGPP directory and
 foo.o with the actual compiled object file]

For the go32targ.c from gdb you have to copy simply
the patched file go32targ.c to the gdb source directory
befor building libgdb.a.

