[Linux]Ubuntu的ld不搜索/usr/lib/x86_64-linux-gnu的问题
Posted on 2012年3月23日 22:03今天在ubuntu(for AMD64)下编译gcc-4.6.3时遇到如下错误:
1 2 3 | /usr/bin/ld : cannot find crt1.o: No such file or directory /usr/bin/ld : cannot find crti.o: No such file or directory collect2: ld 返回 1 |