Results 1 to 2 of 2
HI
i'm new in Liunx ... and i have an assignments to Explore Linux !!!
one of the q :is to write a program in c languge using the Terminal
...
- 10-07-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 1
Help Me :( ??
HI
i'm new in Liunx ... and i have an assignments to Explore Linux !!!
one of the q :is to write a program in c languge using the Terminal
when i write the code using the PICO command and save it as name.c
i can not Compile it whith the command !!!!
> gcc -o name name.c!!!
i got -o command not fond !!!
i dont know WHY!!

- 10-07-2007 #2
Welcome to LF!
Try thisgcc myprog.c –o myprog


Reply With Quote