Jorge Castillo L�pez wrote:

> I have RedHat 4.1 in my computer, and I'm compiling a very simple
> program, with a makefile, and 
> the command "make".
> 
> The makefile only has a line:  "gcc  program_name.c" 

That isn't a valid Makefile.

> And the answer I always get is: 
>  
> "makefile: 1: *** mising separator. Stop."

Yep.

> �Do i need anything else? 

You need to create a valid makefile. See the `make' Info file for
details. Also, look at some existing makefiles.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to