LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   i have an error when i try to install Glibc(5.7. Glibc-2.8-20080929, Version 6.4) (https://www.linuxquestions.org/questions/linux-from-scratch-13/i-have-an-error-when-i-try-to-install-glibc-5-7-glibc-2-8-20080929-version-6-4-a-690528/)

robineecc1 12-14-2008 11:45 AM

i have an error when i try to install Glibc(5.7. Glibc-2.8-20080929, Version 6.4)
 
all this is in th section 5.7 section of LFS version 6.4

first i unpacked the Glibc-2.8-20080929 package, then in this new directory i execute both

""sed -i 's@/etc/ld.so.preload@/tools/etc/ld.so.preload@' elf/rtld.c""

and

""echo "CFLAGS += -march=i486 -mtune=native" > configparms""

(all this is made in $LFS/sources/Glibc-2.8-20080929)

after that i build Glibc outside of the source directory in a dedicated build directory.

In this new directory i execute the next lines:

./glibc-2.8-20080929/configure --prefix=/tools \
--disable-profile --enable-add-ons \
--enable-kernel=2.6.0 --with-binutils=/tools/bin \
--without-gd --with-headers=/tools/include \
--without-selinux


i get all very well in this part, but when i compile the package ("make")i get an error:

················································································
make[2]: *** No hay ninguna regla para construir el objetivo `/mnt/lfs/tools/glibc-build/s-proto.d', necesario para `/mnt/lfs/tools/glibc-build/signal/kill.o'. Alto.
make[2]: se sale del directorio `/mnt/lfs/sources/glibc-2.8-20080929/signal'
make[1]: *** [signal/subdir_lib] Error 2
make[1]: se sale del directorio `/mnt/lfs/sources/glibc-2.8-20080929'
make: *** [all] Error 2

··································································

please help me i would like to finish my LFS,


thanks Simon Bridge for the last help it was very useful for me


All times are GMT -5. The time now is 02:45 PM.