Date: Tue, 23 Apr 1996 17:52:09 +1000 (EST) From: Robert Nader To: djgpp AT delorie DOT com Subject: libwmemu.a Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, from the faq :) ... There is an alternative FP emulator called `WMEMU' (get the file `v2misc/wmemu2b.zip'). It mimics a real coprocessor more closely, but is larger in size and is distributed under the GNU General Public License (which generally means you need to distribute its source if you distribute `wmemu387.dxe', or distribute the source or objects to your entire program, if you link it with `libwmemu.a'). Its advantage is that with `WMEMU', you can debug FP apps on a non-FPU machine. When linking with it I get .... D:\SRC\85309\ASSGN\1\Q1>make gxx q1.cc -o q1.exe -lwmemu npxsetup.c(.text+0x4): undefined reference to `__djgpp_exception_state' npxsetup.c(.text+0x27): undefined reference to `__djgpp_exception_state' npxsetup.c(.text+0x2d): undefined reference to `__djgpp_exception_state' make.exe: *** [q1] Error 1 Any ideas greatly appreciated, TIA, Rob -