Delivered-To: listarch-cygwin@sourceware.cygnus.com
Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-Id: <199902090201.UAA11542@modi.xraylith.wisc.edu>
X-Authentication-Warning: modi.xraylith.wisc.edu: LOCALHOST.xraylith.wisc.edu [127.0.0.1] didn't use HELO protocol
To: Marc.Haber-lists@gmx.de (Marc Haber)
cc: cygwin@sourceware.cygnus.com
Subject: Re: lsh and/or gmp? 
In-reply-to: Your message of "Tue, 09 Feb 1999 00:08:58 GMT."
             <E10A0jb-0002Sp-00.1999-02-09-01-08-59@torres.gf1.internal> 
Date: Mon, 08 Feb 1999 20:01:21 -0600
From: Mumit Khan <khan@xraylith.wisc.EDU>

Marc.Haber-lists@gmx.de (Marc Haber) writes:
> Hi!
> 
> I would like to compile lsh (a GPL'ed ssh2-package) under cygwin. lsh
> seems to need gmp, but gmp-2.0.2 doesn't compile with cygwin:=20
> bash-2.02$ ./configure
> |Configuring for a i386-unknown-cygwin32 host.
> |Invalid configuration `i386-unknown-cygwin32': system `cygwin32' not =
> recognized
> |Invalid configuration `i386-unknown-cygwin32': system `cygwin32' not =
> recognized
> |Unrecognized host system name i386-unknown-cygwin32.
> |bash-2.02$
> 
> Any hints what to do?

Just force the host/target type:
  
  $ ./configure i586-cygwin32

and gmp-2.0.2 should build out of the box.

Mumit

--   
Want to unsubscribe from this list?                             
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


