This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: (g77) internal compiler error: Segmentation fault
Hi,
>> Hmm, I see your g77 is 2002 vintage. I have a 3.4 version. Still,
>> I would recommend that you upgrade to a newer compiler, preferably
>> gfortran.
>>
> I'll try to do that!
>
Note that openSUSE 10.2 comes with gfortran 4.1.x thus you can simply
install it via YaST2.
If you want to have newer gfortran packages, you can use the
gcc/gfortran 4.1, 4.2 and 4.3 packages available at
http://software.opensuse.org/download/home:/rguenther/openSUSE_10.2/
(Add this directory as additional software source in YaST2)
The gcc/gfortran 4.1, 4.2 and 4.3 packages can be even installed in
parallel; e.g. gcc41-fortran provides gfortran-4.1. Whereas package
"gcc-fortran" provides simply a link from gfortran to gfortran-4.1.
If you want to be bleeding edge, you can also use the nightly builds at
http://gcc.gnu.org/wiki/GFortranBinaries
Tobias