An interesting progression: Administrator@druffer /usr/src/gforth $ ./gforth-ditc.exe -i kernl32l.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 /usr/src/gforth $ cp kernl32l.fi /usr/local/share/gforth/0.5.9-20030201/gforth.fi Administrator@druffer /usr/src/gforth $ ./gforth-ditc.exe ./gforth-ditc: cannot open image file gforth.fi in path .:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/u sr/local/lib/gforth/0.5.9-20030201:/usr/local/share/gforth/0.5.9-20030201 for reading Administrator@druffer /usr/src/gforth $ ./gforth-ditc.exe -i /usr/src/gforth/kernl32l.fi ./gforth-ditc: cannot open image file /usr/src/gforth/kernl32l.fi in path .:/usr/local/lib/gforth/site-forth:/usr/local/share/gf orth/site-forth:/usr/local/lib/gforth/0.5.9-20030201:/usr/local/share/gforth /0.5.9-20030201 for reading Apparently, the image opening mechanism can not handle a full path. It seems to do a relative path fine, but as I demonstrated above, the fully qualified path is failing. DaR > -----Original Message----- > From: Dennis Ruffer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 05, 2003 8:04 AM > To: [EMAIL PROTECTED] > Subject: RE: [gforth] New snapshot available > > > The file it is looking for exists: > > $ ls -al /usr/local/share/gforth/0.5.9-20030201/kernl32l.fi > -rw-r--r-- 1 Administ None 54052 Feb 5 07:50 > /usr/local/share/gforth/0.5.9-20030201/kernl32l.fi > > and up to this point of failure, the install script appears > to be working > properly. The directories and files appear to exist > properly, but something > is wrong. I'll keep trying to figure it out, but you should > be able to also > install the latest cygwin and see if it's just me. > > DaR > > > -----Original Message----- > > From: Anton Ertl [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, February 05, 2003 3:31 AM > > To: [EMAIL PROTECTED] > > Subject: Re: [gforth] New snapshot available > > > > > > Dennis Ruffer wrote: > > > > > > I just ran into yet another problem on cygwin. I think I > > had installed this > > > latest gforth before I updated cygwin this morning, but > > now, with their > > > latest version 1.3.19-1, I get the following: > > > > > > $ make install > > ... > > > /usr/bin/install -c -m 644 kernl32l.fi > > > /usr/local/share/gforth/0.5.9-20030201 > > ... > > > GFORTHD="./gforth-ditc > > -p/usr/local/lib/gforth/site-forth:/usr/local/share/g > > > forth/site-forth:/usr/local/share/gforth/0.5.9-20030 > > > 201 -i kernl32l.fi" GFORTH="./gforth-ditc --die-on-signal > > -i kernl32l.fi -e > > > 3 exboot.fs startup.fs arch/386/asm.fs arch/386/disa > > > sm.fs" ./gforthmi gforth.fi -e 3 exboot.fs startup.fs > > arch/386/asm.fs > > > arch/386/disasm.fs > > > ./gforth-ditc: cannot open image file kernl32l.fi in path > > > > > > /usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/u > > > sr/local/share/gforth/0.5.9-20030201 for reading > > ... > > > > Hmm, looking at the output, there should be a > > /usr/local/share/gforth/0.5.9-20030201/kernl32l.fi, so the cause for > > this failure is unclear. Could you check if install works as > > expected? > > > > - 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
