Package: gcc-3.4 Version: 3.4.2-2 After plain install of gcc-3.4, attempting to compile a 64bit program (with -m64) leads to :
gcc-3.4 -m64 foo.c -o foo /usr/bin/ld: cannot find -lgcc_s_64 collect2: ld returned 1 exit status After installing package lib64gcc1 (3.4.2-2), the problem goes away. I therefore suggest that a lib64gcc1 dependency be added to gcc-3.4 (and possibly gcc-3.3 as well) for all architectures which have a multiarch/64 bit variant (x86, s390, ppc, etc..). Thanks, --Ivan