cleff
Group: Members
Posts: 3
Joined: Oct. 2005 |
|
Posted: Oct. 23 2005,08:06 |
|
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.
|