Apps :: gcc and includes



I installed dsl to my hard disk and enabled apt-get. Then i did a "apt-get install gcc". I tried to compile my test hello world program, but I'm missing stdio.h along with all the other standard includes. I downloaded glibc-2.3.5 and put all the includes into my /usr/local/include/ directory, but i'm still getting
/usr/local/include/stdio.h:5: libio/stdio.h: No such file or directory

when i try to compile. Yeah, I'm a total novice when it comes to linux, so please bear with me. Thanks.

hi,

install  "gcc g++ make for DSL 0.8" from
http://distro.ibiblio.org/pub....m

gotta love the mydsl extensions :)

original here.