LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   i have an error with the Glibc package in the section 5.7 (https://www.linuxquestions.org/questions/linux-from-scratch-13/i-have-an-error-with-the-glibc-package-in-the-section-5-7-a-690829/)

robineecc1 12-15-2008 08:31 PM

i have an error with the Glibc package in the section 5.7
 
5.7. Glibc-2.8-20080929

when i Compile the package with "make" i get the next error:
-------------------------------------------------------------------------
-----------------------------------------------
solv:/mnt/lfs/sources/glibc-build/crypt:/mnt/lfs/sources/glibc-build/nptl /mnt/lfs/sources/glibc-build/libc.so.6 /mnt/lfs/sources/glibc-build/libc_nonshared.a -lgcc -lgcc_eh `gcc -B/tools/bin/ --print-file-name=crtend.o` /mnt/lfs/sources/glibc-build/csu/crtn.o
/tools/bin/ld: cannot find -lgcc_eh
collect2: ld returned 1 exit status
make[2]: *** [/mnt/lfs/sources/glibc-build/iconv/iconvconfig] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.8-20080929/iconv'
make[1]: *** [iconv/others] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.8-20080929'
make: *** [all] Error 2
-----------------------------------------------------------
-----------------------
i am sure the last parts are well. i have found in the internet that this error is because of "--disable-shared", but i heve colud not solve it

weibullguy 12-16-2008 04:26 AM

Did you pass --disable-shared to the configure script? I don't believe the instructions tell you to do that.

http://www.mail-archive.com/patches@.../msg02285.html


All times are GMT -5. The time now is 01:34 AM.