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. -- Bernd Paysan "If you want it done right, you have to do it yourself" net2o ID: kQusJzA;7*?t=uy@X}1GWr!+0qqp_Cn176t4(dQ* http://bernd-paysan.de/
