How to fix “unrecognized option '-plugin`” when using gdc to compile D program?

前提是你 提交于 2019-12-04 11:14:04
Kozzi11

This is probabbly cause because gdc wac compiled against differnt GCC (same version but with different compile flags (some plugins may missing)) than yours distro gcc.

Sometimes is possible to install missing plugin or install different gcc. Or you can use

-fno-use-linker-plugin

as jpf suggest

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!