------- 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

Reply via email to