From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling with a K6 II-350 and a 366dx40 Date: Wed, 02 Feb 2000 21:27:43 +0200 Organization: NetVision Israel Lines: 20 Message-ID: <3898852F.8C8F0F05@is.elta.co.il> References: <3 DOT 0 DOT 6 DOT 16 DOT 20000127155252 DOT 34fff512 AT mail DOT cybercable DOT fr> <879sql$ahh$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: ras1-p65.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 949519680 23999 62.0.172.67 (2 Feb 2000 19:28:00 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 2 Feb 2000 19:28:00 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hans-Bernhard Broeker wrote: > > > Now I have written some applications (incl. Watt-32) and compiled it. > > But if I run the Applications (Servers like lpd, sshd, nfs, ftp) on > > the 386dx40 the Server crashes. > > I'd guess the missing FPU of the 386 to be the problem, here. Details > of *how* that Server crashes would be needed for better insight. In addition, if the program was compiled with DJGPP v2.02 or older, or used the emulator from any version before v2.03, you should know that the emulation code there had a few grave problems, in particular on Windows. So I suggest to make sure that v2.03 is used. > > I think, Watt-32 do not use a FPU. > > That may not really matter. If the FPU is missing, and the emu387.dxe > emulator file not found it'll still refuse to work, I think. No, it doesn't refuse to work, it just prints a warning message.