[Bug fortran/56269] I've installed gcc but gfortran doesn't work, see in the attached file

2013-02-09 Thread shimonya at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56269



--- Comment #1 from shimonya at gmail dot com 2013-02-09 19:39:14 UTC ---

Created attachment 29405

  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29405

This is the config.log file


[Bug fortran/56269] I've installed gcc but gfortran doesn't work, see in the attached file

2013-02-09 Thread mikael at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56269



Mikael Morin mikael at gcc dot gnu.org changed:



   What|Removed |Added



 CC||mikael at gcc dot gnu.org



--- Comment #2 from Mikael Morin mikael at gcc dot gnu.org 2013-02-09 
19:54:30 UTC ---

You seem to have a version mix of 4.5.3 and 4.7.2


[Bug fortran/56269] I've installed gcc but gfortran doesn't work, see in the attached file

2013-02-09 Thread shimonya at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56269



--- Comment #3 from shimonya at gmail dot com 2013-02-09 20:00:07 UTC ---

Thank you for your fast reply.

What can I do in order to have only version 4.7.2? (In reply to comment #2)

 You seem to have a version mix of 4.5.3 and 4.7.2


[Bug fortran/56269] I've installed gcc but gfortran doesn't work, see in the attached file

2013-02-09 Thread mikael at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56269



--- Comment #4 from Mikael Morin mikael at gcc dot gnu.org 2013-02-09 
20:21:51 UTC ---

(In reply to comment #3)

 Thank you for your fast reply.

 What can I do in order to have only version 4.7.2?



Obviously, you can remove/uninstall version 4.5.3 (the fortran compiler only).

Or remove it from the PATH environment variable.


[Bug fortran/56269] I've installed gcc but gfortran doesn't work, see in the attached file

2013-02-09 Thread mikael at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56269



--- Comment #5 from Mikael Morin mikael at gcc dot gnu.org 2013-02-09 
20:22:52 UTC ---

(In reply to comment #4)

 (In reply to comment #3)

  Thank you for your fast reply.

  What can I do in order to have only version 4.7.2?

 

 Obviously, you can remove/uninstall version 4.5.3 (the fortran compiler only).

 Or remove it from the PATH environment variable.



Or move it to somewhere else.

Or rename it to something else.


[Bug fortran/56269] I've installed gcc but gfortran doesn't work, see in the attached file

2013-02-09 Thread shimonya at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56269



--- Comment #6 from shimonya at gmail dot com 2013-02-09 20:43:49 UTC ---

Created attachment 29407

  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29407

This is the new config.log file


[Bug fortran/56269] I've installed gcc but gfortran doesn't work, see in the attached file

2013-02-09 Thread shimonya at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56269



--- Comment #7 from shimonya at gmail dot com 2013-02-09 20:45:33 UTC ---

Thank you. I renamed it and now I get a new error (see in the new attached

file).(In reply to comment #6)

 Created attachment 29407 [details]

 This is the new config.log file


[Bug fortran/56269] I've installed gcc but gfortran doesn't work, see in the attached file

2013-02-09 Thread mikael at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56269



--- Comment #8 from Mikael Morin mikael at gcc dot gnu.org 2013-02-09 
22:40:10 UTC ---

Something is seriously flawed on your side.

What is your toplevel configure command?


[Bug fortran/56269] I've installed gcc but gfortran doesn't work, see in the attached file

2013-02-09 Thread pinskia at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56269



Andrew Pinski pinskia at gcc dot gnu.org changed:



   What|Removed |Added



 Status|UNCONFIRMED |RESOLVED

 Resolution||INVALID



--- Comment #9 from Andrew Pinski pinskia at gcc dot gnu.org 2013-02-09 
22:57:37 UTC ---

configure:12799: checking for Fortran compiler version

configure:12808:  --version 5

../gcc-4.7.2/libgfortran/configure: line 12810: --version: command not found



You also seem like you are build libgfortran by itself which is not supported

at all.