Kornel Benko wrote:
Am Dienstag, 19. Mai 2009 schrieb Enrico Forestieri:
On Tue, May 19, 2009 at 06:45:10AM +0200, Kornel Benko wrote:
Am Montag, 18. Mai 2009 schrieb Richard Heck:
configure:4079: checking for gcc option to accept ISO C89
configure:4153: gcc  -c -g -O2  conftest.c >&5
conftest.c:11:19: error: stdio.h: No such file or directory
conftest.c:12:23: error: sys/types.h: No such file or directory
conftest.c:13:22: error: sys/stat.h: No such file or directory
conftest.c:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
conftest.c:50: error: expected declaration specifiers or '...' before 'FILE'
configure:4160: $? = 1
configure: failed program was:
You have some files not installed, e.g. stdio.h
Hmm. This does turn out to be the problem. I was looking for a different
file, which was there. But the weird thing is it was working fine not
very long ago. It seems that glibc-headers, which is actually required
by glibc-devel, wasn't installed. Must have been some problem when I
updated the system yesterday.
Thanks,
Richard