作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我在 64 位系统上有 32 位库,所以在使用 32 位库编译我的代码时,我通过了 -m32
但这会导致另一个错误提示
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libstdc++.so when searching for -lstdc++
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libstdc++.a when searching for -lstdc++
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
如何解决?
最佳答案
如果知道32位库的安装位置,可以在-lstdc++前加上-L/path/to/library/directory
关于c++ - 海湾合作委员会错误 "/usr/bin/ld: cannot find -lstdc++",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31760581/
我以前从未发布过这种性质的问题,所以如果它不适合 SO,请不要太伤我的感情,我会删除它。 为了让我关心的所有内容都尽可能靠近左边距,我一直希望我可以这样写: DataService1.DataEnti
我是一名优秀的程序员,十分优秀!