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 ?
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 ?
Comment