[Domterm-discuss] Installing on Macos possible?

bkb bkb at petml.com
Wed Jun 27 14:44:04 PDT 2018


I think  I got the error

> cd .. && ../autotools-aux/install-sh -c -d bin

this cannot work 

so, in lws-term/Makefile

change

230: MKDIR_P = ../autotools-aux/install-sh -c -d
to
230:  MKDIR_P = autotools-aux/install-sh -c -d



> On 27 Jun 2018, at 23:07, Per Bothner <per at bothner.com> wrote:
> 
> On 06/27/2018 11:21 AM, Per Bothner wrote:
> 
>> But it's probably more import to figure out why install-sh is missing.
> 
> It's a bit weird since install-sh is in the gir repository - though
> it probably shouldn't be,
> 
> What happens if you:
>  rm -rf autotools-aux
>  autoreconf -i
> 
> before running configure.
> -- 
> 	--Per Bothner
> per at bothner.com   http://per.bothner.com/



More information about the Domterm-discuss mailing list