Path: utzoo!attcan!uunet!husc6!rutgers!joyce!zodiac!meridian!pkahn From: pkahn@meridian.ads.com (Phil Kahn) Newsgroups: comp.sys.mac Subject: Problems with MPW C 68000/68881 instructions and A/UX config? Message-ID: <6003@zodiac.UUCP> Date: 4 Nov 88 20:59:55 GMT Sender: news@zodiac.UUCP Reply-To: pkahn@ads.com (Phil Kahn) Organization: Advanced Decision Systems, Mt. View, CA (415) 960-7300 Lines: 22 I wrote some image convolution code on a straight MacOS MACII, using 5MB, system 5, using MPW C v2.0. Because this uses a lot of floating point multiplication, I used the following compiler directives to directly generate instructions for the coprocessor and 68020: C -mc68020 -mc68881 -elems881 imagefuns.c As required, I linked with CLib881.o, CSANELib881.o, and Math881.o . The code runs well and very fast as described (45 seconds versus 24 minutes). Here is the problem. When I run the code on the A/UX at work, the machine freezes up. This only happens when I specify the faster compiler options. It seems to especially freeze up on floating point operations. Finally, the question: Is there a known problem with A/UX configured machines using MPW V2.0 and the faster compiler options? thanks, phil...