Date: Thu, 28 Jun 2001 19:58:51 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: John Covici Message-Id: <2593-Thu28Jun2001195850+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (message from John Covici on 28 Jun 2001 08:46:04 -0400) Subject: Re: DJGPP under Windows 2000 References: <00b801c0feb5$3e212870$26df10ac AT speakeasy DOT net> <566b0935 DOT 0106271007 DOT 74fcc474 AT posting DOT google DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: John Covici > Newsgroups: comp.os.msdos.djgpp > Date: 28 Jun 2001 08:46:04 -0400 > > So how do I get this patch Generally, it's recommended to wait for DJGPP v2.04 (no, I don't know when it will be released). While this problem is the main show-stopper for using DJGPP on W2K, it's not the only one, so there's no guarantee that after patching all your stuff you will have a completely functional development environment. It depends on what you do with DJGPP. That said, I think I posted the patch here a few weeks ago. > and if its a gcc patch to what gcc compiler > does it apply? If I use it do I have to compile everything again? You patch a couple of library modules, compile those modules and put them into libc.a, and then rebuild every DJGPP program you use. As a minimum, you will have to rebuild GCC, Make, and Binutils (and RHIDE, if you use it). In general, every program that invokes other DJGPP programs and can nest the child programs more than one level, should be rebuilt after patching the library.