This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33261] gfortran 4.3.0 doesn't work on Windows Vista.
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Sep 2007 10:25:46 -0000
- Subject: [Bug fortran/33261] gfortran 4.3.0 doesn't work on Windows Vista.
- References: <bug-33261-15048@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from fxcoudert at gcc dot gnu dot org 2007-09-03 10:25 -------
The output you posted shows that you have gfortran-4.3.0 in your path but you
also have a f951 binary coming from a G95 installation (it says: "G95 Fortran
95 version 4.0.3 (g95 0.90!) Jul 27 2006"). What happens is that gfortran calls
the f951 executable (it's the compiler itself, the gfortran binary is just a
"driver" program setting the environment up and calling compiler, assembler and
linker) from g95 instead of its own.
Please either uninstall that old g95 or at least remove its directories from
your PATH environment variable when compiling with gfortran.
I'm closing this bug as INVALID, but please feel free to post further comments
if you were to need more help (or open a new bug report if you have another
unrelated issue).
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33261