James Raynolds <[EMAIL PROTECTED]> 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 _______________________________________________ lsh-bugs mailing list [EMAIL PROTECTED] http://lists.lysator.liu.se/mailman/listinfo/lsh-bugs
