Ubuntu gcc header files missing
Marcin ‘Qrczak’ Kowalczyk
qrczak at knm.org.pl
Thu Jul 31 16:57:03 UTC 2008
2008/7/31 whoosh <whoosh777 at blueyonder.co.uk>:
> gcc cannot find <stdio.h>
In Linux stdio.h is not a part of the compiler proper but of the
standard C library (libc).
$ apt-file search /usr/include/stdio.h
libc6-dev: /usr/include/stdio.h
ppu-sysroot: /usr/lib/cell/sysroot/usr/include/stdio.h
So: sudo apt-get install libc6-dev
--
Marcin Kowalczyk
qrczak at knm.org.pl
http://qrnik.knm.org.pl/~qrczak/
More information about the ubuntu-users
mailing list