PDA

View Full Version : [ubuntu] include folder empty



reglacken
September 12th, 2008, 01:24 PM
I have used apt-get to install gpp and gcc.

They are not usable because there are no *.h files.

What needs to be done to get these include/*.h files?

vikasmk
September 12th, 2008, 02:09 PM
try

sudo apt-get install build-essential
or go to the synaptic manager and search for the headers you want and install them .:)