Problem : You are running a 64-bit linux system and trying to compile a 32-bit application and you get this error : /usr/bin/ld: crti.o: No such file: No such file or directory Explainations : Usually crti.o is found in /usr/lib64/ and /usr/lib32/ In…
在公司不同服务器上"make -f ***"程序的时候,有的服务器可以编译通过,有的却提示"/usr/bin/ld:can not find -l***"的错误,在网上查找总是同样的博文,什么什么“php安装提示iconv”错误之类的,没有一个针对性,下面是我遇到的问题和解决办法: 遇到问题: /usr/bin/ld : can not find -liconv 解决办法: 因为公司服务器上提交的代码都是别人提交的,你要在服务器上编译就不能去修改人家的代码和make…