where i can find the C compiler in kubuntu.

Asked by prasanna kumar.t.s.m

I cant find the C compiler in my kubuntu.Can you tell me the way how to run it and include all header files in C using terminal.Can you tell me will the graphics.h header work in that.

Also i want to know how to use digraphs in vi editor.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gcc-2.95 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Cesare Tirabassi (norsetto) said :
#1

The GNU C compiler can be invoked with the gcc command. See man gcc for more info on how to run it and include header files.

Which graphics.h are you talking about? There must be dozens.

For digraphs most probably you need to install the vim-runtime package.
This is a link to the relevant vim manual page on how to enable and use them:

http://vimdoc.sourceforge.net/htmldoc/digraph.html

Revision history for this message
Massimo Forti (slackwarelife) said :
#2

to install gcc compiler you can do in ashell:

$: sudo apt-get update

$: sudo apt-get install build-essential

$: sudo apt-get install linux-headers-`uname -r`

Thanks

Can you help with this problem?

Provide an answer of your own, or ask prasanna kumar.t.s.m for more information if necessary.

To post a message you must log in.