Date: Thu, 4 Jan 2001 10:56:47 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andreas Madritsch cc: djgpp AT delorie DOT com Subject: Re: How to Install DJGPP on Win 98 In-Reply-To: <3A5376FA.59C144D1@datacomm.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 3 Jan 2001, Andreas Madritsch wrote: > bnu281b.zip This is too old. Get the latest version bnu210b.zip. > csdpmi4b.zip The latest version is csdpmi5b.zip. But you don't need it on Windows. > mak377b.zip This is old. Get the latest version mak3791b.zip. > txi312b.zip This is VERY old. Get txi40b.zip instead. > faq211b.zip Also very old. The latest version is faq230b.zip. > When I try to compile anything with > > C:\DJGPP\sources>gcc test.c -v -o test.exe > > the compiler reports > > gcc version 2.7.2.1.f.1 > cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 -D__32BIT__ > -D__EMX__ -Di386 -D__32BIT__ -D__EMX__ -D__i386__ -D__i386 -Asystem(unix) > -Asystem(emx) -Acpu This is not the DJGPP port of GCC, this is an EMX port. Set your PATH so that C:\DJGPP\BIN is before the EMX's bin directory.