Re: Patch for build instructions

2018-03-22 Thread Eric S. Raymond
Bill Fenner : > On Thu, Mar 22, 2018 at 3:26 PM, Eric S. Raymond wrote: > > > Or possibly it might have but your build system messed me over. I don't > > trust > > autoconf as far as I can throw it. > > > > I understand someone's done a conversion to cmake. Does that make you > happier or vomit

Re: Patch for build instructions

2018-03-22 Thread Bill Fenner
On Thu, Mar 22, 2018 at 3:26 PM, Eric S. Raymond wrote: > Or possibly it might have but your build system messed me over. I don't > trust > autoconf as far as I can throw it. > I understand someone's done a conversion to cmake. Does that make you happier or vomityer? Bill ---

Re: Patch for build instructions

2018-03-22 Thread Eric S. Raymond
Bill Fenner : > Not to mention that "install libperl-dev" means nothing on Solaris, or > FreeBSD, or MacOS, or other supported systems. OK, but are you going to let the better be the enemy of the good, or merge that patch and improve on it based on your experience? I'm not throwing these doc patc

Re: Patch for build instructions

2018-03-22 Thread Eric S. Raymond
Bart Van Assche : > On 03/21/18 19:47, Eric S. Raymond wrote: > >>From 2ffbdd9e8f15eb3e3dc985ab3aa0a12d798e4b78 Mon Sep 17 00:00:00 2001 > >From: "Eric S. Raymond" > >Date: Wed, 21 Mar 2018 20:24:40 -0400 > >Subject: [PATCH] INSTALL: Fix for build instructions. > > > >Mention a prerequisite that w

Re: Patch for build instructions

2018-03-22 Thread Bill Fenner
On Thu, Mar 22, 2018 at 9:37 AM, Bart Van Assche wrote: > On 03/21/18 19:47, Eric S. Raymond wrote: > >> - 3) make >>> >> + 3) Run make. If the build fails with a complaint that it can't resolve >> + -lperl, install libperl-dev and try again. >> > This should be elaborated further: anoth

Re: Patch for build instructions

2018-03-22 Thread Bart Van Assche
On 03/21/18 19:47, Eric S. Raymond wrote: From 2ffbdd9e8f15eb3e3dc985ab3aa0a12d798e4b78 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 21 Mar 2018 20:24:40 -0400 Subject: [PATCH] INSTALL: Fix for build instructions. Mention a prerequisite that will trip people up under Ubuntu. ---