PDA

View Full Version : [ubuntu] stddef.h not present in /usr/include



f00k3r
August 3rd, 2009, 02:39 PM
Hi,

I recently installed Ubuntu Gutsy (need the older version) from a CD and after the installation, I did :

sudo apt-get install build-essential
I even tried

sudo apt-get install libc6-dev

but /usr/include doesn't contain the file: stddef.h
What should I do?

Regards,
Bharat.

puttux
September 3rd, 2009, 04:59 PM
This baffled me for sometime... I finally found it :)

/usr/lib/gcc/i486-linux-gnu/4.2/include

Vaivaswatha,