1) I built gforth under Cygwin 1.7 (gcc (GCC) 4.5.3): ./configure -> make
-> make check () -> make bench -> make install.
There is one thing though, I got messages of the ilk (during "make
install"):
make: [install] Error 1 (ignored)
rm /usr/local/bin/gforth-fast.exe /usr/local/bin/gforth-fast-0.7.0.exe
rm: cannot remove `/usr/local/bin/gforth-fast.exe': No such file or
directory
rm: cannot remove `/usr/local/bin/gforth-fast-0.7.0.exe': No such file
or directory
which I assume are simply attempts to delete old/obsolete executable - if
they existed?
2) I look in ~/gforth/gforth-0.7.0/test and noticed that checkans.out had:
Checking FACILITY-EXT wordset...
Missing: EMIT?
Checking TOOLKIT-EXT wordset...
Missing: EDITOR FORGET
...
FACILITY-EXT partial 5 / 6
...
TOOLKIT-EXT partial 11 / 13
Was this expected?
3) Finally, I noticed 3 patch files:
0.7.0-avoid-version.patch
0.7.0-vpath.patch
gforth-0.7.0-1.cygwin.patch
Should I run: "patch -p0 <patch-file> " on all three? None? Just
gforth-0.7.0-1.cygwin.patch?
---Jan