Bug with lsh

Niels Möller nisse@lysator.liu.se
12 Dec 2003 22:59:14 +0100


James Raynolds <JRaynolds@uamail.albany.edu> writes:

>     I'm trying to install lsh-1.4 within cygwin and I keep getting the
> following error regarding GNU MP although I've fully installed and
> successfully tested gmp-4.1.2
>  
> configure: error: GNU MP not found, or not 3.1 or up, see
> http://www.swox.com/gmp <http://www.swox.com/gmp> .
> (this error comes when running ./configure in the lsh-1.4 directory)

configure tries to compile and link a testprogram using gmp, and
appearantly that doesn't work. You have to check config.log to figure
out why it fails, it could be a problem with your installation, or a
bug in the configure script.

> Can someone please tell me how to fix this or if there is a better way to do
> lsh (or ssh) from cygwin?

I have not tried compiling lsh under cygwin, so please let me know how
it works out.

Best regards,
/Niels