Hi,
I get the same error(checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
) above after running the command below:
BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
../glibc-2.6.1/configure --prefix=/usr \
--libexecdir=/usr/lib/glibc --host=${CLFS_TARGET} --build=${CLFS_HOST} \
--disable-profile --enable-add-ons --with-tls --enable-kernel=2.6.0 \
--with-__thread --with-binutils=${CLFS}/cross-tools/bin \
--with-headers=${CLFS}/usr/include --cache-file=config.cache
But I don't know how must I set LD_LIBRARY_PATH or LD_LIBRARYN32_PATH and fix

Can you say according to what clearly?
Thanks in advance.