Path: utzoo!attcan!uunet!husc6!mit-eddie!mit-amt!phil From: phil@mit-amt.MEDIA.MIT.EDU (Phil Sohn) Newsgroups: comp.sys.mac.programmer Subject: Think C 3.0 and the 68881 Keywords: Why cann't I get it to compile? Message-ID: <2831@mit-amt.MEDIA.MIT.EDU> Date: 26 Jul 88 20:02:00 GMT Organization: MIT Media Lab, Cambridge, MA Lines: 15 I am having trouble getting 3.0 to compile files using the 68881 option. What i have done is: 1) Set the 68881 compiler option, 2) #define _MC68881_, 3) #include , 4) link the xx881 files. Now when I try to compile I drop into MacsBug with a Addr ERR00116E60 116E5C: 4EFB 000200C4 JMP *+0004(D0.w) When I turn the 6881 compiler option off, everything seems to work ok. If I recall correctly, others have used the 68881 option. Does anyone have any idea what I am doing wrong? phil@ems.media.mit.edu