Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!stanford.edu!agate!tornado.Berkeley.EDU!pdubois From: pdubois@tornado.Berkeley.EDU (Paul DuBois) Newsgroups: comp.sys.mac.programmer Subject: Think C 4.x and the si Summary: system error: coprocessor not installed Message-ID: <1991Mar10.052239.18904@agate.berkeley.edu> Date: 10 Mar 91 05:22:39 GMT Sender: usenet@agate.berkeley.edu (USENET Administrator) Organization: ucb Lines: 10 I'm working my way through the Macintosh Programming Primer and bombed on the Mondrian program (chapter 3). Whenever I compile and run, the program crashes with a "coprocessor not installed" system error. I have checked the Options... and the 68881 code generation is definitely turned off. The only math this program does are some calls to Random(), type conversions from float to int, and some piddling multiplication and division. Any help would be greatly appreciated. pdubois@ocf.berkeley.edu