On Feb 26, 2008, at 12:53 PM, Anton Ertl wrote:
Bill Muench wrote:
Is there a way to disable the generation of the docs?

Sure, just build with

./autogen.sh && ./configure && make

Thank you, Anton.

This is what I did to get gforth compiling on Ubuntu 7.10:

Reinstalled Ubuntu and using Synaptic Package Manager installed:
  build-essential
  automake (for aclocal)
  libtool
  liblfdl3-dev (seems this is NOT loaded with libtool)
  emacs
  gforth (0.6.2)
  cvsnt

Got the current gforth from cvs, compiled with:

./autogen.sh && ./configure && make (see note below)

And... success! finally.

\ ==============================================================

I still get one error after:

sudo make install
...
...
/usr/bin/install -c -m 644 gforth.fi /usr/local/lib/gforth/ 0.6.9-20080223 /usr/bin/install -c -m 644 install.TAGS /usr/local/share/gforth/ 0.6.9-20080223/TAGS
rm gforth.fi install.TAGS
/usr/bin/install -c -m 644 include/gforth/0.6.9-20080223/* /usr/local/ include/gforth/0.6.9-20080223 /usr/sbin/install-info --info-dir=/usr/local/share/info /usr/local/ share/info/gforth.info
install-info(/usr/local/share/info/gforth.info):
make: *** [install] Error 2


When cd to the gforth folder the new gforth runs,
I do the  sudo make install  the error occurs, but
The new gforth will run from any folder.


Any idea what that error is?

--
Bill Muench
Santa Cruz, California



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to