X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Rod Pemberton" Newsgroups: comp.os.msdos.djgpp Subject: Re: /beta/pth207b.zip seems to need 686+ Date: Sat, 14 Mar 2009 01:41:32 -0400 Organization: Aioe.org NNTP Server Lines: 24 Message-ID: References: <40103e98-4a54-48cb-abe9-436e8f2e655b AT e18g2000vbe DOT googlegroups DOT com> <85c0e1f9-a4eb-4a43-b7bc-d205f90e300a AT s9g2000prg DOT googlegroups DOT com> <516e4445-01a0-4d00-bb08-2451923f7ce0 AT g38g2000yqd DOT googlegroups DOT com> NNTP-Posting-Host: pldq+kT97bAAp/ObDwnZyQ.user.aioe.org X-Complaints-To: abuse AT aioe DOT org NNTP-Posting-Date: Sat, 14 Mar 2009 05:38:50 +0000 (UTC) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1933 X-Notice: Filtered by postfilter v. 0.7.7 X-Newsreader: Microsoft Outlook Express 6.00.2800.1933 Cancel-Lock: sha1:+WmqKJ/TR1f0QsziFSTyA+5PH0k= X-Priority: 3 X-MSMail-Priority: Normal To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Rugxulo" wrote in message news:516e4445-01a0-4d00-bb08-2451923f7ce0 AT g38g2000yqd DOT googlegroups DOT com... > > But neither works without an FPU > > ... > on my 486 Sx/25: > ... > signal SIGNOFP Coprocessor not available Yup... You tried to execute a floating point instruction on a cpu which doesn't support ESC sequences. IIRC, you need a DX series 486 or an SX series 486 *and* a 487 SX coprocessor. Odd, I also seem to recall the 386 was the last series with an optionally separate FPU... Anyway, another option is software emulation. Perhaps, FAQ 11.1 "11.1 Floating-point code without 80387" would help? I.e., it first suggests adding -lemu to your link flags and optionally setting some DOS environment variables (see putenv()). Then, it suggests some software emulators. http://www.delorie.com/djgpp/v2faq/faq11_1.html Rod Pemberton