Date: Fri, 21 Sep 2001 10:30:48 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Socrates888 the Bartender" Message-Id: <8011-Fri21Sep2001103047+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: (necroq@hotmail.com) Subject: Re: Compiler errors and other esoteric things. References: 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: "Socrates888, the Bartender" > Date: Thu, 20 Sep 2001 22:12:20 -0400 > > >GO32-v2 Output > go32/v2 version 2.0 built Nov 15 1998 14:36:43 This is a very old version of DJGPP. > PATH=C:\DJGPP;C:\WINDOWS;C:\WINDOWS\COMMAND Should be PATH=C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND ^^^^^ > >Compiler Error Output > Using builtin specs. > gcc version 2.8.1 This is a very old version of the compiler. Please upgrade to the latest versions: GCC 2.95.3 and DJGPP v2.03. Then fix your setting of PATH. Then try compiling again, and I think you will see that the problems are gone.