Date: Fri, 9 May 2003 20:57:00 -0400 Message-Id: <200305100057.h4A0v0Qq021589@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (message from ChassMr on Fri, 09 May 2003 23:36:09 GMT) Subject: Re: Help with make References: 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 > I am trying out a one-module program as a starter. Now gpp compiles > either main.cc or main.cpp into a functionning a.exe but going with make > gives the following : > > cc -c main.cc > make.exe : *** [main.o] Error -1 If gpp works from the command line, why aren't you using gpp in your Makefile? There is no "cc" command in djgpp.