This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: installation problem
- From: François-Xavier Coudert <fxcoudert at gmail dot com>
- To: Frank Thomas Braun <frank dot braun at rz dot uni-regensburg dot de>
- Cc: fortran at gcc dot gnu dot org, DJ Delorie <dj at redhat dot com>
- Date: Wed, 30 Nov 2005 10:29:57 +0100
- Subject: Re: installation problem
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OvSN5lOndGhtBASjLcFTwNX6z0KKJ9XDHC4VG8tjxutpk11Xx4CNyX1tQNsYurnBN+A5TojF236CnwSMNvMnmcWQQ1BQXq0Fn+0tGC0vwO8CmB9/dvs6Dy80USqJRuebrUNQdP7NA9lOlCDceb9ofyZqnkxCCxpJxInF2C3qAxE=
- References: <20051130085729.CB70C17B7C8@rrzmta1.rz.uni-regensburg.de>
> 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