problem initializing gcc

Asked by amit

 i have downloaded gcc via synaptic
when i try to run it it say no input file

what is the problem

do i need to install additional applications

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Cesare Tirabassi
Solved:
Last query:
Last reply:
Revision history for this message
Best Cesare Tirabassi (norsetto) said :
#1

you should tell us:

the command you gave
the error message you are getting

gcc by itself doesn't do anything unless you instruct it what to do.
For instance:

gcc hello.c

will make an executable called a.out of a source file called hello.c

Revision history for this message
amit (amit-ramjas) said :
#2

Thanks Cesare Tirabassi, that solved my question.