尝试编译cpp代码时出现此错误
c:\mingw\bin>g++ hello.cpp
g++: fatal error: -fuse-linker-plugin, but liblto_plugin-0.dll not found
compilation terminated
出了什么问题?
答案 0 :(得分:0)
你有(或者构建系统有)指定了标志-fuse-linker-plugin
,它要求动态库文件liblto_plugin-0.dll
在你的库搜索路径中,但链接器找不到它。