MinGW里面的G++应该怎么配置?为什么我编译时会出现这种错误? 5
……g++hello.cppg++:fatalerror:-fuse-linker-plugin,butliblto_plugin-0.dllnotfoundcompil...
…… g++ hello.cpp
g++: fatal error: -fuse-linker-plugin, but liblto_plugin-0.dll not found
compilation terminated. 展开
g++: fatal error: -fuse-linker-plugin, but liblto_plugin-0.dll not found
compilation terminated. 展开
3个回答
展开全部
你在安装g++时并没有安装gcc中的core,问题中的dll在gcc-core的dev文件中
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
g++ -E hello.cpp -> hello.i
g++ -S hello.i -o hello.s
g++ -C hello.s -o hello.o
gcc hello.o -o hello.exe
在编其他程序时,在最后一步遇到了你的问题。出现gcc: fatal error: -fuse-linker-plugin, but liblto_plugin-0.dll not found compilation terminated.
不知道你解决了没有?
g++ -S hello.i -o hello.s
g++ -C hello.s -o hello.o
gcc hello.o -o hello.exe
在编其他程序时,在最后一步遇到了你的问题。出现gcc: fatal error: -fuse-linker-plugin, but liblto_plugin-0.dll not found compilation terminated.
不知道你解决了没有?
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询