X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: idollanium AT yahoo DOT com (Ido Yehieli) Newsgroups: comp.os.msdos.djgpp Subject: Re: using pythonD 2.2.1 (compiled with djgpp) on a 486 without a math coprocessor Date: 11 Aug 2004 00:32:53 -0700 Organization: http://groups.google.com Lines: 25 Message-ID: <5f4d0553.0408102332.4278f92@posting.google.com> 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> <3405-Mon09Aug2004215337+0300-eliz AT gnu DOT org> <5f4d0553 DOT 0408100201 DOT 236b13ac AT posting DOT google DOT com> NNTP-Posting-Host: 132.77.4.129 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1092209573 9852 127.0.0.1 (11 Aug 2004 07:32:53 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 11 Aug 2004 07:32:53 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Brian Inglis wrote in message news:... > On 10 Aug 2004 03:01:27 -0700 in comp.os.msdos.djgpp, > idollanium AT yahoo DOT com (Ido Yehieli) wrote: > > >changed it and it still doesn't work (same error message). > >any other ideas maybe? > > Did you use normal / or backslash \ and did you change both copies of > 387emu to emu387: > > set emu387=c:/djgpp/bin/emu387.dxe > set 387=N > > If that still doesn't work, open a Command window if necessary > (Start/Run/command/OK), and type "dir /s c:\djgpp\*.dxe", then copy > the directory name displayed, but using forward slashes, and the file > name displayed, into the "set" line in config.sys or autoexec.bat, > then reboot (or Shutdown/Restart) your system and try again. still doesn't work, but something strange happened: dir c:\djgpp\bin\*.dxe showed the emu387.dxe file but dir /s c:\djgpp\bin\*.dxe did not. perhapse this has something to do with the problem?