> to use the 'gcc' and 'make' commands in the terminal window.  I have
> successfully managed to use gcc to debug, but am not able to use 'make'.

based on the way you are trying to compile a single  .c file, i' m not
sure you really need make.

to compile a .c file and get an executable just do a


[user@localhost user]$ gcc -o outputfile source.c

that will create the "outputfile" executable which you can then
run simply by calling it:

[user@localhost user]$ ./outputfile


that should be enough to compile and run .c sources.

HTH

Damian



-- 
Who is General Failure, and why is he reading my disk?

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to