Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 18 Mar 2003 20:27:32 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Cc: lftp AT uniyar DOT ac DOT ru Subject: Re: cygwin binary of lftp 2.6.5? Message-ID: <20030319012731.GB1330@redhat.com> Reply-To: cygwin AT cygwin DOT com, lftp AT uniyar DOT ac DOT ru Mail-Followup-To: cygwin AT cygwin DOT com, lftp AT uniyar DOT ac DOT ru References: <3E76BA13 DOT 4020007 AT cip DOT wiwi DOT uni-karlsruhe DOT de> <20030318160852 DOT GA16495 AT bklyn DOT org> <3E774B7C DOT 9030808 AT cip DOT wiwi DOT uni-karlsruhe DOT de> <20030318164135 DOT GB16495 AT bklyn DOT org> <3E77C405 DOT 3020004 AT cip DOT wiwi DOT uni-karlsruhe DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E77C405.3020004@cip.wiwi.uni-karlsruhe.de> User-Agent: Mutt/1.5.1i On Wed, Mar 19, 2003 at 02:12:37AM +0100, Huijing Zhou wrote: >>>>>Can someone please make a Cygwin binary of the latest lftp version? >>>>>The last one was 2.5.2, which has been quite a while now. I did try >>>>>several times to compile myself, but it never succeeded "out of the >>>>>box". Thanks in advande. >>>> >>>>Just built 2.6.5 out of the box on the latest Cygwin. Feel >>>>free to grab a copy from: >>>> >>>>http://etree.org/software/lftp-2.6.5-cygwin.tar.gz >>>> >>>>Unpack in /usr/local or your repository of choice. Enjoy. >>> >>>That's great, thank. I'm just wondering why my compile failed. I had a >>>complete reinstallation of Cygwin (all packages) two days ago and still >>>lftp 2.6.5 failed to compile. >> >>Make sure you're not building with gcc-mingw. I think I was >>doign that and was hitting lots of weird issues with various >>Windows DLLs. Removing the gcc-mingw package seems to fix the >>problem. I just did ./configure && make && make install. No >>errors. > >That's strange. I sure was not adding "--mno-cygwin" anywhere. But AFAIK >compiling under Cygwin doesn't use the "win32 native" mode anyway. It >shouldn't be necessary to *remove* the mingw package!? Absolutely. There is no reason why building with -mno-cygwin package would have any effect on any Windows DLLs unless you attempt the standard thinko of trying to mix cygwin and non-cygwin DLLs or libraries. You can't do this by default but if you add cygwin libraries to the gcc command line you can get into trouble. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/