Message-ID: <35C1E73C.107A@icrdl.net> From: Michel Huot MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: 80x87 detection in DJGPP programs References: <000101bdbc8c$24bdbe20$674e08c3 AT arthur> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 10 Date: Fri, 31 Jul 1998 15:48:52 GMT NNTP-Posting-Host: 207.236.233.106 NNTP-Posting-Date: Fri, 31 Jul 1998 11:48:52 EDT Organization: Bell Solutions To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Arthur wrote: > You could use Allegro - it has a global variable which is set to TRUE > if you have a FPU I ve looked at the Allegro code to detect FPU, but this code also crash my computer. (SIGFPE) Im wondering if there is a way to intercept or to disable the SIGFPE signal, so my program wont crash when i try to detect a FPU. Anyone has a clue? thanx in advance