Re: Has anyone tried compiling vile in termux?

2021-07-29 Thread Thomas Dickey
On Thu, Jul 29, 2021 at 04:17:43PM +0100, Chris Green wrote: > On Thu, Jul 29, 2021 at 04:04:38PM +0100, Chris Green wrote: > > u0_a166@bison$ ./vile > > Bad system call > > > OK, a quick web search has found a solution, it runs OK in a chroot > environment:- > > u0_a166@bison$

Re: Has anyone tried compiling vile in termux?

2021-07-29 Thread Chris Green
On Thu, Jul 29, 2021 at 01:56:45PM -0400, Paul Fox wrote: > chris wrote: > > I run termux on my phone so I can access my home Linux system's > > command line to read E-Mail, Usenet etc. My home system runs as an > > always on server and gets mail delivered to a traditional mail spool > > by

Re: Has anyone tried compiling vile in termux?

2021-07-29 Thread Paul Fox
chris wrote: > I run termux on my phone so I can access my home Linux system's > command line to read E-Mail, Usenet etc. My home system runs as an > always on server and gets mail delivered to a traditional mail spool > by Postfix and also runs 'leafnode' a small NNTP server. Thus I am >

Re: Has anyone tried compiling vile in termux?

2021-07-29 Thread Chris Green
On Thu, Jul 29, 2021 at 11:21:15AM -0400, Paul Fox wrote: > chris wrote: > > On Thu, Jul 29, 2021 at 04:04:38PM +0100, Chris Green wrote: > > > u0_a166@bison$ ./vile > > > Bad system call > > > > > OK, a quick web search has found a solution, it runs OK in a chroot > > environment:-

Re: Has anyone tried compiling vile in termux?

2021-07-29 Thread Paul Fox
chris wrote: > On Thu, Jul 29, 2021 at 04:04:38PM +0100, Chris Green wrote: > > u0_a166@bison$ ./vile > > Bad system call > > > OK, a quick web search has found a solution, it runs OK in a chroot > environment:- > > u0_a166@bison$ termux-chroot ./vile > > I think I now

Re: Has anyone tried compiling vile in termux?

2021-07-29 Thread Chris Green
On Thu, Jul 29, 2021 at 04:04:38PM +0100, Chris Green wrote: > u0_a166@bison$ ./vile > Bad system call > OK, a quick web search has found a solution, it runs OK in a chroot environment:- u0_a166@bison$ termux-chroot ./vile I think I now need to rearrange things a bit so I always run

Re: Has anyone tried compiling vile in termux?

2021-07-29 Thread Chris Green
On Thu, Jul 29, 2021 at 03:41:42PM +0100, Chris Green wrote: [snip my ramblings] > > So what is my 'build type'? > > Aha, a bit of searching suggests that:- > > ./configure --build=aarch64-unknown-linux-gnu > > should work, it seems to be so far! > It all apparently works, the .configure

Re: Has anyone tried compiling vile in termux?

2021-07-29 Thread Chris Green
On Thu, Jul 29, 2021 at 03:26:06PM +0100, Chris Green wrote: > Has anyone tried building vile under termux? It has a cc, make, etc. :- > > u0_a166@bison$ which cc > /data/data/com.termux/files/usr/bin/cc > u0_a166@bison$ cc --version > clang version 12.0.0 > Target:

Has anyone tried compiling vile in termux?

2021-07-29 Thread Chris Green
I am just discovering termux on my Android phone, it's a remarkably complete Linux command line system. It runs an apt type package environment and can do most things one can do on any old Linux system from the command line. It has vim but I find that confuses me as soon as I move to 'more