LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   GCC3.3-version C Compiler not working (https://www.linuxquestions.org/questions/linux-newbie-8/gcc3-3-version-c-compiler-not-working-153033/)

etto2004 03-03-2004 11:05 AM

GCC3.3-version C Compiler not working
 
I am completly new with linux (Mandrake 9.2). The OS is working fine in my computer. But I am trying to run thge C compiler that comes in the package, gcc 3.3.1-version. How can I get this program to run? I went to the konsole (command prompt) and typed "gcc3.3-version", and the only reply that I got was "3.3.1-no input files". Can you let me know how can I get this program to run? Or is there other way to compile, debug, and run a C program code? thanks

legend1079 03-03-2004 12:48 PM

hay buddy
i am using RedHat linux
i am also intrested in the solution
of this problem
plz
is any one that can help us

guygriffiths 03-04-2004 07:55 AM

Well what are you trying to do? Presumably "gcc3.3-version" is the name of the executable. If this is the only version you have then "gcc" should also work.
The reason you are getting the message "3.3.1-no input files" is because you haven't given it any input files to compile. Try "man gcc" to find out how it works.


All times are GMT -5. The time now is 11:04 PM.