From: "Gautam N. Lad" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: DJGPP Make error Lines: 35 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: <1Oxq5.126098$c5.3046267@news2.rdc1.on.home.com> Date: Mon, 28 Aug 2000 18:01:33 GMT NNTP-Posting-Host: 24.42.140.33 X-Complaints-To: abuse AT home DOT net X-Trace: news2.rdc1.on.home.com 967485693 24.42.140.33 (Mon, 28 Aug 2000 11:01:33 PDT) NNTP-Posting-Date: Mon, 28 Aug 2000 11:01:33 PDT Organization: Excite AT Home - The Leader in Broadband To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Shit, didn't realize that...I noticed Borland and I didn't even think... (seriously I was like: "Borland? Since when did GNU use Borland's make code)... Pretty stupid...ok, thx...fixed now! Bye! -- Gautam N. Lad http://www.cubicdesign.com David wrote in message news:KHmq5.1858$vc4 DOT 11868 AT news3 DOT atl... > > Gautam N. Lad wrote in message ... > >I got DJGPP a few days ago, wtih the basics, that > >came in the following packages: bnu2951b.zip, djdev203.zip, > >gcc2952b.zip gpp2952b.zip lgp2952b.zip and mak3791b.zip > > > >Everytime I try to run make on a makefile, I get the following > error: > > > >MAKE Version 3.6 Copyright (c) 1991 Borland International > > > This last line is your problem. The Borland version of make > precedes the DJGPP version of make in your path. > > >