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.
展开
 我来答
robertlzj
2021-07-26 · TA获得超过498个赞
知道小有建树答主
回答量:213
采纳率:66%
帮助的人:33.7万
展开全部

在MinGW Installation Manager中合适的目录(关于包的组织)下,选择合适的package即可。(不要手动去找那个文件,不要手动去找路径放置)

泷青梦s3
2015-09-01 · 超过43用户采纳过TA的回答
知道答主
回答量:84
采纳率:100%
帮助的人:67.8万
展开全部
你在安装g++时并没有安装gcc中的core,问题中的dll在gcc-core的dev文件中
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
温暖的庄生
2014-12-10
知道答主
回答量:2
采纳率:0%
帮助的人:2702
展开全部
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.
不知道你解决了没有?
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式