X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 08 Aug 2004 22:23:26 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <9003-Sun08Aug2004222326+0300-eliz@gnu.org> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <5f4d0553.0408080409.72de3fea@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> 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: 8 Aug 2004 05:09:38 -0700 > > I was trying to use PythonD 2.2.1 on an old 486SX (no coprocessor). > Since I got a "Coprocessor not available" error, I installed djgpp > (with the 387emu.dxe emulator) and set the env vars (set 387=N; set > 387emu=c:\...\387emu.dxe with the correct directory)- yet I still get > the same error message when starting pythonD. Is PythonD a DJGPP program? Only DJGPP programs will notice these variables and only they can use the 387emu.dxe emulator. If it's a DJGPP program, then perhaps something is wrong with how you set the environment variables. Please type "set", hit [Enter], and then post here everything that is displayed as a result. Also, what type and version of OS do you have on that machine?