Hello, I have tried through GNU SRC to compile lsh with:
make -C gnu/lsh It asked me for liboop packages to be installed outside of GNU SRC (which I don't prefer, but OK). I am yet on Debian GNU/Linux (not so free distribution) before I switch to GuixSD or other. So, I have installed liboop: liboop-dev libooptools-dev And I could continue with make. The make then failed. I would like to replace SSH with LSH. Here is it is: Makefile:413: recipe for target 'verify.o' failed make[7]: *** [verify.o] Error 1 make[7]: Leaving directory '/home/data1/protected/Programming/GNU/trunk/gnu/lsh/work/lsh-2.1/src/spki' Makefile:433: recipe for target 'all-recursive' failed make[6]: *** [all-recursive] Error 1 make[6]: Leaving directory '/home/data1/protected/Programming/GNU/trunk/gnu/lsh/work/lsh-2.1/src/spki' Makefile:336: recipe for target 'all' failed make[5]: *** [all] Error 2 make[5]: Leaving directory '/home/data1/protected/Programming/GNU/trunk/gnu/lsh/work/lsh-2.1/src/spki' Makefile:1039: recipe for target 'all-recursive' failed make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory '/home/data1/protected/Programming/GNU/trunk/gnu/lsh/work/lsh-2.1/src' Makefile:696: recipe for target 'all' failed make[3]: *** [all] Error 2 make[3]: Leaving directory '/home/data1/protected/Programming/GNU/trunk/gnu/lsh/work/lsh-2.1/src' Makefile:384: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/home/data1/protected/Programming/GNU/trunk/gnu/lsh/work/lsh-2.1' Makefile:324: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/home/data1/protected/Programming/GNU/trunk/gnu/lsh/work/lsh-2.1' [***build] ==>Build failed. Exiting. ../../gar.lib.mk:522: recipe for target 'build-work/lsh-2.1/Makefile' failed make: *** [build-work/lsh-2.1/Makefile] Error 1 make: Leaving directory '/home/data1/protected/Programming/GNU/trunk/gnu/lsh' Louis
