Date: Thu, 3 Apr 1997 19:03:08 +0300 (IDT) From: Eli Zaretskii To: Casey Corcoran cc: djgpp AT delorie DOT com, Alessandro Rizzoli Subject: Re: Building djgpp on NT Machine (was Nmake for WinNT 3.5 utilities) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 3 Apr 1997, Casey Corcoran wrote: > No, I'm talking about compiling the djgpp sources on my NT machine. We've > scrapped the idea of using MSVC at all. We're going to do it the > "traditional" way using editors and RHIDE where we can. First, > though, I need to get djgpp to compile on my machine. Why? DJGPP already comes with a compiled GCC binary, so why do you need to recompile it yourself? > program). Basically what I need is a list of tools and versions and a > step-by-step list of how to build it. Install these and you should be all set: mak375b.zip fil313b.zip shl112b.zip grep20b.zip sed118b.zip find41b.zip diff271b.zip txt122b.zip txi390b.zip and of course djdev201.zip, gcc2721b.zip and bnu27b.zip (without which you won't be able to compile at all). All of the above are in the v2gnu directory on DJGPP sites. There should be CONFIG.BAT and/or MAKE.BAT in the gcc source distribution; these are what you need to invoke. If you have problems, post here. But I think you don't need to recompile gcc at all. Everything is already built for you, just use the binary packages (those which end with a `b').