Hi all,
I downloaded the gforth Snapshot 0.6.9-20080405. It compiles fine but
when I do a 'make install' it generates the following:
if test -r version && test x'0.6.9-20080405' = x`cat version` ; then
true ; else echo 0.6.9-20080405 > version ; fi
echo "You need to configure with a gforth in \ATH to build this part"
&& false -p ".:~+:." -e 's" mach16b.fs"' ./kernel/main.fs -e "save-
cross kernl16b.fi- /usr/local/bin/gforth-0.6.9-20080405 bye"
You need to configure with a gforth in \ATH to build this part
make: *** [kernl16b.fi-] Error 1
I have verified that 'gforth' is in my $PATH.
Thanks...
Deech