You may be close: $ ./gforth GForth 0.5.9-20030201, Copyright (C) 1995-2003 Free Software Foundation, Inc. GForth comes with ABSOLUTELY NO WARRANTY; for details type `license' Type `bye' to exit s" /usr/local/share/gforth/0.5.9-20030201\kernl32l.fi" r/o open-file ok .s <2> 0 -514 ok
Now, what's the fix and why did 0.5.0 work fine? Maybe it's not recognizing that this is in fact a Unix derivative? I remember having to deal with this before, so I'll see if I can dig that info back up again. DaR > -----Original Message----- > From: Anton Ertl [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 05, 2003 11:31 AM > To: [EMAIL PROTECTED] > Subject: Re: [gforth] New snapshot available > > > Dennis Ruffer wrote: > > > > It should find what I pass it! Another hint: > > > > Administrator@druffer / > > $ /usr/src/gforth/gforth-ditc.exe -i /usr/src/gforth/gforth.fi > > GForth 0.5.9-20030201, Copyright (C) 1995-2003 Free > Software Foundation, > > Inc. > > GForth comes with ABSOLUTELY NO WARRANTY; for details type `license' > > Type `bye' to exit > > bye > > > > Administrator@druffer / > > $ cd usr > > > > Administrator@druffer /usr > > $ /usr/src/gforth/gforth-ditc.exe -i /usr/src/gforth/gforth.fi > > /usr/src/gforth/gforth-ditc: cannot open image file > > /usr/src/gforth/gforth.fi in path > .:/usr/local/lib/gforth/site-forth:/usr/lo > > > cal/share/gforth/site-forth:/usr/local/lib/gforth/0.5.9-200302 01:/usr/local/ > > share/gforth/0.5.9-20030201 for reading > > > > It I'm in root, then root paths work. If not there, they don't! > > This probably has to do with the fact that Gforth on Cygwin uses '\' > as directory separator. Maybe the other troubles have the same cause > (e.g. Gforth puts a '\' in the filename, and maybe Cygwin's open > does not grok this). > > You can check if > > s" /usr/local/share/gforth/0.5.9-20030201\kernl32l.fi" r/o open-file > > works; if not, that's it. > > - anton > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
