This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: installation problem
> > But the attempt to compile programs results in the error message
> > C:\>gfortran x.f
> > GFORTRAN.EXE: _spawnv: No such file or directory
>
> Humpf. You're the second user to report such behaviour. So it sounds
> clearly not like an installation problem.
Adding -v and checking for case-sensitivities and/or missing .EXE
extensions may help solve this.
> Adding DJ Delorie in copy of this mail. I would have to look into this
> further, but I think this was fixed for versions later than 4.0.1. DJ,
> could you tell me if finite/nextafter/nextafterf are available on
> DJGPP?
They are available, but you need -lm to get the math library. The
user's link line was missing it; I don't know if gfortran adds -lm by
default.