【发布时间】:2012-01-01 22:08:40
【问题描述】:
我刚刚下载了 CLang 源代码,使用 CMake 创建了一个 Visual C++ 10 IDE 工作区,并从 Visual C++ 10.0 (express) 构建了所有内容。
现在我在 hello world 上收到一堆链接器错误:
d:\dev\test> 输入 con >foo.cpp #include那我该怎么办呢?
【问题讨论】:
标签: c++ linker-errors clang std clang++