What is “-lc++”?

不羁的心 提交于 2021-02-09 09:50:07

问题


Anybody has any idea about what is this and how can I solve this build error ??

ld: library not found for -lc++

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

thanks in advance.


回答1:


Install libc++
You can download from:
http://libcxx.llvm.org/



来源:https://stackoverflow.com/questions/17302349/what-is-lc

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!