Re: Unknown error

2000-11-19 Thread Paul D. Smith
%% <[EMAIL PROTECTED]> writes: Please remember to include the version of GNU make you're using; I don't use RedHat so I have no idea what version they include. Use "make --version" to find out. Thx. bh> I am using Red Hat Linux 7.0 for the first time. I just tried bh> compiling a C program

Unknown error

2000-11-19 Thread bxhowell
I am using Red Hat Linux 7.0 for the first time. I just tried compiling a C program with a make file. The Makefile is rather simple. It comes back with the error: Makefile:12 *** missing separator. Stop. This makefile has SOURCES=prog1.c PRODUCT=$(HOME)/bin/prog CC=cc CFLAGS=-g -O all: $(PRODUC