%general-entities; ]> Glibc-&glibc-version; 64-Bit Glibc cross tools, 64 Bit Installation of Glibc Now we make sure the Glibc goes into /tools/lib64: echo "slibdir=/tools/lib64" >> configparms BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \ AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \ ../glibc-&glibc-version;/configure --prefix=/tools \ --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \ --disable-profile --enable-add-ons \ --with-tls --enable-kernel=2.6.0 --with-__thread \ --with-binutils=/cross-tools/bin --with-headers=/tools/include \ --cache-file=config.cache The meaning of the new configure options: CC="${LFS_TARGET}-gcc ${BUILD64}" This switch do ... . --libdir=/tools/lib64 This switch do ... . <para>Details on this package are located in <xref linkend="contents-glibc" role="."/></para> </sect2> </sect1>