package: g77-3.4 version: 3.4.1-4sarge With the normal zivot_20013101-2 package build options > [EMAIL PROTECTED]:~/work/fortran$ g77-3.4 -g -O2 -o zivot zivot.f > In file included from zivot.f:0: > zivot.f:2: internal compiler error: Bus error > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://gcc.gnu.org/bugs.html> for instructions. > For Debian GNU/Linux specific bug reporting instructions, > see <URL:file:///usr/share/doc/gcc-3.4/README.Bugs>. No
With minimal options > [EMAIL PROTECTED]:~/work/fortran$ g77-3.4 -o zivot zivot.f > In file included from zivot.f:0: > zivot.f:2: internal compiler error: Bus error > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://gcc.gnu.org/bugs.html> for instructions. > For Debian GNU/Linux specific bug reporting instructions, > see <URL:file:///usr/share/doc/gcc-3.4/README.Bugs>. No The C compiler > [EMAIL PROTECTED]:~/work/fortran$ gcc-3.4 -o hello hello.c > [EMAIL PROTECTED]:~/work/fortran$ ./hello > hello world Yes See if f77 via gcc works > [EMAIL PROTECTED]:~/work/fortran$ fort77 -o zivot zivot.f > MAIN zivot: > Warning on line 86: statement cannot be reached Yes See if it works via g77 > [EMAIL PROTECTED]:~/work/fortran$ g77 -g -O2 -o zivot zivot.f > [EMAIL PROTECTED]:~/work/fortran$ g77-3.3 -g -O2 -o zivot zivot.f Yes