Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!oberon!cit-vax!ucla-cs!zen!ucbvax!CFAAMP.BITNET!PEPRBV From: PEPRBV@CFAAMP.BITNET (Bob Babcock) Newsgroups: comp.sys.m68k.pc Subject: Microware Fortran problem Message-ID: Date: Wed, 18-Nov-87 20:06:58 EST Article-I.D.: CFAAMP.PEPRBV.871118.133055.A0 Posted: Wed Nov 18 20:06:58 1987 Date-Received: Sat, 21-Nov-87 12:12:37 EST Sender: usenet@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 10 Approved: info-68k@ucbvax.berkeley.edu 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.