Date: Sun, 01 Jun 2003 20:02:28 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <6137-Sun01Jun2003200228+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <1ba37fef.0306010650.10517f99@posting.google.com> (strags11 AT yahoo DOT com) Subject: Re: Simple (?) problem with djgpp/gcc/make References: <1ba37fef DOT 0306010650 DOT 10517f99 AT posting DOT google DOT com> 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: strags11 AT yahoo DOT com (Nick) > Newsgroups: comp.os.msdos.djgpp > Date: 1 Jun 2003 07:50:36 -0700 > > I'm using the latest version of DJGPP, including gcc and make. The > following, simple makefile doesn't work on my system (Windows XP). I > receive the same error every time: "make.exe: *** [hello.o] Error > -1". This usually mean that Make cannot find the GCC executable file, gcc.exe. > The gcc line works fine from my DOS command prompt if I type it in > directly. Did you invoke Make from the same DOS box in which you tried the gcc command line? In fact, it would help, I think, if you described precisely how did you invoke Make.