Re: [gforth] Socket code

2016-05-26 Thread John Chludzinski
That's after I ran: $ make distclean and rebuilt the configure file ($ ./autogen.sh). On 2016-05-26 10:53, John Chludzinski wrote: I ran: $ dnf install a2ps#contains texi2dvi and texi2dvi4a2ps $ dnf install texinfo $ dnf install texlive-texinfo $ dnf install texinfo-tex $ dnf install te

Re: [gforth] Socket code

2016-05-26 Thread John Chludzinski
I ran: $ dnf install a2ps#contains texi2dvi and texi2dvi4a2ps $ dnf install texinfo $ dnf install texlive-texinfo $ dnf install texinfo-tex $ dnf install texlive-latex2e-help-texinfo-doc ... and I'm still getting on "make install": for i in doc/gforth.info* doc/vmgen.info*; do /usr/bin/inst

Re: [gforth] Socket code

2016-05-25 Thread Bernd Paysan
Am Mittwoch, 25. Mai 2016, 17:33:47 CEST schrieb John Chludzinski: > That's fine and dandy, BUT I still can't install ($ make install) > without gforth.info. You need texinfo and texi2dvi or texi2dvi4a2ps to generate it, and you need to rerun configure so that the Makefile knows it. -- Bernd Pa

Re: [gforth] Socket code

2016-05-25 Thread John Chludzinski
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

Re: [gforth] Socket code

2016-05-25 Thread Bernd Paysan
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 >

Re: [gforth] Socket code

2016-05-24 Thread 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

Re: [gforth] Socket code

2015-12-29 Thread Bernd Paysan
Am Montag, 28. Dezember 2015, 19:45:45 schrieb John Chludzinski: > Went to GitHub and cloned the gforth repository. Looked at INSTALL and > found what I expected: > > 1) ./configure > 2) make > 3) make install > > Problem is there is no configure file. Run ./autogen.sh to generate it. And rememb

Re: [gforth] Socket code

2015-12-28 Thread John Chludzinski
Went to GitHub and cloned the gforth repository. Looked at INSTALL and found what I expected: 1) ./configure 2) make 3) make install Problem is there is no configure file. ---John On 2015-12-22 12:19, Anton Ertl wrote: On Mon, Dec 21, 2015 at 12:24:19PM -0500, John Chludzinski wrote: As a g

Re: [gforth] Socket code

2015-12-22 Thread Anton Ertl
On Mon, Dec 21, 2015 at 12:24:19PM -0500, John Chludzinski wrote: > As a gforth newbie I went online and downloaded sock.fs and tcpserver.fs > from GitHub. Tried putting the shabang: #! /usr/bin/gforth in the file > and ruuning it. I have an x86-64 box running Fedora 23. > > For socket.fs I got

[gforth] Socket code

2015-12-21 Thread John Chludzinski
As a gforth newbie I went online and downloaded sock.fs and tcpserver.fs from GitHub. Tried putting the shabang: #! /usr/bin/gforth in the file and ruuning it. I have an x86-64 box running Fedora 23. For socket.fs I got: sh: --silent: command not found in file included from *OS command line*: