GCC 4.0

Asked by penqwin

1. I installed gcc, but when i'm trying to compile i see that there is no stdlib.h and stdio.h libraries:
//.....
penqwin@Hermes:~$ cd Desktop/Auto/
penqwin@Hermes:~/Desktop/Auto$ gcc pdd.c
pdd.c:1:19: error: stdio.h: No such file or directory
pdd.c: In function ‘main’:
//......
2. How to make NumLock On when system sturts up? (automaticly)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Slawomir Krysztowiak (dalton) said :
#1

I think you should install build-essential package. Hope this helps,
Dalton

Revision history for this message
penqwin (penqwin) said :
#2

Thanks. When i choosed <build-essential package> Synaptic also chosed some others packages and now everything works.