I have just installed glibc on my linux box that has kernel 2.2.1. I
now wanted to recompile the kernel, cause I changed glibc after having
changed the kernel. Now I get all the time error messages, when I try
to run
make menuconfig
it says something that my curses.h causes problems.
Then I tried to reinstall glibc, because I thought this would solve
the problem, but even this installation stops now with an error.
The first errer could have been because I created a link
ln -s /usr/lib/g++include /usr/include/g++
but the source directory never existed. Could this have caused the
error??
Anybody has any idea what to do?
--------------------------------
[...]
make[2]: Entering directory `/usr/src/glibc-2.0.6/ctype'
gcc -B/usr/src/glibc-2.0.6/compile/ test_ctype.c -c -O2 -Wall -Winline
-Wno-paro
make[2]: *** No rule to make target
`/usr/src/glibc-2.0.6/compile/libc.so.6', n.
make[2]: Leaving directory `/usr/src/glibc-2.0.6/ctype'
make[1]: *** [ctype/tests] Error 2
make[1]: Leaving directory `/usr/src/glibc-2.0.6'
make: *** [check] Error 2
name:/usr/src/glibc-2.0.6/compile#