Message-ID: <38D91500.49AC3C59@hotmail.com> From: Andrew Hakman X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: 387 emulation problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 7 Date: Wed, 22 Mar 2000 18:40:06 GMT NNTP-Posting-Host: 142.13.16.203 X-Trace: typhoon.mbnet.mb.ca 953750406 142.13.16.203 (Wed, 22 Mar 2000 12:40:06 CST) NNTP-Posting-Date: Wed, 22 Mar 2000 12:40:06 CST Organization: MBnet Networking Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I can't figure out how to get 387 emulation working. If I have read the FAQ correctly, all I should have to do is compile with -lemu, but that doesn't increase the size of my .exe (and of course emulation does not work). Is there a .h file to use the math functions for emulation, or should it work with the default ones. Thanks.