[Bug fortran/54836] checking whether the GNU Fortran compiler is working... no

2012-10-06 Thread kargl at gcc dot gnu.org


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



kargl at gcc dot gnu.org changed:



   What|Removed |Added



 Status|UNCONFIRMED |RESOLVED

 Resolution||WONTFIX



--- Comment #4 from kargl at gcc dot gnu.org 2012-10-07 03:45:54 UTC ---

Try a newer version.


[Bug fortran/54836] checking whether the GNU Fortran compiler is working... no

2012-10-06 Thread kargl at gcc dot gnu.org


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



kargl at gcc dot gnu.org changed:



   What|Removed |Added



 CC||kargl at gcc dot gnu.org



--- Comment #3 from kargl at gcc dot gnu.org 2012-10-07 03:45:21 UTC ---

gcc 4.4.7 is no longer supported.  Try using 4.6.x or 4.7.x.



PS: What are the exact set of commands you used to try

to build gcc?


[Bug fortran/54836] checking whether the GNU Fortran compiler is working... no

2012-10-06 Thread pinskia at gcc dot gnu.org


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



--- Comment #2 from Andrew Pinski  2012-10-06 
17:53:45 UTC ---

configure:14187:

/Users/lizhou/Downloads/gcc-4.4.7/host-x86_64-apple-darwin12.2.0/gcc/gfortran

-B/Users/lizhou/Downloads/gcc-4.4.7/host-x86_64-apple-darwin12.2.0/gcc/

-B/Users/lizhou/x86_64-apple-darwin12.2.0/bin/

-B/Users/lizhou/x86_64-apple-darwin12.2.0/lib/ -isystem

/Users/lizhou/x86_64-apple-darwin12.2.0/include -isystem

/Users/lizhou/x86_64-apple-darwin12.2.0/sys-include -c -g -O2  conftest.f >&5

f951: internal compiler error: Segmentation fault: 11

Please submit a full bug report,

with preprocessed source if appropriate.

See  for instructions.


[Bug fortran/54836] checking whether the GNU Fortran compiler is working... no

2012-10-06 Thread janus at gcc dot gnu.org


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



janus at gcc dot gnu.org changed:



   What|Removed |Added



   Severity|blocker |normal


[Bug fortran/54836] checking whether the GNU Fortran compiler is working... no

2012-10-06 Thread dominiq at lps dot ens.fr


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



--- Comment #1 from Dominique d'Humieres  2012-10-06 
16:01:14 UTC ---

It looks like a duplicate of pr45277, i.e., at least one of your GMP, MPFR, or

MPC libraries has a problem (see

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45277#c1 ).



Question: why do you want to build 4.4.7? It is no longer supported and it

would be better to build 4.7.2 (latest release).