Probably a simple problem with gcc
Martin v. Loewis
martin@loewis.home.cs.tu-berlin.de
Mon Feb 14 23:37:00 GMT 2000
> I've been using gcc successfully in the past(v 2.95.2), but recently I
> haven't been able to compile anything that requires standard libraries.
> Even hello world fails with a "stdio.h: No such file or directory". I've
> tried doing a find for the particular header files. After finding them in
> /usr/i386-glibc20-linux/include, I added that to both my $PATH, and my
> $LIBRARY_PATH.
Are you saying you have no /usr/include/stdio.h? That would be a
serious problem; /usr/include on my system has more than 200 files,
stdio.h among them. If you don't have header files in /usr/include,
you need to install them.
Regards,
Martin
More information about the Gcc-bugs
mailing list