X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Mon, 09 Aug 2004 21:53:38 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <3405-Mon09Aug2004215337+0300-eliz@gnu.org> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <5f4d0553.0408090006.62f0babe@posting.google.com> (idollanium AT yahoo DOT com) Subject: Re: using pythonD 2.2.1 (compiled with djgpp) on a 486 without a math coprocessor References: <5f4d0553 DOT 0408080409 DOT 72de3fea AT posting DOT google DOT com> <9003-Sun08Aug2004222326+0300-eliz AT gnu DOT org> <5f4d0553 DOT 0408090006 DOT 62f0babe AT posting DOT google DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: idollanium AT yahoo DOT com (Ido Yehieli) > Newsgroups: comp.os.msdos.djgpp > Date: 9 Aug 2004 01:06:53 -0700 > > 387=N > 387EMU=c:\387emu.dxe ^^^^^^ ^^^^^^^^^^^ > PATH=C:\DJGPP\BIN;C:\WINDOWS;C:\DRDOS;C:\FREEDOS;C:\THINKPAD;C:\UTILS\NC;C:\PYTHON;C:\UTILS\ZIP; > DJGPP=C:\DJGPP\DJGPP.ENV That's your problem, right there: the line that sets 387EMU should instead say this: emu387=c:/djgpp/bin/387emu.dxe Note that your system says 387emu instead of emu387, and also points to a wrong place (emu387.dxe is in c:\djgpp\bin, not in c:\).