%% <[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
THE DOUBLER -
NEW BUY OPINION: European American Resources, Inc.
Symbol: EPAR (OTCBB)
Recent Price - $.375 52 Week Range - $.21875 - $1.6875
Estimated Float - 5.9 Million Shares Outstanding -
16.2 Million Shares
Gold mining stocks have been a neglected group during
this great Bull Market.
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