In src/ftp-basic.c, the #ifdefs for ENABLE_IPV6 and HAVE_SSL are
wrapped in error. With HAVE_SSL but without ENABLE_IPV6,
ftp_auth/ftp_pbsz/ftp_prot aren't included, so it won't link:

ftp.o: In function `init_control_ssl_connection':
ftp.c:(.text+0x3a5): undefined reference to `ftp_auth'
ftp.o: In function `getftp':
ftp.c:(.text+0xb94): undefined reference to `ftp_pbsz'
ftp.c:(.text+0xc1b): undefined reference to `ftp_prot'
collect2: error: ld returned 1 exit status


Todd
-- 
Todd Eigenschink                Xymmetrix, LLC
[email protected]              http://www.xymmetrix.com/
Non ex transverso sed deorsum   260-407-1584

Reply via email to