个问题是原来在32位Linux 系统下编译的o文件残留,在64位编译时候所提示的编译错误。make clean && make
/usr/bin/ld: i386 architecture of input file `regcomp.o' is incompatible with i386:x86-64 output
本文介绍了一个在从32位Linux系统迁移到64位系统时遇到的问题:旧的.o文件导致的编译错误。解决方案是使用make clean&&make命令来清理并重新编译项目。





