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-20030201:/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]
