Announcement

Collapse
No announcement yet.

How can I use the GNU C compiler of kubuntu?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How can I use the GNU C compiler of kubuntu?

    im a novice programmmer and i recently installed kubuntu v6.06, and im trying to compile programs i made using kate. when i go to the terminal and type gcc -o sample sampleprogram.c, i get the message bash: gcc command not found. why is that? how do i use the C compiler of kubuntu?
    Please help..
    Thanks in advance...

    #2
    Re: How can I use the GNU C compiler of kubuntu?

    Install package 'build-essential' for the basic compiling tools

    Comment

    Working...
    X