gpt4 book ai didi

windows - MinGW gfortran编译错误: “Unrecognized option ' -plugin' ”

转载 作者:行者123 更新时间:2023-12-02 10:46:06 24 4
gpt4 key购买 nike

我试图在Windows机器上启动并运行Fortran编译器,但由于某种原因我无法使其运行。我已经安装了最新的MinGW的“基本设置”部分,并尝试编译一个简单的“Hello world”程序,但收到以下错误消息:

C:\MinGW>gfortran -o executable Hello.f90
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: unrecognized option '-plugin'
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: use the --help option for usage information
collect2.exe: error: ld returned 1 exit status

这是供引用的源文件:

你好。
program Hello
write (*,*) 'Hello, world!'
end program Hello

有谁知道这个问题可能是什么吗?

编辑:
版本信息
C:\Users\Angel>c:/mingw/bin/ld.exe --version
GNU ld version 2.17.50 20060824
Copyright 2005 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.

最佳答案

您的链接器(binutils ld v2.17.50)对于gfortran前端而言太旧了,
(v8.2.0)。 -plugin将传递给gfortran中的ld选项
仅从ld v2.21.51开始支持链接样板。

这意味着您没有连贯的gfortran工具链。 Binutils v2.17.50已于2007年6月发布; GCC 8.2(2018年7月)。
可能您已经在过时的MinGW版本之上安装了gfortran 8.2。

建议您彻底删除MinGW安装并更换
current mingw-w64 release一起使用
你可以download at Sourceforge

关于windows - MinGW gfortran编译错误: “Unrecognized option ' -plugin' ”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54846364/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com