Date: Fri, 4 Apr 1997 08:06:17 -0500 Message-Id: <199704041306.IAA14197@delorie.com> From: DJ Delorie To: ckcorcor AT uiuc DOT edu CC: djgpp AT delorie DOT com In-reply-to: <5huvp9$5hu@vixen.cso.uiuc.edu> (ckcorcor@uiuc.edu) Subject: Re: Help Compiling djgpp Sources on NT Machine > 1. Which make program do I use? Use djgpp's make. You'll need djgpp's sed and probably fileutils as well. > 2. Which configur options should I use, winnt or go32? "configure go32" After that, just type "make". Note: under buggy DPMI providers, you might need to run "make" a few times, since they have limits on the number of spawns one program can do. Just keep running it until it builds everything. > Also, do I need to set up default directories similar to > how things would be built on a unix box? No. DJGPP's gcc uses environment variables in djgpp.env to find it's files, so the built-in directories are ignored.