glibc-2.15 dizininde ./configure ve make komutu verdiniz mi? glibc derlenmemiş gözüküyor.
ÖNEMLİ make install yapmamalısınız
./configure yi prefixsiz girdiğim zaman
[root@i7-3770K home]# cd glibc-2.15
[root@i7-3770K glibc-2.15]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
configure: error: you must configure in a separate build directory
bu hatayı alıyorum.
/home/glibc-2.15 dizininde bunu nasıl konfigüre etmeliyim ?