In Version SVN-20061013-x86_64-Multilib, section 10.7, there is typo related to glibc 2.4. The command:
sed -i '/cross-compiling/[EMAIL PROTECTED]@[EMAIL PROTECTED]' ../glibc-2.4/localedata/Makefile needs to be sed -i '/cross-compiling/[EMAIL PROTECTED]@[EMAIL PROTECTED]' ../glibc-2.5/localedata/Makefile As might surprise you, there is no glibc-2.4 directory in a glibc 2.5 build (I know. I can't believe it myself). Anyways, it needs to be fixed. Fortunately, it's an obvious fix, unlike any lingering issues that have yet to be ferreted out with testing of glibc 2.5. - Jonathan Davis _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev
