Hi All, I have build gcc-v4.1.1 on Linux AMD x86_64. Under "lib" directory, I see many 32 bit libraries getting built. I was wondering if I can avoid ending up building 32 bit libraries. I want only 64 bit libraries under "lib" directory. Here are my configure options: --prefix=/pkgs/gcc/v4.1.1 --mandir=/pkgs/gcc/v4.1.1/man --infodir=/pkgs/gcc/v4.1.1/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --with-gnu-as --with-as=/pkgs/gcc/v4.1.1/bin/as --with-gnu-ld --with-ld=/pkgs/gcc/v4.1.1/bin/ld --disable-libgcj --with-local-prefix=/pkgs/gcc/v4.1.1 --enable-clocale=gnu --with-gmp=/pkgs/gmp/v4.1.4 --enable-languages=c,c++,objc,fortran --host=x86_64-redhat-linux I would appreciate any help !! Thanks and regards, Ashwani Bhat