X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: /beta/pth207b.zip seems to need 686+ Date: Sat, 14 Mar 2009 00:29:34 -0700 (PDT) Organization: http://groups.google.com Lines: 36 Message-ID: <1a62f6a8-1321-4888-85d8-435e01a0e816@q11g2000yqh.googlegroups.com> 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: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1237015774 30811 127.0.0.1 (14 Mar 2009 07:29:34 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 14 Mar 2009 07:29:34 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: q11g2000yqh.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Mar 14, 12:41=A0am, "Rod Pemberton" wrote: > "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... =A0You tried to execute a floating point instruction on a cpu whic= h > doesn't support ESC sequences. =A0IIRC, you need a DX series 486 or an SX > series 486 *and* a 487 SX coprocessor. =A0Odd, I also seem to recall the = 386 > was the last series with an optionally separate FPU... =A0Anyway, 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()). =A0Then, it sugges= ts > some software emulators.http://www.delorie.com/djgpp/v2faq/faq11_1.html Thanks for the attempts at help, Rod, but I already tried all that. I think by coincidence I stumbled upon the answer with all my recent Ada curiosity. It must be some conflict of exceptions when trying to use GNU Pth and FPU emulation at the same time. (I guess FSU Pthreads somehow avoids this, found a compiled version of LIBGTHRE.A inside GNAT3104.ZIP inside EZL1998F.ZIP on Simtel under /ada/, but I'm highly skeptical it'll work !! No clue how M.K. got it to work in 4.57.)