Date: Wed, 14 Oct 1998 14:54:44 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Leonid Pauzner cc: djgpp AT delorie DOT com Subject: Re: Floating Point emulation problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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.)