Tôi đang cố gắng cài đặt gcc 4.9.0 trên centOS 6. Trong khi ./configure
có lỗi xảy ra:
/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.
Tôi đã tìm kiếm một câu trả lời và phát hiện ra rằng lỗi này cần được khắc phục bằng cách cài đặt glibc-devel.i686
gói.
Tuy nhiên, lỗi tương tự vẫn tồn tại ngay cả sau khi tôi cài đặt yum
. Có ý kiến gì không?