Another lftp issue
Chris Sutcliffe
ir0nh34d@gmail.com
Tue Jun 30 18:55:00 GMT 2009
Hey Andrew,
> Chris, please test my draft lftp 3.7.14 package for 1.7:
>
> http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.14-1.tar.bz2
>
> I compiled it with gcc-4. On my XP host with Cygwin 1.7.0-50, this lftp
> segfaults when I run
>
> open ftp.debian.org
> cls -l
>
> Do you see the same behavior?
Yes, I can confirm that with your build I get the same segfault.
Interestingly, with mine you don't (at least I don't). I've packaged
my build if you would like to test it to see if it works for you:
http://emergedesktop.org/cygwin/lftp-3.7.14-Chris.tar.bz2
There is no /etc directory in the archive, as I did a 'make install'
with no cygport, just extract it in the root Cygwin directory.
FYI, I built using the following:
$ CC=gcc-4 CXX=g++-4 ./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir='$(sbindir)' \
--localstatedir=/var \
--datadir='$(prefix)/share' \
--mandir='$(prefix)/share/man'
$ make
$ make install
Chris
--
Chris Sutcliffe
http://emergedesktop.org
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list