Bee wrote: > > 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)
Thanks for the bug report. Bernd fixed it. > Should you remove the previous version > or use > ln -sf vmgen-0.6.9-20081006 vmgen > which is preferable? We remove the previous version first, because that's what 0.6.2 did (and the reason for that is probably that autoconf gives us LN_S, but not LN_SF). - anton --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
