Posted-Date: Mon, 5 Jan 1998 23:17:57 +0200 Message-ID: Comments: Authenticated sender is From: "Ivo Stoykov" Author-Address: istoykov plovdiv techno-link com Date: Mon, 5 Jan 1998 23:16:31 +0002 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Problems with CPP and LD Reply-To: istoykov AT plovdiv DOT techno-link DOT com CC: akallio AT finlink DOT net (Aleksi Kallio) Newsgroups: comp.os.msdos.djgpp Mail-To-News-Contact: postmaster AT nym DOT alias DOT net Organization: mail2news AT nym DOT alias DOT net Lines: 25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk akallio AT finlink DOT net (Aleksi Kallio) wrote in Newsgroups: comp.os.msdos.djgpp on Sun, 4 Jan 1998 10:46:10 -0800 > Then I just installed it without looking in the documentation. So, > So, I downloaded gcc2721b.zip and installed it to get things > running again. But it didn't help much. Now cpp.exe (or ld.exe > when using libraries) gives some strange errors. > So, what's wrong? It looks to me as a rush problem (I've also faced). To work properly you need in your autoexec.bat following lines: SET DJGPP=[drive:][\path\]DJGPP.ENV PATH=%PATH%;[drive:][\DJGPP_path\]BIN instance: SET DJGPP=C:\DJGPP\DJGPP.ENV PATH=%PATH%;C:\DJGPP\BIN This is explained more comprehensive in the readme.1st file at /pub/pc/simtelnet/gnu/djgpp/v2/readme.1st in any DJGPP ftp mirror. I took from ftp.simtelnet.com (or ftp.simtel.net) Hope this help Ivo