Hello ! I'm trying to install glibc-2.2.2 on an LFS partition (/mnt/lfs), the error I get is:
<error> findlocale.c: In function `_nl_find_locale': findlocale.c:193: Internal compiler error in gen_lowpart, at emit-rtl.c:1081 Please submit a full bug report. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. make[2]: *** [/usr/src/glibc-build/locale/findlocale.os] Error 1 make[2]: Leaving directory `/usr/src/glibc-2.2.2/locale' make[1]: *** [locale/subdir_lib] Error 2 make[1]: Leaving directory `/usr/src/glibc-2.2.2' make: *** [all] Error 2 </error> The glibc-2.2.2 package was originaly an RPM package in my RH7.1 linux source CD, after unpacking the RPM into /usr/src/redhat/SOURCES/ I copied the zipped file into /mnt/lfs/usr/src and after chrooting, compiling with the commands (as in the LFS book 3.3): <commands> mknod -m 0666 /dev/null c 1 3 && touch /etc/ld.so.conf && cp malloc/Makefile malloc/Makefile.backup && sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile.backup > malloc/Makefile && cp login/Makefile login/Makefile.backup && sed 's/root/0/' login/Makefile.backup > login/Makefile && mkdir ../glibc-build && cd ../glibc-build && ./glibc-2.2.5/configure --prefix=/usr \ --enable-add-ons --libexecdir=/usr/bin && echo "cross-compiling = no" > configparms && make && make install && make localedata/install-locales && exec /bin/bash --login </commands> I changed glibc-2.2.5 into glibc-2.2.2 and even tried to do this manually, and the problematic area is the 'make'. I have tried to send it to the lfs mailing list but I got 0 replies. Is there something concerning the locale I haven't installed right ? Thanks in advance, Eliran -- Our society won't be truly free until "None of the Above" is always an option. -- Eric S. Raymond ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]