[EMAIL PROTECTED] writes: > Package: gcc-4.0 > Version: 4.0.0-2 > Severity: serious
bug reports for unsupported architectures aren't RC. anyway, the libc cannot be found. Please could you check, if applying the following patch succeeds in finding the 32bit libc? --- gcc/config/i386/t-linux64~ 2002-11-28 14:47:02.000000000 +0000 +++ gcc/config/i386/t-linux64 2004-07-24 07:40:21.716247432 +0000 @@ -6,7 +6,7 @@ MULTILIB_OPTIONS = m64/m32 MULTILIB_DIRNAMES = 64 32 -MULTILIB_OSDIRNAMES = ../lib64 ../lib +MULTILIB_OSDIRNAMES = ../lib ../lib32 LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]