X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Trace-PostClient-IP: 68.147.131.211 From: Brian Inglis Newsgroups: comp.os.msdos.djgpp Subject: Re: using pythonD 2.2.1 (compiled with djgpp) on a 486 without a math coprocessor Organization: Systematic Software Message-ID: 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> <5f4d0553 DOT 0408102332 DOT 4278f92 AT posting DOT google DOT com> X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 43 Date: Wed, 11 Aug 2004 18:13:35 GMT NNTP-Posting-Host: 24.71.223.147 X-Complaints-To: abuse AT shaw DOT ca X-Trace: pd7tw3no 1092248015 24.71.223.147 (Wed, 11 Aug 2004 12:13:35 MDT) NNTP-Posting-Date: Wed, 11 Aug 2004 12:13:35 MDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 11 Aug 2004 00:32:53 -0700 in comp.os.msdos.djgpp, idollanium AT yahoo DOT com (Ido Yehieli) wrote: >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? If you're not using a DOS COMMAND/CMD shell, and DJGPP/bin is in your path, you're running the fileutils DJGPP/bin/dir == "ls -bC", not the internal command dir, for which you have to run the command shell "command /c dir /s c:\djgpp\*.dxe". The clue is the direction of the directory separators on the output: normal / for DJGPP, backwards \ for DOS, but you should also get either an error message such as "DJGPP/bin/dir: /s: No such file or directory (ENOENT)" or a list of the contents if you have a top level directory "C:\S". -- Thanks. Take care, Brian Inglis Calgary, Alberta, Canada Brian DOT Inglis AT CSi DOT com (Brian dot Inglis at SystematicSw dot ab dot ca) fake address use address above to reply