Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!iuvax!silver!gilbertd From: gilbertd@silver.bacs.indiana.edu (Don Gilbert) Newsgroups: comp.sys.mac.programmer Subject: Re: Lowly FORTRAN & SANE Question Message-ID: <29519@iuvax.cs.indiana.edu> Date: 12 Nov 89 16:07:04 GMT References: <227700051@uxa.cso.uiuc.edu> Sender: gilbertd@silver.bacs.indiana.edu (Don Gilbert) Reply-To: gilbertd@silver.bacs.indiana.edu (Don Gilbert) Organization: Biology, Indiana University - Bloomington Lines: 16 I think Language Systems fortran is excellent, and is well integrated with MPW. It uses the same command line switches as MPW pascal to generate 68881/2 math chip calls. It also has an -extended switch to force all fortran REAL types to Mac Extended type. This is what I use to compile for MacII class machines: Fortran loopcalc.f -3 -extended -u 0 -mc68020 -mc68881 Just leave out the -extended -mc... switches to compile for standard SANE. BTW, LS Fortran (esp. with the 68881 direct calls) generates very fast code. -- Don Don Gilbert biocomputing office / archive for gilbertd@iubio.bio.indiana.edu / molecular & general biology gilbertd@iubacs.bitnet / biology dept., indiana univ., / ftp iubio.bio.indiana.edu bloomington, in 47405, usa / (129.79.1.101) user anonymous