我刚刚使用Cygwin作为环境安装了CLion。当CLion运行第一个测试时(使用" Hello World!"),它会收到以下编译错误:
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: /usr/bin/c++.exe
Build flags:
Id flags:
The output was:
1
c++: fatal error: -fuse-linker-plugin, but cyglto_plugin.dll not found
compilation terminated.
有人可以帮我解决这个问题吗?作为我第一次使用CLion,我不知道如何继续。