Re: Stumped

From: Skylar (skylar@ifconfig.intserv.com)
Date: 07/02/96


On Tue, 2 Jul 1996, Brian Christopher Guilbault wrote:

> I was adding the color.c file that was posted here to my src and I got 
> most everything working...I found all the updates that Three Point posted 
> with his corrections and whatnot. Now when I try to compile I get a 
> Makefile error:
> 
> make ../bin/circle.tst
> make[1]: Entering directory `/home/dante/circle/src'
> make[1]: *** No rule to make target `gcc', needed by `color.o'.  Stop.
> make[1]: Leaving directory `/home/dante/circle/src'
> make: *** [default] Error 2

The '\' character is for continuation onto the next line.  Your dependency
is finished on the line its already on, so get rid of the trailing '\'


> color.o: color.c \  <---------------------- right there



-Sky



This archive was generated by hypermail 2b30 : 12/07/00 PST