installing gfortran in cygwin: gfortran: cyglto_plugin.dll not found

前端 未结 1 1529
[愿得一人]
[愿得一人] 2021-01-15 14:13

I\'m trying to get the gfortran compiler with cygwin. When attempting to compile a hello world program, I get the following error:

gfortran: fatal error: -fuse-linke

相关标签:
1条回答
  • 2021-01-15 14:51

    It is because of the gcc and gfortran versions are not same, try checking that. If so, do the following

    $ apt-cyg remove gcc-fortran
    $ apt-cyg install gcc-fortran

    0 讨论(0)
提交回复
热议问题