gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gforth] Socket code


From: John Chludzinski
Subject: Re: [gforth] Socket code
Date: Wed, 25 May 2016 17:33:47 -0400
User-agent: Roundcube Webmail/1.1.2

That's fine and dandy, BUT I still can't install ($ make install) without gforth.info.


On 2016-05-25 13:37, Bernd Paysan wrote:
Am Dienstag, 24. Mai 2016, 16:18:51 CEST schrieb John Chludzinski:
Took your advice and cloned the gforth git repository.

Installed glibtool.
Installed libffi-devel.

Ran:
# ./autogen.sh
# ./configure
# make
# make check #see below
# make bench #see below
# make install

  ... and got:

for i in doc/gforth.info* doc/vmgen.info*; do /usr/bin/install -c -m 644
$i /usr/local/share/info; done
/usr/bin/install: cannot stat ‘doc/gforth.info*’: No such file or
directory
/usr/bin/install: cannot stat ‘doc/vmgen.info*’: No such file or
directory
Makefile:776: recipe for target 'install-sources' failed
make: [install-sources] Error 1 (ignored)

...

/usr/sbin/install-info --info-dir=/usr/local/share/info
/usr/local/share/info/gforth.info
install-info: No such file or directory for
/usr/local/share/info/gforth.info
Makefile:806: recipe for target 'install-info' failed
make: *** [install-info] Error 1

You are lacking texinfo and texi2dvi (or texi2dvi4a2ps) to generate the
documentation, otherwise your build looks good.

make onebench

gives a more compact output.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]