Ich versuche, gcc 4.9.0 unter centOS 6 zu installieren. Währenddessen tritt ./configure
ein Fehler auf:
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.4.7/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat- linux/4.4.7/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
configure: error: I suspect your system does not have 32-bit developement libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib.
Ich habe nach einer Antwort gesucht und herausgefunden, dass dieser Fehler durch die Installation des glibc-devel.i686
Pakets behoben werden sollte .
Der gleiche Fehler bleibt jedoch auch nach der Installation mit bestehen yum
. Irgendwelche Ideen?