On Fri, Mar 18, 2016 at 4:06 AM, Jean Louis <[email protected]> wrote: > Hello, > > First is require to run: > > $ autoconf > > And then I have used it like this: > > bash-4.3$ ./configure --with-lib-path=/home/data1/protected/gnu/lib > --prefix=/home/data1/protected/gnu > > And I have this error: >
Not clear if you are trying 2.02 or 2.04 I build 2.04 sucessfully just now using EXACTLY these instructions: git clone https://git.lysator.liu.se/lsh/lsh.git cd lsh git checkout lsh-2.0.4 # This is the stable branch ./.bootstrap ./configure make bootstrap make make check
