Date: Thu, 21 Apr 94 08:06:37 -0400 From: U-E59264-Osman Buyukisik To: kemp AT convex1 DOT convex DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: unsupported int problem Greetings, >>>>> "Phil" == Phil Kemp writes: Phil> As I have received an unparalled djgpp response to my Phil> unsupported int problem I have continued my quest without Phil> the assistance of masters or mages... Phil> It turns out on my machine which is a 386/40 w/o math copro Phil> that the emulators are causing the interrupt and that go32 Phil> can't handle it... Phil> Here is the error... I just had the same problem. The solution is to use the new 387 emulator with the new go32. The version 1.10 worked ok but then I just wanted to change GO32 only without upgrading the rest of DJGPP. Worked ok for programs without floating point! But gave the same unsupported int dump when a floating point stuff was needed. So I just got the latest 387 emulator and it works ok even with 1.10 stuff. Hope this helps (get wmemu111.zip from oak.oakland.edu djgpp area) Osman