Installing glibc
When I run configure to begin installing glibc-2.3.2 on Slackware 9.1 I get this error:
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
and config.log in the relative area is out putting this
configure:2936: $? = 0
configure:2938: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2941: $? = 1
configure:2945: checking for suffix of object files
configure:2967: gcc -c conftest.c >&5
configure:2970: $? = 0
configure:2992: result: o
configure:2996: checking whether we are using the GNU C compiler
configure:3021: gcc -c conftest.c >&5
configure:3024: $? = 0
configure:3027: test -s conftest.o
configure:3030: $? = 0
configure:3043: result: yes
configure:3049: checking whether gcc accepts -g
configure:3071: gcc -c -g conftest.c >&5
configure:3074: $? = 0
configure:3077: test -s conftest.o
configure:3080: $? = 0
configure:3091: result: yes
configure:3108: checking for gcc option to accept ANSI C
configure:3169: gcc -c -g -O2 conftest.c >&5
In file included from configure:3125:
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:37:23: features.h: No such file or directory
In file included from /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:43,
from configure:3125:
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stddef.h:213: syntax error before "typedef"
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:45:25: bits/types.h: No such file or directory
In file included from configure:3125:
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:55: syntax error before "typedef"
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:71: syntax error before "typedef"
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:81:19: libio.h: No such file or directory
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:97: syntax error before "typedef"
Can anyone help?
|