I'm trying to compile octave 3.8,1. It seems that somebody was already succesful doing so since there are some MorphOS definitions in the code but in my case the configure script failes to compile fortran 77 code. I can reproduce that by creating a file test.f and executing f77 -c test.f which gives me:
4.4.5. Interestingly OS4 has the same problem. Btw the OS 3 g77 bins do not help. Update: When I delete this 68k g77 and f77 I get "Fortran compiler not installed on this system", Is there a native MorphOS fortran compiler?