Hello Anton
MacOSX 10.4.11
Today I checked cvs and saw the configure.in file had been updated.
I tried compiling gforth on the machine with autoconf 2.62 and now
it compiled ok. Thanks to Bernd.
There is one problem: sudo make install
All copy files and make links, remove the previous version, except
the vmgen files do not. This causes an error because the link can
not be overwritten.
(cd /usr/local/bin && ln -s vmgen-0.6.9-20081006 vmgen)
Should you remove the previous version
or use
ln -sf vmgen-0.6.9-20081006 vmgen
which is preferable?
But, I did notice in ltmain.sh :
# Try `ln -sf' first, because the `ln' binary might depend on
# the symlink we replace! Solaris /bin/ln does not understand -f,
# so we also need to try rm && ln -s.
So I guess ln -sf is not the best.
I manually sudo rm vmgen* and then sudo make install finished ok.
--
Bill Muench
Santa Cruz, California
\ ==============================================================
\ ln -s vmgen-0.6.9-20081006 vmgen *** fails ***
mkdir -p -- /usr/local/share/gforth/0.6.9-20081006/engine
rm -rf /usr/local/share/gforth/0.6.9-20081006/engine
touch /usr/local/share/gforth/site-forth/siteinit.fs
rm /usr/local/bin/gforth /usr/local/bin/gforth-0.6.9-20081006 /usr/
local/bin/gforthmi #/usr/
rm /usr/local/bin/gforth-fast /usr/local/bin/gforth-fast-0.6.9-20081006
rm /usr/local/bin/gforth-itc /usr/local/bin/gforth-itc-0.6.9-20081006
/usr/bin/install -c gforth /usr/local/bin/gforth-0.6.9-20081006
true /usr/local/bin/gforth-0.6.9-20081006
(cd /usr/local/bin && ln -s gforth-0.6.9-20081006 gforth)
/usr/bin/install -c gforth-fast /usr/local/bin/gforth-
fast-0.6.9-20081006
true /usr/local/bin/gforth-fast-0.6.9-20081006
(cd /usr/local/bin && ln -s gforth-fast-0.6.9-20081006 gforth-fast)
/usr/bin/install -c gforth-itc /usr/local/bin/gforth-itc-0.6.9-20081006
(cd /usr/local/bin && ln -s gforth-itc-0.6.9-20081006 gforth-itc)
/usr/bin/install -c gforthmi /usr/local/bin/gforthmi-0.6.9-20081006
/usr/bin/install -c vmgen /usr/local/bin/vmgen-0.6.9-20081006
/usr/bin/install -c gforth-ditc /usr/local/lib/gforth/0.6.9-20081006
(cd /usr/local/bin && ln -s gforthmi-0.6.9-20081006 gforthmi)
(cd /usr/local/bin && ln -s vmgen-0.6.9-20081006 vmgen)
ln: vmgen: File exists
make: *** [install] Error 1
$
\ ==============================================================
\ manually sudo rm vmgen* installs ok.
mkdir -p -- /usr/local/share/gforth/0.6.9-20081006/engine
rm -rf /usr/local/share/gforth/0.6.9-20081006/engine
touch /usr/local/share/gforth/site-forth/siteinit.fs
rm /usr/local/bin/gforth /usr/local/bin/gforth-0.6.9-20081006 /usr/
local/bin/gforthmi #/usr/
rm /usr/local/bin/gforth-fast /usr/local/bin/gforth-fast-0.6.9-20081006
rm /usr/local/bin/gforth-itc /usr/local/bin/gforth-itc-0.6.9-20081006
/usr/bin/install -c gforth /usr/local/bin/gforth-0.6.9-20081006
true /usr/local/bin/gforth-0.6.9-20081006
(cd /usr/local/bin && ln -s gforth-0.6.9-20081006 gforth)
/usr/bin/install -c gforth-fast /usr/local/bin/gforth-
fast-0.6.9-20081006
true /usr/local/bin/gforth-fast-0.6.9-20081006
(cd /usr/local/bin && ln -s gforth-fast-0.6.9-20081006 gforth-fast)
/usr/bin/install -c gforth-itc /usr/local/bin/gforth-itc-0.6.9-20081006
(cd /usr/local/bin && ln -s gforth-itc-0.6.9-20081006 gforth-itc)
/usr/bin/install -c gforthmi /usr/local/bin/gforthmi-0.6.9-20081006
/usr/bin/install -c vmgen /usr/local/bin/vmgen-0.6.9-20081006
/usr/bin/install -c gforth-ditc /usr/local/lib/gforth/0.6.9-20081006
(cd /usr/local/bin && ln -s gforthmi-0.6.9-20081006 gforthmi)
(cd /usr/local/bin && ln -s vmgen-0.6.9-20081006 vmgen)
/usr/bin/install -c -m 644 ./doc/gforth.1 /usr/local/share/man/man1
for i in ./doc/gforth.info* ./doc/vmgen.info*; do /usr/bin/install -c
-m 644 $i /usr/local/s
for i in mach16b.fs mach16l.fs mach32b.fs mach32l.fs mach64b.fs
mach64l.fs machpc.fs.in kern
/usr/bin/install -c -m 644 ./$i /usr/local/share/
gforth/0.6.9-20081006/$i; \
done
/usr/bin/install -c -m 644 kernl32b.fi /usr/local/share/gforth/
0.6.9-20081006
>>>>>Please install gforth.{el,elc} in your .../emacs/site-lisp
directory
rm gforth.fi
GFORTHD="./gforth-ditc -p /usr/local/lib/gforth/site-forth:/usr/local/
share/gforth/site-fort
data offset=E0
code offset=68
xt offset=58
/usr/bin/install -c -m 644 gforth.fi /usr/local/lib/gforth/
0.6.9-20081006
/usr/bin/install -c -m 644 install.TAGS /usr/local/share/gforth/
0.6.9-20081006/TAGS
rm gforth.fi install.TAGS
/usr/bin/install -c -m 644 include/gforth/0.6.9-20081006/* /usr/local/
include/gforth/0.6.9-2
if test -n "glibtool"; then for i in cstr.fs unix/socket.fs; do \
glibtool --silent --mode=install /usr/bin/install -c lib/
gforth/0.6.9-20081006/li
done; fi
glibtool: install: warning: remember to run `glibtool --finish /usr/
local/lib/gforth/0.6.9-2
glibtool: install: warning: remember to run `glibtool --finish /usr/
local/lib/gforth/0.6.9-2
/usr/bin/install-info --info-dir=/usr/local/share/info /usr/local/
share/info/gforth.info
/usr/bin/install-info --info-dir=/usr/local/share/info /usr/local/
share/info/vmgen.info
$
\ ==============================================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]