Message-ID: <001d01c00a7a$e9531d00$f839bcca@tm.net.my> From: "ObiGuan Kenobi" To: "Eli Zaretskii" Cc: References: <001901c009c8$d8fde140$0439bcca AT tm DOT net DOT my> <9743-Sat19Aug2000213143+0300-eliz AT is DOT elta DOT co DOT il> <003301c00a22$0dc739e0$d5616acb AT tm DOT net DOT my> <2110-Sun20Aug2000085842+0300-eliz AT is DOT elta DOT co DOT il> Subject: Re: DJGPP on Windows ME Date: Sun, 20 Aug 2000 15:47:33 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com > However, to debug this efficiently, you will need to rebuild > stubify.exe so that it has the debugging code for the library > functions as well. To this end, you should do the following: > > - Download v2/djlsr203.zip and extract the following files from it: > > src/stub/stubify.c > src/libc/ansi/stdio/rename.c > src/libc/ansi/stdio/_rename.c > src/libc/ansi/stdio/remove.c > > - Put all those files together on a single file and call that file > stubify.c. I have downloaded djlsr203.zip and did as you instructed and tried to compile it. The compiler complains that stub.h is missing. Where can I find this file?