Date: Tue, 22 Jul 2003 15:23:35 -0400 Message-Id: <200307221923.h6MJNZtc022872@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (tom_cip_11551 AT nospamatall DOT hotmail DOT com) Subject: Re: New to djgpp. Questions about protected mode, etc. References: <3iGdna0c9-Mz-oCiU-KYvA AT giganews 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 > I went to the DJGPP download site and they wanted to know what > operating system I wanted to use. I think that they are assuming > that the compiler will be run on the same operating system that the > executables will run on. Mostly. > Well, the answer is that I want to use the compiler/assembler on > WinXP or Win2K (or even Win98). But I want to run the executables > under MSDOS. What should I say when downloading DJGPP? Say XP until after you have it installed and running. Then go back and say MS-DOS to get anything else you might need (It's just cwsdpmi). The installation instructions are customized according to the OS, so you really want to specify the machine you're running the compiler on. The only packages picked according to OS are: cwsdpmi for DOS runtime, and unzip32.exe for non-dos installs. > My expectation is that the compiler will run on any of the operating > systems but the executable determines if there is a DOS extender > needed, so my guess is that if I want to run the executables on DOS > then that is the version that I download. There is only one compiler, so you won't be downloading different versions of some files.