Dennis Ruffer wrote: > > It's almost installing clean. It might just be me, but I'd like to > understand why I'm getting: > > * Gforth: (gforth). A fast interpreter for the Forth language. > install-info: failed to lock dir for editing! No such file or directory > make: *** [install] Error 2
Apparently your version of install-info expects $(infodir)/dir to exist, and reports an error if it does not. install-info 3.9 behaves that way. Newer install-infos (e.g. 4.2) create a new dir if there is none. One workaround is to set infodir to the directory where your dir is, like this: make install infodir=/usr/share/info - anton --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
