From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Error in makefile - or Windows 95 crashing Make? Date: Mon, 01 Jun 1998 18:53:19 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 27 Message-ID: <357330DF.5F3E@cs.com> References: <35732CBD DOT 5922F915 AT impulse DOT net> NNTP-Posting-Host: ppp133.cs.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Edward J. Venaglia wrote: > > I kinda new to DJGPP, but I've had some experience, and I have asked a friend > who's more experienced in DJGPP to help, and we're both stumped. My appologies > for the "fat" posting, but I want to be as detailed as possible. (I hate when > people ask for more details) Complex problem, but simple solution. The make.exe that is being run on those two computers is not the DJGPP Make, but the Make from some other compiler, like Borland. In fact, it's pretty obvious that that's the case from the capture you posted. Borland's Make will not work with GNU makefiles, nor is it compatible with DJGPP applications. You must install the GNU Make package (v2gnu/mak3761b.zip) and put the DJGPP 'bin' directory before the Borland 'bin' directory in your PATH. The suggested PATH setup in 'readme.1st' accomplishes this by default. hth -- --------------------------------------------------------------------- | John M. Aldrich, aka Fighteer I | mailto:fighteer AT cs DOT com | | ICQ UIN#: 7406319 | http://www.cs.com/fighteer/ | | ObJoke: If Bill Gates were a robber, not only would he | | shoot you, but he'd send you a bill for the bullets. | ---------------------------------------------------------------------