To: eliz AT is DOT elta DOT co DOT il Cc: djgpp AT delorie DOT com References: Message-Id: From: "Leonid Pauzner" Date: Wed, 14 Oct 1998 16:28:07 +0400 (MSD) X-Mailer: dMail [Demos Mail for DOS v2.07a5] Subject: Re: Floating Point emulation problem Lines: 25 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com > On Wed, 14 Oct 1998, Leonid Pauzner wrote: >> gcc -o convert.exe convert.c -lwmemu >> >> compilation fails with: >> >> c:/djgpp/lib/libwmemu.a(npxsetup.o): npxsetup.c: >> undefined reference to __djgpp_exception_state__ > Here's what the DJGPP FAQ list says about WMEMU (section 11.1): > (But you will need to get the sources and recompile it, since it was > compiled with a beta release of DJGPP and will cause unresolved > externals if you try linking against `libwmemu.a' without recompiling it.) Thanks, but when I try to recompile it it looks for libc sources so I should get a huge portion of DJGPP sources locally... Why not to put correct libwmemu.a compiled against the final release onto DJGPP mirrors/depository like Simtel? BTW, I found out a link from www.delorie.com for beta wmemu, which appears to be the same old binary from 1995...