This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.

Would you be able to try a instrumentized version of the binaries if I
send them to you privately? I'm currently building these Windows
binaries, but don't have access to a Win98 myself.

> I have no explanation and I didn't find help on the gfortran
> webpages.

I changed the Wiki to reflect the fact that these binaries are not
working with Win98 (until we fix it, of course :)

> C:\djgpp>gfortran x.f
> c:/djgpp/bin/../lib/gcc/djgpp/4.01/libgfortran.a(write.o):: undefined
> reference to `_finite'
> c:/djgpp/bin/../lib/gcc/djgpp/4.01/libgfortran.a(normalize.o)::
> undefined reference to `_nextafterf'
> c:/djgpp/bin/../lib/gcc/djgpp/4.01/libgfortran.a(normalize.o)::
> undefined reference to `_nextafter'
> collect2: ld returned 1 exit status

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? From what I see in
http://www.delorie.com/djgpp/doc/incs/math.h, it looks like they
should be available...

Thanks,
FX


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]