Re: Build errors at link time - what am I missing?

2022-11-30 Thread Thomas Dickey
- Original Message - | From: "Chris Green" | To: "Vile mailing list" | Sent: Wednesday, November 30, 2022 6:42:39 PM | Subject: Re: Build errors at link time - what am I missing? | On Wed, Nov 30, 2022 at 06:32:59PM -0500, Thomas Dickey wrote: |> On Wed, Nov 30, 2022 at 08:26:07PM

Re: Build errors at link time - what am I missing?

2022-11-30 Thread Chris Green
On Wed, Nov 30, 2022 at 08:20:53PM +, Chris Green wrote: > I'm trying to build vile-9.8 on a Debian system where I have a shared > hosting account with ssh access. > > I'm doing "./configure --prefix=$HOME" and it runs OK but there are > couple of warnings. > > Firstly it can't find a good

Re: Build errors at link time - what am I missing?

2022-11-30 Thread Chris Green
On Wed, Nov 30, 2022 at 06:32:59PM -0500, Thomas Dickey wrote: > On Wed, Nov 30, 2022 at 08:26:07PM +, Chris Green wrote: > > On Wed, Nov 30, 2022 at 08:20:53PM +, Chris Green wrote: > > > I'm trying to build vile-9.8 on a Debian system where I have a shared > > > hosting account with ssh

Re: Build errors at link time - what am I missing?

2022-11-30 Thread Brendan O'Dea
On Thu, 1 Dec 2022 at 07:26, Chris Green wrote: > > However, later on in configure I get:- > > configure: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap > > and then at link time there are loads of undefined references to > > tputs, tgoto, and a lot of other tx symbols. > > > > So

Build errors at link time - what am I missing?

2022-11-30 Thread Chris Green
I'm trying to build vile-9.8 on a Debian system where I have a shared hosting account with ssh access. I'm doing "./configure --prefix=$HOME" and it runs OK but there are couple of warnings. Firstly it can't find a good lex so it says:- configure: WARNING: disabling build for lex-filters I

Re: Build errors at link time - what am I missing?

2022-11-30 Thread Thomas Dickey
On Wed, Nov 30, 2022 at 08:26:07PM +, Chris Green wrote: > On Wed, Nov 30, 2022 at 08:20:53PM +, Chris Green wrote: > > I'm trying to build vile-9.8 on a Debian system where I have a shared > > hosting account with ssh access. > > > > I'm doing "./configure --prefix=$HOME" and it runs OK