Bug 50062 - GNU Fortran is not working
Summary: GNU Fortran is not working
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.3.4
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-12 18:07 UTC by hsong6
Modified: 2011-08-12 19:38 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hsong6 2011-08-12 18:07:46 UTC
Dear expert, 

While I was trying to install gcc-4.3.4, I got an error.
Currently, my machine has gcc-4.2 and gcc-4.5.
But I would like to install gcc-4.3.4 because other program supports this version.

During the compilation, I set gcc-4.2 to be avaible.

I would really appreciate any comments.
Thank you.

HJ
Comment 1 Paolo Carlini 2011-08-12 18:14:13 UTC
This isn't a valid PR. You may try sending a *detailed* message to the gcc-help mailing list.
Comment 2 hsong6 2011-08-12 19:38:46 UTC
Thank you for pointing out.

Here is an error message
--------------------------------------

checking whether the GNU Fortran compiler is working... no
configure: error: GNU Fortran is not working; please report a bug in http://gcc.gnu.org/bugzilla, attaching /home/hsong/objdir/x86_64-unknown-linux-gnu/libgfortran/config.log
make[1]: *** [configure-target-libgfortran] Error 1
make[1]: Leaving directory `/auto/home/hsong/objdir'
make: *** [all] Error 2

---------------------------------------

Thank you.
HJ