Date: Sun, 29 Mar 1998 14:31:51 +0300 (IDT) From: Eli Zaretskii To: "Edward F. Sowell" cc: djgpp AT delorie DOT com Subject: Re: GPP fails in Make In-Reply-To: <351D6998.28016F65@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 28 Mar 1998, Edward F. Sowell wrote: > If I compile a main.cpp at he commandline: > gcc -c -v -o main.obj main.cpp > > it works fine. However, when the equivalent command is in a makefile > it fails with > > make.exe *** [main.obj] Error -1 Please post the shortest Makefile which exhibits this behavior, and the full transcript of what Make and GCC printed when you run Make with that Makefile.