From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stipe Tolj To: Marc Haber Cc: cygwin@sourceware.cygnus.com Subject: Re: lsh and/or gmp? Date: Tue, 09 Feb 1999 10:58:00 -0000 Message-id: <36C014FE.CE9601C@uni-duesseldorf.de> References: <199902090201.UAA11542@modi.xraylith.wisc.edu> X-SW-Source: 1999-02/msg00278.html > |bash-2.02$ cd /home/mh/gmp-2.0.2 > |bash-2.02$ ./configure i586-cygwin32 > |Invalid configuration `i586-cygwin32': system `cygwin32' not recognized > |Invalid configuration `i586-cygwin32': system `cygwin32' not recognized > |Unrecognized host system name i586-cygwin32. > |bash-2.02$ pwd > > Doesn't seem to work :-( patch the "configure" script itself, i.e. add the required target i586-unkown-cygwin32 to the detection routine and you'll be fine. Search for the place "unrecognized host system ..." is dumped within configure and you'll propably find some other OS detection rules, like Solaris and Linux etc. Regards, Stipe -- Stipe Tolj Cygwin Porting Project -- "We build UNIX on top of Windows" http://www.student.uni-koeln.de/cygwin/ Department of Economical Computer Science University of Cologne, Germany -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stipe Tolj To: Marc Haber Cc: cygwin@sourceware.cygnus.com Subject: Re: lsh and/or gmp? Date: Sun, 28 Feb 1999 23:02:00 -0000 Message-ID: <36C014FE.CE9601C@uni-duesseldorf.de> References: <199902090201.UAA11542@modi.xraylith.wisc.edu> X-SW-Source: 1999-02n/msg00269.html Message-ID: <19990228230200.tje5sMmzfNqoOfFZxHNK2x-qNjdhMmYwRNUdhgicbxY@z> > |bash-2.02$ cd /home/mh/gmp-2.0.2 > |bash-2.02$ ./configure i586-cygwin32 > |Invalid configuration `i586-cygwin32': system `cygwin32' not recognized > |Invalid configuration `i586-cygwin32': system `cygwin32' not recognized > |Unrecognized host system name i586-cygwin32. > |bash-2.02$ pwd > > Doesn't seem to work :-( patch the "configure" script itself, i.e. add the required target i586-unkown-cygwin32 to the detection routine and you'll be fine. Search for the place "unrecognized host system ..." is dumped within configure and you'll propably find some other OS detection rules, like Solaris and Linux etc. Regards, Stipe -- Stipe Tolj Cygwin Porting Project -- "We build UNIX on top of Windows" http://www.student.uni-koeln.de/cygwin/ Department of Economical Computer Science University of Cologne, Germany -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com