Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ncis.llnl.gov!ncis!helios.ee.lbl.gov!pasteur!agate!bionet!csd4.milw.wisc.edu!mailrus!bbn!apple!keith From: keith@Apple.COM (Keith Rollin) Newsgroups: comp.sys.mac.programmer Subject: Re: MacApp and the 68881 Message-ID: <24288@apple.Apple.COM> Date: 19 Jan 89 17:06:22 GMT References: <599@cf-cm.UUCP> Organization: Apple Computer Inc, Cupertino, CA Lines: 33 In article <599@cf-cm.UUCP> ralph@computing-maths.cardiff.ac.uk (Ralph Martin) writes: >Some time back I saw someone ask a question about compiling MacApp >applications so that they used the 68881 directly instead of SANE. I >too now wish to do this. I didn't see any answers to the question go >by, though, so if there is anyone out there who can explain how to do >it (maybe the original poster has figured it out now), I'd be grateful >for some help. I seem to remember that there was some snag to just >putting the compiler option in an obvious place. > There are several ways of doing this: 1) go in and change your .make files to include the -mc68881 option on the Pascal compile line. 2) Better yet, use the alias command to include the -mc68881 option, thus: alias Pascal Pascal -mc68881 That way, when the MacApp Build system executes the pascal command, the -mc68881 option gets included in there. 3) Get MacApp 2.0 when it comes out. The final version will have the capability of passing compiler options. So you could say something like: MABuild -pascal "-mc68881" Nothing If you go by routes 1 or 2, don't forget to recompile all of your MacApp sources. Keith Rollin --- Apple Computer, Inc. --- Developer Technical Support INTERNET: keith@apple.com UUCP: {decwrl, hoptoad, nsc, sun, amdahl}!apple!keith "You can do what you want to me, but leave my computer alone!"