Bill McCarthy wrote: > > On Thu 28-Aug-03 4:32am -0400, Bernd Paysan wrote: > > > Ups, the other r attribute wasn't set. I suppose this came from copying that > > file off a DOS filesystem... > > Thanks, Bernd. I installed it but it doesn't run on XP Pro as well as > 0.5.0. It appears that you now require the use change directories > before invoking the executable. See below: > > Installed in c:\util\gforth\ > > Attempting to execute from c:\ > -------------------------------------------------------------------------- > [c:\]c:\util\gforth\gforth > /cygdrive/c/util/gforth/gforth: cannot open image file gforth.fi in path .;/cygd > rive/C/util/gforth for reading
It tries to access the file "/cygdrive/C/util/gforth\gforth.fi" and the translation layer interprets that as a DOS/Windows-style filename (i.e., with c:\ as root, thanks to the "\"; you see, cygwin is less unixy than we sometimes would like), which is of course not there. The path should be configured as ".;c:\util/gforth". You can try that yourself by setting the GFORTHPATH environment variable to this string. - anton --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
