Announcement

Collapse
No announcement yet.

gcc not working !

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

    gcc not working !

    Hi all,

    I did a fresh install of kubuntu (Fiesty) last week.

    I wrote a simple hello world program in C.

    I tried to compile:
    [bash]$ gcc hello.c

    I got an error:
    Cannot find crt1.o : No such file or directory

    What's wrong ?

    #2
    Re: gcc not working !

    Did you run apt-get build-essential?

    Comment


      #3
      Re: gcc not working !

      He means "sudo apt-get install build-essential".
      For external use only.

      Comment

      Working...
      X