发布时间:2013-04-01 16:31:22
系统环境 centos6.3 , 编译环境gcc 4.4.6将系统从32位centos迁移到64位持续集成平台上时,编译报错:gnu/stubs-32.h: No such file or directorygoogle了下原来是32位glibc库没装:yum install glibc-devel.i686 -y安装完成之后又有问题了:/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linu.........【阅读全文】