请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

3回答

提问者 金刚小仓 2018-04-12 22:59:05

安装完毕Xcode后有报错这样!


/Applications/CLion.app/Contents/bin/cmake/bin/cmake --build /Users/james/Desktop/swoole/cmake-build-debug --target all -- -j 2

[  3%] Linking C shared library ../lib/libswoole.dylib

[ 50%] Built target static

ld: library not found for -lrt

clang: error: linker command failed with exit code 1 (use -v to see invocation)

make[2]: *** [../lib/libswoole.1.9.5.dylib] Error 1

make[1]: *** [CMakeFiles/shared.dir/all] Error 2

make[1]: *** Waiting for unfinished jobs....

[ 51%] Linking C executable bin/test_server

ld: library not found for -lrt

clang: error: linker command failed with exit code 1 (use -v to see invocation)

make[2]: *** [bin/test_server] Error 1

make[1]: *** [CMakeFiles/test_server.dir/all] Error 2

make: *** [all] Error 2


1 回复 有任何疑惑可以回复我~
  • 请尝试写一个最基本的hello, world的程序进行编译看是否有问题来验证你的环境。
    回复 有任何疑惑可以回复我~ 2018-04-13 00:54:02
liuyubobobo 2018-04-12 02:26:45

使用mac系统,最简单的配置clion的方法是安装xcode,xcode自带了必要的命令行工具和Clang Compiler,且无需手动配置。安装xcode后,再安装clion,clion会自动找到xcode中的相应配置工具。


当然,从道理上,你也可以只安装clion所需要的C++环境,而不安装整个xcode。就需要自己在网上查一下相应的配置教程了。jetbrains官网上的mac系统配置需求,是安装xcode。可以参见:https://www.jetbrains.com/help/clion/install-and-set-up-product.html


加油!


1 回复 有任何疑惑可以回复我~
提问者 金刚小仓 2018-04-13 16:13:25

就是写的Hello world,编译不出来

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信