Results 1 to 2 of 2
Dear all
i am new in linux and working in Fedora 7
i want to compile and run a c programe
but i didnot know the santaces can any body ...
- 11-12-2008 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 1
compile a c programme
Dear all
i am new in linux and working in Fedora 7
i want to compile and run a c programe
but i didnot know the santaces can any body help me
thanks
Regards
- 11-12-2008 #2
For a simple program, gcc -o programname programname.c should do it. If you're using libraries other than the standard C library, you might need something more complicated.
"I'm just a little old lady; don't try to dazzle me with jargon!"


Reply With Quote