This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: W10 + Cygwin 3.0.7 + GCC 9.2
I've adjusted the path and added -fno-use-linker-plugin. Here's the new error
$ make
/cygdrive/C/cygwin64/bin/gfortran.exe -std=gnu -fno-use-linker-plugin
table.o -o table.exe
gfortran: fatal error: cannot execute ‘ld’: spawn: No such file or directory
compilation terminated.
make: *** [makefile:104: table.exe] Error 1
But ld --version produces
$ ld --version
GNU ld (GNU Binutils) 2.29.1.20171006
Copyright (C) 2017 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later
version.
This program has absolutely no warranty.
What should I try next?
Thank you.
--
Sent from: http://gcc.1065356.n8.nabble.com/gcc-fortran-f719652.html