PEPRBV@CFAAMP.BITNET (Bob Babcock) (11/19/87)
I tried to compile a matrix inversion program with the Microware OS-9/68K Fortran compiler, and got the error message *** fortp2: generr=59 (260) *** Followed by Error #000:216 (which means file not found and is presumably a side effect of the first error). Needless to say, this error message is not documented; anyone know what it means? The matrix inverter has been in use on an IBM mainframe for years, and the only change I made to it was to replace IMPLICIT REAL*8 ... with IMPLICIT DOUBLE PRECISION, so its not likely that there is anything wrong with the source code.