From: elf AT netcom DOT com (Marc Singer) Message-Id: <199610252155.OAA15988@netcom4.netcom.com> Subject: Re: Need help with make. To: aheffner AT lakefield DOT net Date: Fri, 25 Oct 1996 14:55:53 -0700 (PDT) Cc: djgpp AT delorie DOT com (DJGPP List Alias) In-Reply-To: <2.2.32.19961025093343.006a0da8@lakefield.net> from "aheffner@lakefield.net" at Oct 25, 96 04:33:43 am MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 458 > It's seeming to hang up on the part when it calls "gcc" to change the source > into object code. It outputs this as an error: > > gcc -I. -Isrc -Wall -m486 -O3 -o obj/adlib.o -c src/adlib.c > make.exe: *** [obj/adlib.o] Error -1 > > if i type in the first line by hand it works but i don't want to compile it > manually. > What version of Make are you using? I tried 3.75, but it won't work with my old GNUmakefiles. What is the output from make -n?