cURL / Mailing Lists / curl-users / Single Mail

curl-users

libcurl and libssh2 on Mac

From: <blaumilch_at_gmx.ch>
Date: Sun, 21 Aug 2011 21:08:16 -0500

Hi
I installed libssh2 and libcurl with the '--with-libssh2' in the
'configure'-step
The result is

SSH support: enabled (libSSH2)
OK, then I did 'sudo make' and 'sudo make install'
The result of curl --version is:
curl 7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l
zlib/1.2.3
Protocols: tftp ftp telnet dict ldap http file https ftps
Features: GSS-Negotiate IPv6 Largefile NTLM SSL libz

That means the build process was done without including the libssh2 option
I tried the command
curl -T uploadthis.txt -u bla:bli sftp://www.blu.de
result
curl: (1) Protocol sftp not supported or disabled in libcurl
OK, no surprise.

Did I do anything wrong during the build process?
Any help is appreciated
Thanks in advance!

Best Johannes

fried-joe-4:curl-7.21.7 johannesschmidt$ sudo ./configure --with-libssh2
Password:
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to enable debug build options... no
checking whether to enable compiler optimizer... (assumed) yes
checking whether to enable strict compiler warnings... no
checking whether to enable compiler warnings as errors... no
checking whether to enable curl debug memory tracking... no
checking whether to enable c-ares for DNS lookups... no
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking curl version... 7.21.7
checking build system type... x86_64-apple-darwin10.7.0
checking host system type... x86_64-apple-darwin10.7.0
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for sys/types.h... yes
checking for stdint.h... yes
checking for inttypes.h... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... yes
checking size of long... 8
checking size of void*... 8
checking for 64-bit curl_off_t data type... long
checking size of curl_off_t... 8
checking formatting string directive for curl_off_t... "ld"
checking formatting string directive for unsigned curl_off_t... "lu"
checking constant suffix string for curl_off_t... L
checking constant suffix string for unsigned curl_off_t... UL
checking if OS is AIX (to define _ALL_SOURCE)... no
checking if _THREAD_SAFE is already defined... no
checking if _THREAD_SAFE is actually needed... no
checking if _THREAD_SAFE is onwards defined... no
checking if _REENTRANT is already defined... no
checking if _REENTRANT is actually needed... no
checking if _REENTRANT is onwards defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking if arch-OS host is AMD64-Linux/FreeBSD (to build static
libraries with PIC)... no
checking if compiler is icc (to build with PIC)... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld)
is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin10.7.0 file names to
x86_64-apple-darwin10.7.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin10.7.0 file names to
toolchain format... func_convert_file_noop
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to
reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker
(/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
libraries... yes
checking dynamic linker characteristics... darwin10.7.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking if we need -mimpure-text... no
checking if we need BUILDING_LIBCURL... no
checking whether make sets $(MAKE)... (cached) yes
checking for inline... inline
checking if compiler is DEC/Compaq/HP C... no
checking if compiler is HP-UX C... no
checking if compiler is IBM C... no
checking if compiler is Intel C... no
checking if compiler is clang... no
checking if compiler is GNU C... yes
checking if compiler is LCC... no
checking if compiler is SGI MIPSpro C... no
checking if compiler is SGI MIPS C... no
checking if compiler is SunPro C... no
checking if compiler is Tiny C... no
checking if compiler is Watcom C... no
checking if compiler accepts debug disabling options... yes
configure: compiler options added: -g0
checking if compiler optimizer assumed setting might be used... yes
checking if compiler accepts optimizer enabling options... yes
configure: compiler options added: -O2
checking if compiler accepts strict warning options... yes
configure: compiler options added: -Wno-system-headers
checking if compiler halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if shared libraries need -no-undefined... no
checking for windows.h... no
checking whether build target is a native Windows one... no
checking whether build target supports WIN32 file API... no
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... yes
checking whether to support ldaps... yes
checking whether to support rtsp... yes
checking whether to support proxies... yes
checking whether to support dict... yes
checking whether to support telnet... yes
checking whether to support tftp... yes
checking whether to support pop3... yes
checking whether to support imap... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to provide built-in manual... yes
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for strcasecmp... yes
checking for windows.h... (cached) no
checking for winsock.h... (cached) no
checking for winsock2.h... (cached) no
checking for connect in libraries... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for monotonic clock_gettime... no
checking whether to use libgcc... no
checking for lber.h... yes
checking for ldap.h... yes
checking for ldapssl.h... no
checking for ldap_ssl.h... no
checking for LDAP libraries... -lldap
checking for ldap_url_parse... yes
checking for ldap_init_fd... no
checking whether to enable ipv6... yes
checking if struct sockaddr_in6 has sin6_scope_id member... yes
checking if argv can be written to... yes
checking if Kerberos4 support is requested... no
checking if SPNEGO support is requested... no
checking if GSSAPI support is requested... no
checking for pkg-config... /opt/local/bin/pkg-config
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -lcrypto -lz "
configure: pkg-config: SSL_LDFLAGS: "-L/opt/local/lib "
configure: pkg-config: SSL_CPPFLAGS: "-I/opt/local/include "
checking for CRYPTO_lock in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/pkcs12.h usability... yes
checking openssl/pkcs12.h presence... yes
checking for openssl/pkcs12.h... yes
checking for ENGINE_init... yes
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking for ENGINE_load_builtin_engines... yes
checking for RAND_status... yes
checking for RAND_screen... no
checking for RAND_egd... yes
checking for ENGINE_cleanup... yes
checking for CRYPTO_cleanup_all_ex_data... yes
checking for SSL_get_shutdown... yes
checking for yaSSL using OpenSSL compatibility mode... no
configure: Added /opt/local/lib to LD_LIBRARY_PATH
checking for OpenSSL headers version... unknown - 0x1000003f
checking for OpenSSL library version... 1.0.0
checking for OpenSSL headers and library versions matching... fail
configure: WARNING: Can not compare OpenSSL headers and library versions.
checking for inflateEnd in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for "/dev/urandom"... yes
checking for SRP_Calc_client_key in -lcrypto... no
checking default CA cert bundle/path... no
checking for pkg-config... (cached) /opt/local/bin/pkg-config
checking for libssh2 options with pkg-config... no
checking for libssh2_channel_open_ex in -lssh2... yes
checking libssh2.h usability... yes
checking libssh2.h presence... yes
checking for libssh2.h... yes
checking for RTMP_Init in -lrtmp... no
checking whether to build with libidn... yes
checking for idna_to_ascii_lz in -lidn... no
checking for ANSI C header files... (cached) yes
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/ioctl.h... yes
checking for sys/uio.h... yes
checking for assert.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for limits.h... yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for sys/un.h... yes
checking for netinet/tcp.h... yes
checking for netdb.h... yes
checking for sys/sockio.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/param.h... yes
checking for termios.h... yes
checking for termio.h... no
checking for sgtty.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for time.h... (cached) yes
checking for io.h... no
checking for pwd.h... yes
checking for utime.h... yes
checking for sys/utime.h... no
checking for sys/poll.h... yes
checking for poll.h... yes
checking for socket.h... no
checking for sys/resource.h... yes
checking for libgen.h... yes
checking for locale.h... yes
checking for errno.h... yes
checking for stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... yes
checking for setjmp.h... yes
checking for an ANSI C-conforming const... yes
checking for compiler support of C99 variadic macro style... yes
checking for compiler support of old gcc variadic macro style... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for struct timeval... yes
checking run-time libs availability... fine
checking size of size_t... 8
checking size of long... (cached) 8
checking size of int... 4
checking size of short... 2
checking size of time_t... 8
checking size of off_t... 8
checking for long long... yes
checking if numberLL works... yes
checking for ssize_t... yes
checking for bool... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for ws2tcpip.h... (cached) no
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for curl_socklen_t data type... socklen_t
checking size of curl_socklen_t... 4
checking for in_addr_t... yes
checking for struct sockaddr_storage... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sig_atomic_t... yes
checking if sig_atomic_t is already defined as volatile... no
checking return type of signal handlers... void
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for select... yes
checking types of args and return type for select... int,fd_set *,struct
timeval *,int
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking types of args and return type for recv... int,void
*,size_t,int,ssize_t
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recvfrom... yes
checking types of args and return type for recvfrom... int,void
*,size_t,int,struct sockaddr *,socklen_t *,ssize_t
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking types of args and return type for send... int,const void
*,size_t,int,ssize_t
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... no
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking if alarm can be linked... yes
checking if alarm is prototyped... yes
checking if alarm is compilable... yes
checking if alarm usage allowed... yes
checking if alarm might be used... yes
checking for sys/types.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for libgen.h... (cached) yes
checking if basename can be linked... yes
checking if basename is prototyped... yes
checking if basename is compilable... yes
checking if basename usage allowed... yes
checking if basename might be used... yes
checking for sys/types.h... (cached) yes
checking for socket.h... (cached) no
checking if closesocket can be linked... no
checking if closesocket might be used... no
checking if CloseSocket can be linked... no
checking if CloseSocket might be used... no
checking if connect can be linked... yes
checking if connect is prototyped... yes
checking if connect is compilable... yes
checking if connect usage allowed... yes
checking if connect might be used... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking if fcntl can be linked... yes
checking if fcntl is prototyped... yes
checking if fcntl is compilable... yes
checking if fcntl usage allowed... yes
checking if fcntl might be used... yes
checking if fcntl O_NONBLOCK is compilable... yes
checking if fcntl O_NONBLOCK usage allowed... yes
checking if fcntl O_NONBLOCK might be used... yes
checking for sys/types.h... (cached) yes
checking for stdio.h... yes
checking if fdopen can be linked... yes
checking if fdopen is prototyped... yes
checking if fdopen is compilable... yes
checking if fdopen usage allowed... yes
checking if fdopen might be used... yes
checking for sys/types.h... (cached) yes
checking for netdb.h... (cached) yes
checking if freeaddrinfo can be linked... yes
checking if freeaddrinfo is prototyped... yes
checking if freeaddrinfo is compilable... yes
checking if freeaddrinfo usage allowed... yes
checking if freeaddrinfo might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for ifaddrs.h... yes
checking if freeifaddrs can be linked... yes
checking if freeifaddrs is prototyped... yes
checking if freeifaddrs is compilable... yes
checking if freeifaddrs usage allowed... yes
checking if freeifaddrs might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/xattr.h... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 args.... no
checking if fsetxattr takes 6 args.... yes
checking if fsetxattr is compilable... yes
checking if fsetxattr usage allowed... yes
checking if fsetxattr might be used... yes
checking if ftruncate can be linked... yes
checking if ftruncate is prototyped... yes
checking if ftruncate is compilable... yes
checking if ftruncate usage allowed... yes
checking if ftruncate might be used... yes
checking for sys/types.h... (cached) yes
checking for stdlib.h... (cached) yes
checking if getaddrinfo can be linked... yes
checking if getaddrinfo is prototyped... yes
checking if getaddrinfo is compilable... yes
checking if getaddrinfo seems to work... yes
checking if getaddrinfo usage allowed... yes
checking if getaddrinfo might be used... yes
checking if getaddrinfo is threadsafe... yes
checking if gai_strerror can be linked... yes
checking if gai_strerror is prototyped... yes
checking if gai_strerror is compilable... yes
checking if gai_strerror usage allowed... yes
checking if gai_strerror might be used... yes
checking if gethostbyaddr can be linked... yes
checking if gethostbyaddr is prototyped... yes
checking if gethostbyaddr is compilable... yes
checking if gethostbyaddr usage allowed... yes
checking if gethostbyaddr might be used... yes
checking if gethostbyaddr_r can be linked... no
checking if gethostbyaddr_r might be used... no
checking if gethostbyname can be linked... yes
checking if gethostbyname is prototyped... yes
checking if gethostbyname is compilable... yes
checking if gethostbyname usage allowed... yes
checking if gethostbyname might be used... yes
checking if gethostbyname_r can be linked... no
checking if gethostbyname_r might be used... no
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getifaddrs can be linked... yes
checking if getifaddrs is prototyped... yes
checking if getifaddrs is compilable... yes
checking if getifaddrs seems to work... yes
checking if getifaddrs usage allowed... yes
checking if getifaddrs might be used... yes
checking if getservbyport_r can be linked... no
checking if getservbyport_r might be used... no
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking if gmtime_r can be linked... yes
checking if gmtime_r is prototyped... yes
checking if gmtime_r is compilable... yes
checking if gmtime_r seems to work... yes
checking if gmtime_r usage allowed... yes
checking if gmtime_r might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking if inet_ntoa_r can be linked... no
checking if inet_ntoa_r might be used... no
checking if inet_ntop can be linked... yes
checking if inet_ntop is prototyped... yes
checking if inet_ntop is compilable... yes
checking if inet_ntop seems to work... yes
checking if inet_ntop usage allowed... yes
checking if inet_ntop might be used... yes
checking if inet_pton can be linked... yes
checking if inet_pton is prototyped... yes
checking if inet_pton is compilable... yes
checking if inet_pton seems to work... yes
checking if inet_pton usage allowed... yes
checking if inet_pton might be used... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for stropts.h... no
checking if ioctl can be linked... yes
checking if ioctl is prototyped... yes
checking if ioctl is compilable... yes
checking if ioctl usage allowed... yes
checking if ioctl might be used... yes
checking if ioctl FIONBIO is compilable... yes
checking if ioctl FIONBIO usage allowed... yes
checking if ioctl FIONBIO might be used... yes
checking if ioctl SIOCGIFADDR is compilable... yes
checking if ioctl SIOCGIFADDR usage allowed... yes
checking if ioctl SIOCGIFADDR might be used... yes
checking if ioctlsocket can be linked... no
checking if ioctlsocket might be used... no
checking if IoctlSocket can be linked... no
checking if IoctlSocket might be used... no
checking if localtime_r can be linked... yes
checking if localtime_r is prototyped... yes
checking if localtime_r is compilable... yes
checking if localtime_r seems to work... yes
checking if localtime_r usage allowed... yes
checking if localtime_r might be used... yes
checking if memrchr can be linked... no
checking if memrchr seems a macro... no
checking if memrchr might be used... no
checking for sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking if poll can be linked... yes
checking if poll is prototyped... yes
checking if poll is compilable... yes
checking if poll seems to work... yes
checking if poll usage allowed... no
checking if poll might be used... no
checking if setsockopt can be linked... yes
checking if setsockopt is prototyped... yes
checking if setsockopt is compilable... yes
checking if setsockopt usage allowed... yes
checking if setsockopt might be used... yes
checking if setsockopt SO_NONBLOCK is compilable... no
checking if setsockopt SO_NONBLOCK might be used... no
checking for sys/types.h... (cached) yes
checking for signal.h... (cached) yes
checking if sigaction can be linked... yes
checking if sigaction is prototyped... yes
checking if sigaction is compilable... yes
checking if sigaction usage allowed... yes
checking if sigaction might be used... yes
checking if siginterrupt can be linked... yes
checking if siginterrupt is prototyped... yes
checking if siginterrupt is compilable... yes
checking if siginterrupt usage allowed... yes
checking if siginterrupt might be used... yes
checking if signal can be linked... yes
checking if signal is prototyped... yes
checking if signal is compilable... yes
checking if signal usage allowed... yes
checking if signal might be used... yes
checking for sys/types.h... (cached) yes
checking for setjmp.h... (cached) yes
checking if sigsetjmp can be linked... yes
checking if sigsetjmp is prototyped... yes
checking if sigsetjmp is compilable... yes
checking if sigsetjmp usage allowed... yes
checking if sigsetjmp might be used... yes
checking if socket can be linked... yes
checking if socket is prototyped... yes
checking if socket is compilable... yes
checking if socket usage allowed... yes
checking if socket might be used... yes
checking if strcasecmp can be linked... yes
checking if strcasecmp is prototyped... yes
checking if strcasecmp is compilable... yes
checking if strcasecmp usage allowed... yes
checking if strcasecmp might be used... yes
checking if strcasestr can be linked... yes
checking if strcasestr is prototyped... yes
checking if strcasestr is compilable... yes
checking if strcasestr usage allowed... yes
checking if strcasestr might be used... yes
checking if strcmpi can be linked... no
checking if strcmpi might be used... no
checking if strdup can be linked... yes
checking if strdup is prototyped... yes
checking if strdup is compilable... yes
checking if strdup usage allowed... yes
checking if strdup might be used... yes
checking if strerror_r can be linked... yes
checking if strerror_r is prototyped... yes
checking if strerror_r is compilable... yes
checking if strerror_r is glibc like... no
checking if strerror_r is POSIX like... yes
checking if strerror_r seems to work... yes
checking if strerror_r usage allowed... yes
checking if strerror_r might be used... yes
checking if stricmp can be linked... no
checking if stricmp might be used... no
checking if strlcat can be linked... yes
checking if strlcat is prototyped... yes
checking if strlcat is compilable... yes
checking if strlcat usage allowed... yes
checking if strlcat might be used... yes
checking if strncasecmp can be linked... yes
checking if strncasecmp is prototyped... yes
checking if strncasecmp is compilable... yes
checking if strncasecmp usage allowed... yes
checking if strncasecmp might be used... yes
checking if strncmpi can be linked... no
checking if strncmpi might be used... no
checking if strnicmp can be linked... no
checking if strnicmp might be used... no
checking if strstr can be linked... yes
checking if strstr is prototyped... yes
checking if strstr is compilable... yes
checking if strstr usage allowed... yes
checking if strstr might be used... yes
checking if strtok_r can be linked... yes
checking if strtok_r is prototyped... yes
checking if strtok_r is compilable... yes
checking if strtok_r usage allowed... yes
checking if strtok_r might be used... yes
checking if strtoll can be linked... yes
checking if strtoll is prototyped... yes
checking if strtoll is compilable... yes
checking if strtoll usage allowed... yes
checking if strtoll might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/uio.h... (cached) yes
checking if writev can be linked... yes
checking if writev is prototyped... yes
checking if writev is compilable... yes
checking if writev usage allowed... yes
checking if writev might be used... yes
checking for fork... yes
checking for geteuid... yes
checking for getpass_r... no
checking deeper for getpass_r... but still no
checking for getppid... yes
checking for getprotobyname... yes
checking for getpwuid... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for inet_addr... yes
checking for perror... yes
checking for pipe... yes
checking for setlocale... yes
checking for setmode... yes
checking for setrlimit... yes
checking for uname... yes
checking for utime... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netdb.h... (cached) yes
checking for getnameinfo... yes
checking types of arguments for getnameinfo... const struct sockaddr
*,socklen_t,socklen_t,int
checking for stdio.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for working NI_WITHSCOPEID... no
checking whether to enable non-blocking communications... yes
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... /opt/local/bin/perl
checking for gnroff... no
checking for nroff... /usr/bin/nroff
checking how to use *nroff to get plain text from man pages... -man
checking whether to enable the threaded resolver... no
checking whether to enable verbose strings... yes
checking whether to enable SSPI support (Windows native builds only)... no
checking whether to enable cryptographic authentication methods... yes
checking whether to enable TLS-SRP authentication... yes
checking whether to enable support for cookies... yes
checking whether to enable hidden symbols in the library... no
checking whether to enforce SONAME bump... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/examples/Makefile
config.status: creating docs/libcurl/Makefile
config.status: creating include/Makefile
config.status: creating include/curl/Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating tests/Makefile
config.status: creating tests/data/Makefile
config.status: creating tests/server/Makefile
config.status: creating tests/libtest/Makefile
config.status: creating tests/unit/Makefile
config.status: creating packages/Makefile
config.status: creating packages/Win32/Makefile
config.status: creating packages/Win32/cygwin/Makefile
config.status: creating packages/Linux/Makefile
config.status: creating packages/Linux/RPM/Makefile
config.status: creating packages/Linux/RPM/curl.spec
config.status: creating packages/Linux/RPM/curl-ssl.spec
config.status: creating packages/Solaris/Makefile
config.status: creating packages/EPM/curl.list
config.status: creating packages/EPM/Makefile
config.status: creating packages/vms/Makefile
config.status: creating packages/AIX/Makefile
config.status: creating packages/AIX/RPM/Makefile
config.status: creating packages/AIX/RPM/curl.spec
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/curl_config.h
config.status: lib/curl_config.h is unchanged
config.status: creating src/curl_config.h
config.status: src/curl_config.h is unchanged
config.status: creating include/curl/curlbuild.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Configured to build curl/libcurl:

  curl version: 7.21.7
  Host setup: x86_64-apple-darwin10.7.0
  Install prefix: /usr/local
  Compiler: gcc
  SSL support: enabled (OpenSSL)
  SSH support: enabled (libSSH2)
  zlib support: enabled
  krb4 support: no (--with-krb4*)
  GSSAPI support: no (--with-gssapi)
  SPNEGO support: no (--with-spnego)
  TLS-SRP support: no (--enable-tls-srp)
  resolver: default (--enable-ares / --enable-threaded-resolver)
  ipv6 support: enabled
  IDN support: no (--with-libidn)
  Build libcurl: Shared=yes, Static=yes
  Built-in manual: enabled
  Verbose errors: enabled (--disable-verbose)
  SSPI support: no (--enable-sspi)
  ca cert bundle: no
  ca cert path: no
  LDAP support: enabled (OpenLDAP)
  LDAPS support: enabled
  RTSP support: enabled
  RTMP support: no (--with-librtmp)
  Protocols: DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP
LDAPS POP3 POP3S RTSP SCP SFTP SMTP SMTPS TELNET TFTP

fried-joe-4:curl-7.21.7 johannesschmidt$ curl --version
curl 7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l
zlib/1.2.3
Protocols: tftp ftp telnet dict ldap http file https ftps
Features: GSS-Negotiate IPv6 Largefile NTLM SSL libz
fried-joe-4:curl-7.21.7 johannesschmidt$ sudo make
Making all in lib
make all-am
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT file.lo -MD -MP
-MF ".deps/file.Tpo" -c -o file.lo file.c; \
    then mv -f ".deps/file.Tpo" ".deps/file.Plo"; else rm -f
".deps/file.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c
-fno-common -DPIC -o .libs/file.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -o
file.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT timeval.lo -MD
-MP -MF ".deps/timeval.Tpo" -c -o timeval.lo timeval.c; \
    then mv -f ".deps/timeval.Tpo" ".deps/timeval.Plo"; else rm -f
".deps/timeval.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT timeval.lo -MD -MP -MF .deps/timeval.Tpo -c
timeval.c -fno-common -DPIC -o .libs/timeval.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT timeval.lo -MD -MP -MF .deps/timeval.Tpo -c
timeval.c -o timeval.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT base64.lo -MD -MP
-MF ".deps/base64.Tpo" -c -o base64.lo base64.c; \
    then mv -f ".deps/base64.Tpo" ".deps/base64.Plo"; else rm -f
".deps/base64.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c
base64.c -fno-common -DPIC -o .libs/base64.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c
base64.c -o base64.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT hostip.lo -MD -MP
-MF ".deps/hostip.Tpo" -c -o hostip.lo hostip.c; \
    then mv -f ".deps/hostip.Tpo" ".deps/hostip.Plo"; else rm -f
".deps/hostip.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hostip.lo -MD -MP -MF .deps/hostip.Tpo -c
hostip.c -fno-common -DPIC -o .libs/hostip.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hostip.lo -MD -MP -MF .deps/hostip.Tpo -c
hostip.c -o hostip.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT progress.lo -MD
-MP -MF ".deps/progress.Tpo" -c -o progress.lo progress.c; \
    then mv -f ".deps/progress.Tpo" ".deps/progress.Plo"; else rm -f
".deps/progress.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT progress.lo -MD -MP -MF .deps/progress.Tpo -c
progress.c -fno-common -DPIC -o .libs/progress.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT progress.lo -MD -MP -MF .deps/progress.Tpo -c
progress.c -o progress.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT formdata.lo -MD
-MP -MF ".deps/formdata.Tpo" -c -o formdata.lo formdata.c; \
    then mv -f ".deps/formdata.Tpo" ".deps/formdata.Plo"; else rm -f
".deps/formdata.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT formdata.lo -MD -MP -MF .deps/formdata.Tpo -c
formdata.c -fno-common -DPIC -o .libs/formdata.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT formdata.lo -MD -MP -MF .deps/formdata.Tpo -c
formdata.c -o formdata.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT cookie.lo -MD -MP
-MF ".deps/cookie.Tpo" -c -o cookie.lo cookie.c; \
    then mv -f ".deps/cookie.Tpo" ".deps/cookie.Plo"; else rm -f
".deps/cookie.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c
cookie.c -fno-common -DPIC -o .libs/cookie.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c
cookie.c -o cookie.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT http.lo -MD -MP
-MF ".deps/http.Tpo" -c -o http.lo http.c; \
    then mv -f ".deps/http.Tpo" ".deps/http.Plo"; else rm -f
".deps/http.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c
-fno-common -DPIC -o .libs/http.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c -o
http.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT sendf.lo -MD -MP
-MF ".deps/sendf.Tpo" -c -o sendf.lo sendf.c; \
    then mv -f ".deps/sendf.Tpo" ".deps/sendf.Plo"; else rm -f
".deps/sendf.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT sendf.lo -MD -MP -MF .deps/sendf.Tpo -c sendf.c
-fno-common -DPIC -o .libs/sendf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT sendf.lo -MD -MP -MF .deps/sendf.Tpo -c sendf.c
-o sendf.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT ftp.lo -MD -MP
-MF ".deps/ftp.Tpo" -c -o ftp.lo ftp.c; \
    then mv -f ".deps/ftp.Tpo" ".deps/ftp.Plo"; else rm -f
".deps/ftp.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT ftp.lo -MD -MP -MF .deps/ftp.Tpo -c ftp.c
-fno-common -DPIC -o .libs/ftp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT ftp.lo -MD -MP -MF .deps/ftp.Tpo -c ftp.c -o
ftp.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT url.lo -MD -MP
-MF ".deps/url.Tpo" -c -o url.lo url.c; \
    then mv -f ".deps/url.Tpo" ".deps/url.Plo"; else rm -f
".deps/url.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c
-fno-common -DPIC -o .libs/url.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c -o
url.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT dict.lo -MD -MP
-MF ".deps/dict.Tpo" -c -o dict.lo dict.c; \
    then mv -f ".deps/dict.Tpo" ".deps/dict.Plo"; else rm -f
".deps/dict.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c
-fno-common -DPIC -o .libs/dict.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c -o
dict.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT if2ip.lo -MD -MP
-MF ".deps/if2ip.Tpo" -c -o if2ip.lo if2ip.c; \
    then mv -f ".deps/if2ip.Tpo" ".deps/if2ip.Plo"; else rm -f
".deps/if2ip.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT if2ip.lo -MD -MP -MF .deps/if2ip.Tpo -c if2ip.c
-fno-common -DPIC -o .libs/if2ip.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT if2ip.lo -MD -MP -MF .deps/if2ip.Tpo -c if2ip.c
-o if2ip.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT speedcheck.lo -MD
-MP -MF ".deps/speedcheck.Tpo" -c -o speedcheck.lo speedcheck.c; \
    then mv -f ".deps/speedcheck.Tpo" ".deps/speedcheck.Plo"; else rm -f
".deps/speedcheck.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT speedcheck.lo -MD -MP -MF .deps/speedcheck.Tpo
-c speedcheck.c -fno-common -DPIC -o .libs/speedcheck.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT speedcheck.lo -MD -MP -MF .deps/speedcheck.Tpo
-c speedcheck.c -o speedcheck.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT ldap.lo -MD -MP
-MF ".deps/ldap.Tpo" -c -o ldap.lo ldap.c; \
    then mv -f ".deps/ldap.Tpo" ".deps/ldap.Plo"; else rm -f
".deps/ldap.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT ldap.lo -MD -MP -MF .deps/ldap.Tpo -c ldap.c
-fno-common -DPIC -o .libs/ldap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT ldap.lo -MD -MP -MF .deps/ldap.Tpo -c ldap.c -o
ldap.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT ssluse.lo -MD -MP
-MF ".deps/ssluse.Tpo" -c -o ssluse.lo ssluse.c; \
    then mv -f ".deps/ssluse.Tpo" ".deps/ssluse.Plo"; else rm -f
".deps/ssluse.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT ssluse.lo -MD -MP -MF .deps/ssluse.Tpo -c
ssluse.c -fno-common -DPIC -o .libs/ssluse.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT ssluse.lo -MD -MP -MF .deps/ssluse.Tpo -c
ssluse.c -o ssluse.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT version.lo -MD
-MP -MF ".deps/version.Tpo" -c -o version.lo version.c; \
    then mv -f ".deps/version.Tpo" ".deps/version.Plo"; else rm -f
".deps/version.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT version.lo -MD -MP -MF .deps/version.Tpo -c
version.c -fno-common -DPIC -o .libs/version.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT version.lo -MD -MP -MF .deps/version.Tpo -c
version.c -o version.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT getenv.lo -MD -MP
-MF ".deps/getenv.Tpo" -c -o getenv.lo getenv.c; \
    then mv -f ".deps/getenv.Tpo" ".deps/getenv.Plo"; else rm -f
".deps/getenv.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT getenv.lo -MD -MP -MF .deps/getenv.Tpo -c
getenv.c -fno-common -DPIC -o .libs/getenv.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT getenv.lo -MD -MP -MF .deps/getenv.Tpo -c
getenv.c -o getenv.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT escape.lo -MD -MP
-MF ".deps/escape.Tpo" -c -o escape.lo escape.c; \
    then mv -f ".deps/escape.Tpo" ".deps/escape.Plo"; else rm -f
".deps/escape.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT escape.lo -MD -MP -MF .deps/escape.Tpo -c
escape.c -fno-common -DPIC -o .libs/escape.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT escape.lo -MD -MP -MF .deps/escape.Tpo -c
escape.c -o escape.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT mprintf.lo -MD
-MP -MF ".deps/mprintf.Tpo" -c -o mprintf.lo mprintf.c; \
    then mv -f ".deps/mprintf.Tpo" ".deps/mprintf.Plo"; else rm -f
".deps/mprintf.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT mprintf.lo -MD -MP -MF .deps/mprintf.Tpo -c
mprintf.c -fno-common -DPIC -o .libs/mprintf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT mprintf.lo -MD -MP -MF .deps/mprintf.Tpo -c
mprintf.c -o mprintf.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT telnet.lo -MD -MP
-MF ".deps/telnet.Tpo" -c -o telnet.lo telnet.c; \
    then mv -f ".deps/telnet.Tpo" ".deps/telnet.Plo"; else rm -f
".deps/telnet.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT telnet.lo -MD -MP -MF .deps/telnet.Tpo -c
telnet.c -fno-common -DPIC -o .libs/telnet.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT telnet.lo -MD -MP -MF .deps/telnet.Tpo -c
telnet.c -o telnet.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT netrc.lo -MD -MP
-MF ".deps/netrc.Tpo" -c -o netrc.lo netrc.c; \
    then mv -f ".deps/netrc.Tpo" ".deps/netrc.Plo"; else rm -f
".deps/netrc.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT netrc.lo -MD -MP -MF .deps/netrc.Tpo -c netrc.c
-fno-common -DPIC -o .libs/netrc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT netrc.lo -MD -MP -MF .deps/netrc.Tpo -c netrc.c
-o netrc.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT getinfo.lo -MD
-MP -MF ".deps/getinfo.Tpo" -c -o getinfo.lo getinfo.c; \
    then mv -f ".deps/getinfo.Tpo" ".deps/getinfo.Plo"; else rm -f
".deps/getinfo.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT getinfo.lo -MD -MP -MF .deps/getinfo.Tpo -c
getinfo.c -fno-common -DPIC -o .libs/getinfo.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT getinfo.lo -MD -MP -MF .deps/getinfo.Tpo -c
getinfo.c -o getinfo.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT transfer.lo -MD
-MP -MF ".deps/transfer.Tpo" -c -o transfer.lo transfer.c; \
    then mv -f ".deps/transfer.Tpo" ".deps/transfer.Plo"; else rm -f
".deps/transfer.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c
transfer.c -fno-common -DPIC -o .libs/transfer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c
transfer.c -o transfer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT strequal.lo -MD
-MP -MF ".deps/strequal.Tpo" -c -o strequal.lo strequal.c; \
    then mv -f ".deps/strequal.Tpo" ".deps/strequal.Plo"; else rm -f
".deps/strequal.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT strequal.lo -MD -MP -MF .deps/strequal.Tpo -c
strequal.c -fno-common -DPIC -o .libs/strequal.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT strequal.lo -MD -MP -MF .deps/strequal.Tpo -c
strequal.c -o strequal.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT easy.lo -MD -MP
-MF ".deps/easy.Tpo" -c -o easy.lo easy.c; \
    then mv -f ".deps/easy.Tpo" ".deps/easy.Plo"; else rm -f
".deps/easy.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT easy.lo -MD -MP -MF .deps/easy.Tpo -c easy.c
-fno-common -DPIC -o .libs/easy.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT easy.lo -MD -MP -MF .deps/easy.Tpo -c easy.c -o
easy.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT security.lo -MD
-MP -MF ".deps/security.Tpo" -c -o security.lo security.c; \
    then mv -f ".deps/security.Tpo" ".deps/security.Plo"; else rm -f
".deps/security.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT security.lo -MD -MP -MF .deps/security.Tpo -c
security.c -fno-common -DPIC -o .libs/security.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT security.lo -MD -MP -MF .deps/security.Tpo -c
security.c -o security.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT krb4.lo -MD -MP
-MF ".deps/krb4.Tpo" -c -o krb4.lo krb4.c; \
    then mv -f ".deps/krb4.Tpo" ".deps/krb4.Plo"; else rm -f
".deps/krb4.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT krb4.lo -MD -MP -MF .deps/krb4.Tpo -c krb4.c
-fno-common -DPIC -o .libs/krb4.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT krb4.lo -MD -MP -MF .deps/krb4.Tpo -c krb4.c -o
krb4.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT curl_fnmatch.lo
-MD -MP -MF ".deps/curl_fnmatch.Tpo" -c -o curl_fnmatch.lo curl_fnmatch.c; \
    then mv -f ".deps/curl_fnmatch.Tpo" ".deps/curl_fnmatch.Plo"; else
rm -f ".deps/curl_fnmatch.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_fnmatch.lo -MD -MP -MF
.deps/curl_fnmatch.Tpo -c curl_fnmatch.c -fno-common -DPIC -o
.libs/curl_fnmatch.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_fnmatch.lo -MD -MP -MF
.deps/curl_fnmatch.Tpo -c curl_fnmatch.c -o curl_fnmatch.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT fileinfo.lo -MD
-MP -MF ".deps/fileinfo.Tpo" -c -o fileinfo.lo fileinfo.c; \
    then mv -f ".deps/fileinfo.Tpo" ".deps/fileinfo.Plo"; else rm -f
".deps/fileinfo.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT fileinfo.lo -MD -MP -MF .deps/fileinfo.Tpo -c
fileinfo.c -fno-common -DPIC -o .libs/fileinfo.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT fileinfo.lo -MD -MP -MF .deps/fileinfo.Tpo -c
fileinfo.c -o fileinfo.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT ftplistparser.lo
-MD -MP -MF ".deps/ftplistparser.Tpo" -c -o ftplistparser.lo
ftplistparser.c; \
    then mv -f ".deps/ftplistparser.Tpo" ".deps/ftplistparser.Plo"; else
rm -f ".deps/ftplistparser.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT ftplistparser.lo -MD -MP -MF
.deps/ftplistparser.Tpo -c ftplistparser.c -fno-common -DPIC -o
.libs/ftplistparser.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT ftplistparser.lo -MD -MP -MF
.deps/ftplistparser.Tpo -c ftplistparser.c -o ftplistparser.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT wildcard.lo -MD
-MP -MF ".deps/wildcard.Tpo" -c -o wildcard.lo wildcard.c; \
    then mv -f ".deps/wildcard.Tpo" ".deps/wildcard.Plo"; else rm -f
".deps/wildcard.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT wildcard.lo -MD -MP -MF .deps/wildcard.Tpo -c
wildcard.c -fno-common -DPIC -o .libs/wildcard.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT wildcard.lo -MD -MP -MF .deps/wildcard.Tpo -c
wildcard.c -o wildcard.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT krb5.lo -MD -MP
-MF ".deps/krb5.Tpo" -c -o krb5.lo krb5.c; \
    then mv -f ".deps/krb5.Tpo" ".deps/krb5.Plo"; else rm -f
".deps/krb5.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT krb5.lo -MD -MP -MF .deps/krb5.Tpo -c krb5.c
-fno-common -DPIC -o .libs/krb5.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT krb5.lo -MD -MP -MF .deps/krb5.Tpo -c krb5.c -o
krb5.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT memdebug.lo -MD
-MP -MF ".deps/memdebug.Tpo" -c -o memdebug.lo memdebug.c; \
    then mv -f ".deps/memdebug.Tpo" ".deps/memdebug.Plo"; else rm -f
".deps/memdebug.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT memdebug.lo -MD -MP -MF .deps/memdebug.Tpo -c
memdebug.c -fno-common -DPIC -o .libs/memdebug.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT memdebug.lo -MD -MP -MF .deps/memdebug.Tpo -c
memdebug.c -o memdebug.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT http_chunks.lo
-MD -MP -MF ".deps/http_chunks.Tpo" -c -o http_chunks.lo http_chunks.c; \
    then mv -f ".deps/http_chunks.Tpo" ".deps/http_chunks.Plo"; else rm
-f ".deps/http_chunks.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http_chunks.lo -MD -MP -MF .deps/http_chunks.Tpo
-c http_chunks.c -fno-common -DPIC -o .libs/http_chunks.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http_chunks.lo -MD -MP -MF .deps/http_chunks.Tpo
-c http_chunks.c -o http_chunks.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT strtok.lo -MD -MP
-MF ".deps/strtok.Tpo" -c -o strtok.lo strtok.c; \
    then mv -f ".deps/strtok.Tpo" ".deps/strtok.Plo"; else rm -f
".deps/strtok.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT strtok.lo -MD -MP -MF .deps/strtok.Tpo -c
strtok.c -fno-common -DPIC -o .libs/strtok.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT strtok.lo -MD -MP -MF .deps/strtok.Tpo -c
strtok.c -o strtok.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT connect.lo -MD
-MP -MF ".deps/connect.Tpo" -c -o connect.lo connect.c; \
    then mv -f ".deps/connect.Tpo" ".deps/connect.Plo"; else rm -f
".deps/connect.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c
connect.c -fno-common -DPIC -o .libs/connect.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c
connect.c -o connect.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT llist.lo -MD -MP
-MF ".deps/llist.Tpo" -c -o llist.lo llist.c; \
    then mv -f ".deps/llist.Tpo" ".deps/llist.Plo"; else rm -f
".deps/llist.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT llist.lo -MD -MP -MF .deps/llist.Tpo -c llist.c
-fno-common -DPIC -o .libs/llist.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT llist.lo -MD -MP -MF .deps/llist.Tpo -c llist.c
-o llist.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT hash.lo -MD -MP
-MF ".deps/hash.Tpo" -c -o hash.lo hash.c; \
    then mv -f ".deps/hash.Tpo" ".deps/hash.Plo"; else rm -f
".deps/hash.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c
-fno-common -DPIC -o .libs/hash.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o
hash.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT multi.lo -MD -MP
-MF ".deps/multi.Tpo" -c -o multi.lo multi.c; \
    then mv -f ".deps/multi.Tpo" ".deps/multi.Plo"; else rm -f
".deps/multi.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT multi.lo -MD -MP -MF .deps/multi.Tpo -c multi.c
-fno-common -DPIC -o .libs/multi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT multi.lo -MD -MP -MF .deps/multi.Tpo -c multi.c
-o multi.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT
content_encoding.lo -MD -MP -MF ".deps/content_encoding.Tpo" -c -o
content_encoding.lo content_encoding.c; \
    then mv -f ".deps/content_encoding.Tpo"
".deps/content_encoding.Plo"; else rm -f ".deps/content_encoding.Tpo";
exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT content_encoding.lo -MD -MP -MF
.deps/content_encoding.Tpo -c content_encoding.c -fno-common -DPIC -o
.libs/content_encoding.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT content_encoding.lo -MD -MP -MF
.deps/content_encoding.Tpo -c content_encoding.c -o content_encoding.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT share.lo -MD -MP
-MF ".deps/share.Tpo" -c -o share.lo share.c; \
    then mv -f ".deps/share.Tpo" ".deps/share.Plo"; else rm -f
".deps/share.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT share.lo -MD -MP -MF .deps/share.Tpo -c share.c
-fno-common -DPIC -o .libs/share.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT share.lo -MD -MP -MF .deps/share.Tpo -c share.c
-o share.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT http_digest.lo
-MD -MP -MF ".deps/http_digest.Tpo" -c -o http_digest.lo http_digest.c; \
    then mv -f ".deps/http_digest.Tpo" ".deps/http_digest.Plo"; else rm
-f ".deps/http_digest.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http_digest.lo -MD -MP -MF .deps/http_digest.Tpo
-c http_digest.c -fno-common -DPIC -o .libs/http_digest.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http_digest.lo -MD -MP -MF .deps/http_digest.Tpo
-c http_digest.c -o http_digest.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT md4.lo -MD -MP
-MF ".deps/md4.Tpo" -c -o md4.lo md4.c; \
    then mv -f ".deps/md4.Tpo" ".deps/md4.Plo"; else rm -f
".deps/md4.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c
-fno-common -DPIC -o .libs/md4.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c -o
md4.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT md5.lo -MD -MP
-MF ".deps/md5.Tpo" -c -o md5.lo md5.c; \
    then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f
".deps/md5.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c
-fno-common -DPIC -o .libs/md5.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o
md5.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT curl_rand.lo -MD
-MP -MF ".deps/curl_rand.Tpo" -c -o curl_rand.lo curl_rand.c; \
    then mv -f ".deps/curl_rand.Tpo" ".deps/curl_rand.Plo"; else rm -f
".deps/curl_rand.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_rand.lo -MD -MP -MF .deps/curl_rand.Tpo -c
curl_rand.c -fno-common -DPIC -o .libs/curl_rand.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_rand.lo -MD -MP -MF .deps/curl_rand.Tpo -c
curl_rand.c -o curl_rand.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT http_negotiate.lo
-MD -MP -MF ".deps/http_negotiate.Tpo" -c -o http_negotiate.lo
http_negotiate.c; \
    then mv -f ".deps/http_negotiate.Tpo" ".deps/http_negotiate.Plo";
else rm -f ".deps/http_negotiate.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http_negotiate.lo -MD -MP -MF
.deps/http_negotiate.Tpo -c http_negotiate.c -fno-common -DPIC -o
.libs/http_negotiate.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http_negotiate.lo -MD -MP -MF
.deps/http_negotiate.Tpo -c http_negotiate.c -o http_negotiate.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT http_ntlm.lo -MD
-MP -MF ".deps/http_ntlm.Tpo" -c -o http_ntlm.lo http_ntlm.c; \
    then mv -f ".deps/http_ntlm.Tpo" ".deps/http_ntlm.Plo"; else rm -f
".deps/http_ntlm.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http_ntlm.lo -MD -MP -MF .deps/http_ntlm.Tpo -c
http_ntlm.c -fno-common -DPIC -o .libs/http_ntlm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http_ntlm.lo -MD -MP -MF .deps/http_ntlm.Tpo -c
http_ntlm.c -o http_ntlm.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT inet_pton.lo -MD
-MP -MF ".deps/inet_pton.Tpo" -c -o inet_pton.lo inet_pton.c; \
    then mv -f ".deps/inet_pton.Tpo" ".deps/inet_pton.Plo"; else rm -f
".deps/inet_pton.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT inet_pton.lo -MD -MP -MF .deps/inet_pton.Tpo -c
inet_pton.c -fno-common -DPIC -o .libs/inet_pton.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT inet_pton.lo -MD -MP -MF .deps/inet_pton.Tpo -c
inet_pton.c -o inet_pton.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT strtoofft.lo -MD
-MP -MF ".deps/strtoofft.Tpo" -c -o strtoofft.lo strtoofft.c; \
    then mv -f ".deps/strtoofft.Tpo" ".deps/strtoofft.Plo"; else rm -f
".deps/strtoofft.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT strtoofft.lo -MD -MP -MF .deps/strtoofft.Tpo -c
strtoofft.c -fno-common -DPIC -o .libs/strtoofft.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT strtoofft.lo -MD -MP -MF .deps/strtoofft.Tpo -c
strtoofft.c -o strtoofft.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT strerror.lo -MD
-MP -MF ".deps/strerror.Tpo" -c -o strerror.lo strerror.c; \
    then mv -f ".deps/strerror.Tpo" ".deps/strerror.Plo"; else rm -f
".deps/strerror.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c
strerror.c -fno-common -DPIC -o .libs/strerror.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c
strerror.c -o strerror.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT hostasyn.lo -MD
-MP -MF ".deps/hostasyn.Tpo" -c -o hostasyn.lo hostasyn.c; \
    then mv -f ".deps/hostasyn.Tpo" ".deps/hostasyn.Plo"; else rm -f
".deps/hostasyn.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hostasyn.lo -MD -MP -MF .deps/hostasyn.Tpo -c
hostasyn.c -fno-common -DPIC -o .libs/hostasyn.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hostasyn.lo -MD -MP -MF .deps/hostasyn.Tpo -c
hostasyn.c -o hostasyn.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT hostip4.lo -MD
-MP -MF ".deps/hostip4.Tpo" -c -o hostip4.lo hostip4.c; \
    then mv -f ".deps/hostip4.Tpo" ".deps/hostip4.Plo"; else rm -f
".deps/hostip4.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hostip4.lo -MD -MP -MF .deps/hostip4.Tpo -c
hostip4.c -fno-common -DPIC -o .libs/hostip4.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hostip4.lo -MD -MP -MF .deps/hostip4.Tpo -c
hostip4.c -o hostip4.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT hostip6.lo -MD
-MP -MF ".deps/hostip6.Tpo" -c -o hostip6.lo hostip6.c; \
    then mv -f ".deps/hostip6.Tpo" ".deps/hostip6.Plo"; else rm -f
".deps/hostip6.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hostip6.lo -MD -MP -MF .deps/hostip6.Tpo -c
hostip6.c -fno-common -DPIC -o .libs/hostip6.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hostip6.lo -MD -MP -MF .deps/hostip6.Tpo -c
hostip6.c -o hostip6.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT hostsyn.lo -MD
-MP -MF ".deps/hostsyn.Tpo" -c -o hostsyn.lo hostsyn.c; \
    then mv -f ".deps/hostsyn.Tpo" ".deps/hostsyn.Plo"; else rm -f
".deps/hostsyn.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hostsyn.lo -MD -MP -MF .deps/hostsyn.Tpo -c
hostsyn.c -fno-common -DPIC -o .libs/hostsyn.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hostsyn.lo -MD -MP -MF .deps/hostsyn.Tpo -c
hostsyn.c -o hostsyn.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT inet_ntop.lo -MD
-MP -MF ".deps/inet_ntop.Tpo" -c -o inet_ntop.lo inet_ntop.c; \
    then mv -f ".deps/inet_ntop.Tpo" ".deps/inet_ntop.Plo"; else rm -f
".deps/inet_ntop.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT inet_ntop.lo -MD -MP -MF .deps/inet_ntop.Tpo -c
inet_ntop.c -fno-common -DPIC -o .libs/inet_ntop.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT inet_ntop.lo -MD -MP -MF .deps/inet_ntop.Tpo -c
inet_ntop.c -o inet_ntop.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT parsedate.lo -MD
-MP -MF ".deps/parsedate.Tpo" -c -o parsedate.lo parsedate.c; \
    then mv -f ".deps/parsedate.Tpo" ".deps/parsedate.Plo"; else rm -f
".deps/parsedate.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT parsedate.lo -MD -MP -MF .deps/parsedate.Tpo -c
parsedate.c -fno-common -DPIC -o .libs/parsedate.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT parsedate.lo -MD -MP -MF .deps/parsedate.Tpo -c
parsedate.c -o parsedate.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT select.lo -MD -MP
-MF ".deps/select.Tpo" -c -o select.lo select.c; \
    then mv -f ".deps/select.Tpo" ".deps/select.Plo"; else rm -f
".deps/select.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT select.lo -MD -MP -MF .deps/select.Tpo -c
select.c -fno-common -DPIC -o .libs/select.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT select.lo -MD -MP -MF .deps/select.Tpo -c
select.c -o select.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT gtls.lo -MD -MP
-MF ".deps/gtls.Tpo" -c -o gtls.lo gtls.c; \
    then mv -f ".deps/gtls.Tpo" ".deps/gtls.Plo"; else rm -f
".deps/gtls.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT gtls.lo -MD -MP -MF .deps/gtls.Tpo -c gtls.c
-fno-common -DPIC -o .libs/gtls.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT gtls.lo -MD -MP -MF .deps/gtls.Tpo -c gtls.c -o
gtls.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT sslgen.lo -MD -MP
-MF ".deps/sslgen.Tpo" -c -o sslgen.lo sslgen.c; \
    then mv -f ".deps/sslgen.Tpo" ".deps/sslgen.Plo"; else rm -f
".deps/sslgen.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT sslgen.lo -MD -MP -MF .deps/sslgen.Tpo -c
sslgen.c -fno-common -DPIC -o .libs/sslgen.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT sslgen.lo -MD -MP -MF .deps/sslgen.Tpo -c
sslgen.c -o sslgen.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT tftp.lo -MD -MP
-MF ".deps/tftp.Tpo" -c -o tftp.lo tftp.c; \
    then mv -f ".deps/tftp.Tpo" ".deps/tftp.Plo"; else rm -f
".deps/tftp.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT tftp.lo -MD -MP -MF .deps/tftp.Tpo -c tftp.c
-fno-common -DPIC -o .libs/tftp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT tftp.lo -MD -MP -MF .deps/tftp.Tpo -c tftp.c -o
tftp.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT splay.lo -MD -MP
-MF ".deps/splay.Tpo" -c -o splay.lo splay.c; \
    then mv -f ".deps/splay.Tpo" ".deps/splay.Plo"; else rm -f
".deps/splay.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT splay.lo -MD -MP -MF .deps/splay.Tpo -c splay.c
-fno-common -DPIC -o .libs/splay.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT splay.lo -MD -MP -MF .deps/splay.Tpo -c splay.c
-o splay.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT strdup.lo -MD -MP
-MF ".deps/strdup.Tpo" -c -o strdup.lo strdup.c; \
    then mv -f ".deps/strdup.Tpo" ".deps/strdup.Plo"; else rm -f
".deps/strdup.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT strdup.lo -MD -MP -MF .deps/strdup.Tpo -c
strdup.c -fno-common -DPIC -o .libs/strdup.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT strdup.lo -MD -MP -MF .deps/strdup.Tpo -c
strdup.c -o strdup.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT socks.lo -MD -MP
-MF ".deps/socks.Tpo" -c -o socks.lo socks.c; \
    then mv -f ".deps/socks.Tpo" ".deps/socks.Plo"; else rm -f
".deps/socks.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT socks.lo -MD -MP -MF .deps/socks.Tpo -c socks.c
-fno-common -DPIC -o .libs/socks.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT socks.lo -MD -MP -MF .deps/socks.Tpo -c socks.c
-o socks.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT ssh.lo -MD -MP
-MF ".deps/ssh.Tpo" -c -o ssh.lo ssh.c; \
    then mv -f ".deps/ssh.Tpo" ".deps/ssh.Plo"; else rm -f
".deps/ssh.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT ssh.lo -MD -MP -MF .deps/ssh.Tpo -c ssh.c
-fno-common -DPIC -o .libs/ssh.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT ssh.lo -MD -MP -MF .deps/ssh.Tpo -c ssh.c -o
ssh.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT nss.lo -MD -MP
-MF ".deps/nss.Tpo" -c -o nss.lo nss.c; \
    then mv -f ".deps/nss.Tpo" ".deps/nss.Plo"; else rm -f
".deps/nss.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT nss.lo -MD -MP -MF .deps/nss.Tpo -c nss.c
-fno-common -DPIC -o .libs/nss.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT nss.lo -MD -MP -MF .deps/nss.Tpo -c nss.c -o
nss.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT qssl.lo -MD -MP
-MF ".deps/qssl.Tpo" -c -o qssl.lo qssl.c; \
    then mv -f ".deps/qssl.Tpo" ".deps/qssl.Plo"; else rm -f
".deps/qssl.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT qssl.lo -MD -MP -MF .deps/qssl.Tpo -c qssl.c
-fno-common -DPIC -o .libs/qssl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT qssl.lo -MD -MP -MF .deps/qssl.Tpo -c qssl.c -o
qssl.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT rawstr.lo -MD -MP
-MF ".deps/rawstr.Tpo" -c -o rawstr.lo rawstr.c; \
    then mv -f ".deps/rawstr.Tpo" ".deps/rawstr.Plo"; else rm -f
".deps/rawstr.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT rawstr.lo -MD -MP -MF .deps/rawstr.Tpo -c
rawstr.c -fno-common -DPIC -o .libs/rawstr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT rawstr.lo -MD -MP -MF .deps/rawstr.Tpo -c
rawstr.c -o rawstr.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT curl_addrinfo.lo
-MD -MP -MF ".deps/curl_addrinfo.Tpo" -c -o curl_addrinfo.lo
curl_addrinfo.c; \
    then mv -f ".deps/curl_addrinfo.Tpo" ".deps/curl_addrinfo.Plo"; else
rm -f ".deps/curl_addrinfo.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_addrinfo.lo -MD -MP -MF
.deps/curl_addrinfo.Tpo -c curl_addrinfo.c -fno-common -DPIC -o
.libs/curl_addrinfo.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_addrinfo.lo -MD -MP -MF
.deps/curl_addrinfo.Tpo -c curl_addrinfo.c -o curl_addrinfo.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT socks_gssapi.lo
-MD -MP -MF ".deps/socks_gssapi.Tpo" -c -o socks_gssapi.lo socks_gssapi.c; \
    then mv -f ".deps/socks_gssapi.Tpo" ".deps/socks_gssapi.Plo"; else
rm -f ".deps/socks_gssapi.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT socks_gssapi.lo -MD -MP -MF
.deps/socks_gssapi.Tpo -c socks_gssapi.c -fno-common -DPIC -o
.libs/socks_gssapi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT socks_gssapi.lo -MD -MP -MF
.deps/socks_gssapi.Tpo -c socks_gssapi.c -o socks_gssapi.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT socks_sspi.lo -MD
-MP -MF ".deps/socks_sspi.Tpo" -c -o socks_sspi.lo socks_sspi.c; \
    then mv -f ".deps/socks_sspi.Tpo" ".deps/socks_sspi.Plo"; else rm -f
".deps/socks_sspi.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT socks_sspi.lo -MD -MP -MF .deps/socks_sspi.Tpo
-c socks_sspi.c -fno-common -DPIC -o .libs/socks_sspi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT socks_sspi.lo -MD -MP -MF .deps/socks_sspi.Tpo
-c socks_sspi.c -o socks_sspi.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT curl_sspi.lo -MD
-MP -MF ".deps/curl_sspi.Tpo" -c -o curl_sspi.lo curl_sspi.c; \
    then mv -f ".deps/curl_sspi.Tpo" ".deps/curl_sspi.Plo"; else rm -f
".deps/curl_sspi.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_sspi.lo -MD -MP -MF .deps/curl_sspi.Tpo -c
curl_sspi.c -fno-common -DPIC -o .libs/curl_sspi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_sspi.lo -MD -MP -MF .deps/curl_sspi.Tpo -c
curl_sspi.c -o curl_sspi.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT slist.lo -MD -MP
-MF ".deps/slist.Tpo" -c -o slist.lo slist.c; \
    then mv -f ".deps/slist.Tpo" ".deps/slist.Plo"; else rm -f
".deps/slist.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT slist.lo -MD -MP -MF .deps/slist.Tpo -c slist.c
-fno-common -DPIC -o .libs/slist.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT slist.lo -MD -MP -MF .deps/slist.Tpo -c slist.c
-o slist.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT nonblock.lo -MD
-MP -MF ".deps/nonblock.Tpo" -c -o nonblock.lo nonblock.c; \
    then mv -f ".deps/nonblock.Tpo" ".deps/nonblock.Plo"; else rm -f
".deps/nonblock.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT nonblock.lo -MD -MP -MF .deps/nonblock.Tpo -c
nonblock.c -fno-common -DPIC -o .libs/nonblock.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT nonblock.lo -MD -MP -MF .deps/nonblock.Tpo -c
nonblock.c -o nonblock.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT curl_memrchr.lo
-MD -MP -MF ".deps/curl_memrchr.Tpo" -c -o curl_memrchr.lo curl_memrchr.c; \
    then mv -f ".deps/curl_memrchr.Tpo" ".deps/curl_memrchr.Plo"; else
rm -f ".deps/curl_memrchr.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_memrchr.lo -MD -MP -MF
.deps/curl_memrchr.Tpo -c curl_memrchr.c -fno-common -DPIC -o
.libs/curl_memrchr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_memrchr.lo -MD -MP -MF
.deps/curl_memrchr.Tpo -c curl_memrchr.c -o curl_memrchr.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT imap.lo -MD -MP
-MF ".deps/imap.Tpo" -c -o imap.lo imap.c; \
    then mv -f ".deps/imap.Tpo" ".deps/imap.Plo"; else rm -f
".deps/imap.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT imap.lo -MD -MP -MF .deps/imap.Tpo -c imap.c
-fno-common -DPIC -o .libs/imap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT imap.lo -MD -MP -MF .deps/imap.Tpo -c imap.c -o
imap.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT pop3.lo -MD -MP
-MF ".deps/pop3.Tpo" -c -o pop3.lo pop3.c; \
    then mv -f ".deps/pop3.Tpo" ".deps/pop3.Plo"; else rm -f
".deps/pop3.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT pop3.lo -MD -MP -MF .deps/pop3.Tpo -c pop3.c
-fno-common -DPIC -o .libs/pop3.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT pop3.lo -MD -MP -MF .deps/pop3.Tpo -c pop3.c -o
pop3.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT smtp.lo -MD -MP
-MF ".deps/smtp.Tpo" -c -o smtp.lo smtp.c; \
    then mv -f ".deps/smtp.Tpo" ".deps/smtp.Plo"; else rm -f
".deps/smtp.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT smtp.lo -MD -MP -MF .deps/smtp.Tpo -c smtp.c
-fno-common -DPIC -o .libs/smtp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT smtp.lo -MD -MP -MF .deps/smtp.Tpo -c smtp.c -o
smtp.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT pingpong.lo -MD
-MP -MF ".deps/pingpong.Tpo" -c -o pingpong.lo pingpong.c; \
    then mv -f ".deps/pingpong.Tpo" ".deps/pingpong.Plo"; else rm -f
".deps/pingpong.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT pingpong.lo -MD -MP -MF .deps/pingpong.Tpo -c
pingpong.c -fno-common -DPIC -o .libs/pingpong.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT pingpong.lo -MD -MP -MF .deps/pingpong.Tpo -c
pingpong.c -o pingpong.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT rtsp.lo -MD -MP
-MF ".deps/rtsp.Tpo" -c -o rtsp.lo rtsp.c; \
    then mv -f ".deps/rtsp.Tpo" ".deps/rtsp.Plo"; else rm -f
".deps/rtsp.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT rtsp.lo -MD -MP -MF .deps/rtsp.Tpo -c rtsp.c
-fno-common -DPIC -o .libs/rtsp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT rtsp.lo -MD -MP -MF .deps/rtsp.Tpo -c rtsp.c -o
rtsp.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT curl_threads.lo
-MD -MP -MF ".deps/curl_threads.Tpo" -c -o curl_threads.lo curl_threads.c; \
    then mv -f ".deps/curl_threads.Tpo" ".deps/curl_threads.Plo"; else
rm -f ".deps/curl_threads.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_threads.lo -MD -MP -MF
.deps/curl_threads.Tpo -c curl_threads.c -fno-common -DPIC -o
.libs/curl_threads.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_threads.lo -MD -MP -MF
.deps/curl_threads.Tpo -c curl_threads.c -o curl_threads.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT warnless.lo -MD
-MP -MF ".deps/warnless.Tpo" -c -o warnless.lo warnless.c; \
    then mv -f ".deps/warnless.Tpo" ".deps/warnless.Plo"; else rm -f
".deps/warnless.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT warnless.lo -MD -MP -MF .deps/warnless.Tpo -c
warnless.c -fno-common -DPIC -o .libs/warnless.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT warnless.lo -MD -MP -MF .deps/warnless.Tpo -c
warnless.c -o warnless.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT hmac.lo -MD -MP
-MF ".deps/hmac.Tpo" -c -o hmac.lo hmac.c; \
    then mv -f ".deps/hmac.Tpo" ".deps/hmac.Plo"; else rm -f
".deps/hmac.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c
-fno-common -DPIC -o .libs/hmac.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -o
hmac.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT polarssl.lo -MD
-MP -MF ".deps/polarssl.Tpo" -c -o polarssl.lo polarssl.c; \
    then mv -f ".deps/polarssl.Tpo" ".deps/polarssl.Plo"; else rm -f
".deps/polarssl.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT polarssl.lo -MD -MP -MF .deps/polarssl.Tpo -c
polarssl.c -fno-common -DPIC -o .libs/polarssl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT polarssl.lo -MD -MP -MF .deps/polarssl.Tpo -c
polarssl.c -o polarssl.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT curl_rtmp.lo -MD
-MP -MF ".deps/curl_rtmp.Tpo" -c -o curl_rtmp.lo curl_rtmp.c; \
    then mv -f ".deps/curl_rtmp.Tpo" ".deps/curl_rtmp.Plo"; else rm -f
".deps/curl_rtmp.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_rtmp.lo -MD -MP -MF .deps/curl_rtmp.Tpo -c
curl_rtmp.c -fno-common -DPIC -o .libs/curl_rtmp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_rtmp.lo -MD -MP -MF .deps/curl_rtmp.Tpo -c
curl_rtmp.c -o curl_rtmp.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT openldap.lo -MD
-MP -MF ".deps/openldap.Tpo" -c -o openldap.lo openldap.c; \
    then mv -f ".deps/openldap.Tpo" ".deps/openldap.Plo"; else rm -f
".deps/openldap.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT openldap.lo -MD -MP -MF .deps/openldap.Tpo -c
openldap.c -fno-common -DPIC -o .libs/openldap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT openldap.lo -MD -MP -MF .deps/openldap.Tpo -c
openldap.c -o openldap.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT
curl_gethostname.lo -MD -MP -MF ".deps/curl_gethostname.Tpo" -c -o
curl_gethostname.lo curl_gethostname.c; \
    then mv -f ".deps/curl_gethostname.Tpo"
".deps/curl_gethostname.Plo"; else rm -f ".deps/curl_gethostname.Tpo";
exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_gethostname.lo -MD -MP -MF
.deps/curl_gethostname.Tpo -c curl_gethostname.c -fno-common -DPIC -o
.libs/curl_gethostname.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT curl_gethostname.lo -MD -MP -MF
.deps/curl_gethostname.Tpo -c curl_gethostname.c -o curl_gethostname.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT gopher.lo -MD -MP
-MF ".deps/gopher.Tpo" -c -o gopher.lo gopher.c; \
    then mv -f ".deps/gopher.Tpo" ".deps/gopher.Plo"; else rm -f
".deps/gopher.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT gopher.lo -MD -MP -MF .deps/gopher.Tpo -c
gopher.c -fno-common -DPIC -o .libs/gopher.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT gopher.lo -MD -MP -MF .deps/gopher.Tpo -c
gopher.c -o gopher.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT axtls.lo -MD -MP
-MF ".deps/axtls.Tpo" -c -o axtls.lo axtls.c; \
    then mv -f ".deps/axtls.Tpo" ".deps/axtls.Plo"; else rm -f
".deps/axtls.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT axtls.lo -MD -MP -MF .deps/axtls.Tpo -c axtls.c
-fno-common -DPIC -o .libs/axtls.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT axtls.lo -MD -MP -MF .deps/axtls.Tpo -c axtls.c
-o axtls.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT
http_negotiate_sspi.lo -MD -MP -MF ".deps/http_negotiate_sspi.Tpo" -c -o
http_negotiate_sspi.lo http_negotiate_sspi.c; \
    then mv -f ".deps/http_negotiate_sspi.Tpo"
".deps/http_negotiate_sspi.Plo"; else rm -f
".deps/http_negotiate_sspi.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http_negotiate_sspi.lo -MD -MP -MF
.deps/http_negotiate_sspi.Tpo -c http_negotiate_sspi.c -fno-common
-DPIC -o .libs/http_negotiate_sspi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http_negotiate_sspi.lo -MD -MP -MF
.deps/http_negotiate_sspi.Tpo -c http_negotiate_sspi.c -o
http_negotiate_sspi.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT cyassl.lo -MD -MP
-MF ".deps/cyassl.Tpo" -c -o cyassl.lo cyassl.c; \
    then mv -f ".deps/cyassl.Tpo" ".deps/cyassl.Plo"; else rm -f
".deps/cyassl.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT cyassl.lo -MD -MP -MF .deps/cyassl.Tpo -c
cyassl.c -fno-common -DPIC -o .libs/cyassl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT cyassl.lo -MD -MP -MF .deps/cyassl.Tpo -c
cyassl.c -o cyassl.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT http_proxy.lo -MD
-MP -MF ".deps/http_proxy.Tpo" -c -o http_proxy.lo http_proxy.c; \
    then mv -f ".deps/http_proxy.Tpo" ".deps/http_proxy.Plo"; else rm -f
".deps/http_proxy.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http_proxy.lo -MD -MP -MF .deps/http_proxy.Tpo
-c http_proxy.c -fno-common -DPIC -o .libs/http_proxy.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT http_proxy.lo -MD -MP -MF .deps/http_proxy.Tpo
-c http_proxy.c -o http_proxy.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT non-ascii.lo -MD
-MP -MF ".deps/non-ascii.Tpo" -c -o non-ascii.lo non-ascii.c; \
    then mv -f ".deps/non-ascii.Tpo" ".deps/non-ascii.Plo"; else rm -f
".deps/non-ascii.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT non-ascii.lo -MD -MP -MF .deps/non-ascii.Tpo -c
non-ascii.c -fno-common -DPIC -o .libs/non-ascii.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT non-ascii.lo -MD -MP -MF .deps/non-ascii.Tpo -c
non-ascii.c -o non-ascii.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT asyn-ares.lo -MD
-MP -MF ".deps/asyn-ares.Tpo" -c -o asyn-ares.lo asyn-ares.c; \
    then mv -f ".deps/asyn-ares.Tpo" ".deps/asyn-ares.Plo"; else rm -f
".deps/asyn-ares.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT asyn-ares.lo -MD -MP -MF .deps/asyn-ares.Tpo -c
asyn-ares.c -fno-common -DPIC -o .libs/asyn-ares.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT asyn-ares.lo -MD -MP -MF .deps/asyn-ares.Tpo -c
asyn-ares.c -o asyn-ares.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include/curl -I../include -I../include -I../lib -I../lib
-I/opt/local/include -g0 -O2 -Wno-system-headers -MT asyn-thread.lo
-MD -MP -MF ".deps/asyn-thread.Tpo" -c -o asyn-thread.lo asyn-thread.c; \
    then mv -f ".deps/asyn-thread.Tpo" ".deps/asyn-thread.Plo"; else rm
-f ".deps/asyn-thread.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT asyn-thread.lo -MD -MP -MF .deps/asyn-thread.Tpo
-c asyn-thread.c -fno-common -DPIC -o .libs/asyn-thread.o
libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include
-I../include -I../lib -I../lib -I/opt/local/include -g0 -O2
-Wno-system-headers -MT asyn-thread.lo -MD -MP -MF .deps/asyn-thread.Tpo
-c asyn-thread.c -o asyn-thread.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc -g0 -O2
-Wno-system-headers -L/opt/local/lib -o libcurl.la -rpath
/usr/local/lib -version-info 6:0:2 -lssh2 -lssl -lcrypto -lldap -lssl
-lcrypto -lz -lz file.lo timeval.lo base64.lo hostip.lo progress.lo
formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo if2ip.lo
speedcheck.lo ldap.lo ssluse.lo version.lo getenv.lo escape.lo
mprintf.lo telnet.lo netrc.lo getinfo.lo transfer.lo strequal.lo easy.lo
security.lo krb4.lo curl_fnmatch.lo fileinfo.lo ftplistparser.lo
wildcard.lo krb5.lo memdebug.lo http_chunks.lo strtok.lo connect.lo
llist.lo hash.lo multi.lo content_encoding.lo share.lo http_digest.lo
md4.lo md5.lo curl_rand.lo http_negotiate.lo http_ntlm.lo inet_pton.lo
strtoofft.lo strerror.lo hostasyn.lo hostip4.lo hostip6.lo hostsyn.lo
inet_ntop.lo parsedate.lo select.lo gtls.lo sslgen.lo tftp.lo splay.lo
strdup.lo socks.lo ssh.lo nss.lo qssl.lo rawstr.lo curl_addrinfo.lo
socks_gssapi.lo socks_sspi.lo curl_sspi.lo slist.lo nonblock.lo
curl_memrchr.lo imap.lo pop3.lo smtp.lo pingpong.lo rtsp.lo
curl_threads.lo warnless.lo hmac.lo polarssl.lo curl_rtmp.lo openldap.lo
curl_gethostname.lo gopher.lo axtls.lo idn_win32.lo
http_negotiate_sspi.lo cyassl.lo http_proxy.lo non-ascii.lo asyn-ares.lo
asyn-thread.lo
libtool: link: rm -fr .libs/libcurl.4.dylib .libs/libcurl.a
.libs/libcurl.dylib .libs/libcurl.la .libs/libcurl.lai
libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o
.libs/libcurl.4.dylib .libs/file.o .libs/timeval.o .libs/base64.o
.libs/hostip.o .libs/progress.o .libs/formdata.o .libs/cookie.o
.libs/http.o .libs/sendf.o .libs/ftp.o .libs/url.o .libs/dict.o
.libs/if2ip.o .libs/speedcheck.o .libs/ldap.o .libs/ssluse.o
.libs/version.o .libs/getenv.o .libs/escape.o .libs/mprintf.o
.libs/telnet.o .libs/netrc.o .libs/getinfo.o .libs/transfer.o
.libs/strequal.o .libs/easy.o .libs/security.o .libs/krb4.o
.libs/curl_fnmatch.o .libs/fileinfo.o .libs/ftplistparser.o
.libs/wildcard.o .libs/krb5.o .libs/memdebug.o .libs/http_chunks.o
.libs/strtok.o .libs/connect.o .libs/llist.o .libs/hash.o .libs/multi.o
.libs/content_encoding.o .libs/share.o .libs/http_digest.o .libs/md4.o
.libs/md5.o .libs/curl_rand.o .libs/http_negotiate.o .libs/http_ntlm.o
.libs/inet_pton.o .libs/strtoofft.o .libs/strerror.o .libs/hostasyn.o
.libs/hostip4.o .libs/hostip6.o .libs/hostsyn.o .libs/inet_ntop.o
.libs/parsedate.o .libs/select.o .libs/gtls.o .libs/sslgen.o
.libs/tftp.o .libs/splay.o .libs/strdup.o .libs/socks.o .libs/ssh.o
.libs/nss.o .libs/qssl.o .libs/rawstr.o .libs/curl_addrinfo.o
.libs/socks_gssapi.o .libs/socks_sspi.o .libs/curl_sspi.o .libs/slist.o
.libs/nonblock.o .libs/curl_memrchr.o .libs/imap.o .libs/pop3.o
.libs/smtp.o .libs/pingpong.o .libs/rtsp.o .libs/curl_threads.o
.libs/warnless.o .libs/hmac.o .libs/polarssl.o .libs/curl_rtmp.o
.libs/openldap.o .libs/curl_gethostname.o .libs/gopher.o .libs/axtls.o
.libs/idn_win32.o .libs/http_negotiate_sspi.o .libs/cyassl.o
.libs/http_proxy.o .libs/non-ascii.o .libs/asyn-ares.o
.libs/asyn-thread.o -L/opt/local/lib /usr/local/lib/libssh2.dylib
-lldap -lssl -lcrypto -lz -O2 -install_name
/usr/local/lib/libcurl.4.dylib -compatibility_version 7 -current_version
7.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libcurl.dylib" && ln -s
"libcurl.4.dylib" "libcurl.dylib")
libtool: link: /usr/bin/ar cru .libs/libcurl.a file.o timeval.o
base64.o hostip.o progress.o formdata.o cookie.o http.o sendf.o ftp.o
url.o dict.o if2ip.o speedcheck.o ldap.o ssluse.o version.o getenv.o
escape.o mprintf.o telnet.o netrc.o getinfo.o transfer.o strequal.o
easy.o security.o krb4.o curl_fnmatch.o fileinfo.o ftplistparser.o
wildcard.o krb5.o memdebug.o http_chunks.o strtok.o connect.o llist.o
hash.o multi.o content_encoding.o share.o http_digest.o md4.o md5.o
curl_rand.o http_negotiate.o http_ntlm.o inet_pton.o strtoofft.o
strerror.o hostasyn.o hostip4.o hostip6.o hostsyn.o inet_ntop.o
parsedate.o select.o gtls.o sslgen.o tftp.o splay.o strdup.o socks.o
ssh.o nss.o qssl.o rawstr.o curl_addrinfo.o socks_gssapi.o socks_sspi.o
curl_sspi.o slist.o nonblock.o curl_memrchr.o imap.o pop3.o smtp.o
pingpong.o rtsp.o curl_threads.o warnless.o hmac.o polarssl.o
curl_rtmp.o openldap.o curl_gethostname.o gopher.o axtls.o idn_win32.o
http_negotiate_sspi.o cyassl.o http_proxy.o non-ascii.o asyn-ares.o
asyn-thread.o
/usr/bin/ranlib: file: .libs/libcurl.a(security.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(krb4.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(krb5.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(memdebug.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(strtok.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(md4.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(http_negotiate.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(inet_pton.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(strtoofft.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(hostasyn.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(hostsyn.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(inet_ntop.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(gtls.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(strdup.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(nss.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(qssl.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(socks_gssapi.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(socks_sspi.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(curl_sspi.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(curl_threads.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(polarssl.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(curl_rtmp.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(openldap.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(axtls.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(idn_win32.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(http_negotiate_sspi.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(cyassl.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(non-ascii.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(asyn-ares.o) has no symbols
/usr/bin/ranlib: file: .libs/libcurl.a(asyn-thread.o) has no symbols
libtool: link: ranlib .libs/libcurl.a
ranlib: file: .libs/libcurl.a(security.o) has no symbols
ranlib: file: .libs/libcurl.a(krb4.o) has no symbols
ranlib: file: .libs/libcurl.a(krb5.o) has no symbols
ranlib: file: .libs/libcurl.a(memdebug.o) has no symbols
ranlib: file: .libs/libcurl.a(strtok.o) has no symbols
ranlib: file: .libs/libcurl.a(md4.o) has no symbols
ranlib: file: .libs/libcurl.a(http_negotiate.o) has no symbols
ranlib: file: .libs/libcurl.a(inet_pton.o) has no symbols
ranlib: file: .libs/libcurl.a(strtoofft.o) has no symbols
ranlib: file: .libs/libcurl.a(hostasyn.o) has no symbols
ranlib: file: .libs/libcurl.a(hostsyn.o) has no symbols
ranlib: file: .libs/libcurl.a(inet_ntop.o) has no symbols
ranlib: file: .libs/libcurl.a(gtls.o) has no symbols
ranlib: file: .libs/libcurl.a(strdup.o) has no symbols
ranlib: file: .libs/libcurl.a(nss.o) has no symbols
ranlib: file: .libs/libcurl.a(qssl.o) has no symbols
ranlib: file: .libs/libcurl.a(socks_gssapi.o) has no symbols
ranlib: file: .libs/libcurl.a(socks_sspi.o) has no symbols
ranlib: file: .libs/libcurl.a(curl_sspi.o) has no symbols
ranlib: file: .libs/libcurl.a(curl_threads.o) has no symbols
ranlib: file: .libs/libcurl.a(polarssl.o) has no symbols
ranlib: file: .libs/libcurl.a(curl_rtmp.o) has no symbols
ranlib: file: .libs/libcurl.a(openldap.o) has no symbols
ranlib: file: .libs/libcurl.a(axtls.o) has no symbols
ranlib: file: .libs/libcurl.a(idn_win32.o) has no symbols
ranlib: file: .libs/libcurl.a(http_negotiate_sspi.o) has no symbols
ranlib: file: .libs/libcurl.a(cyassl.o) has no symbols
ranlib: file: .libs/libcurl.a(non-ascii.o) has no symbols
ranlib: file: .libs/libcurl.a(asyn-ares.o) has no symbols
ranlib: file: .libs/libcurl.a(asyn-thread.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libcurl.la" && ln -s
"../libcurl.la" "libcurl.la" )
Making all in src
make all-am
if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include
-I../lib -I../src -I../lib -I../src -I/opt/local/include -g0 -O2
-Wno-system-headers -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o
main.o main.c; \
    then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f
".deps/main.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include
-I../lib -I../src -I../lib -I../src -I/opt/local/include -g0 -O2
-Wno-system-headers -MT urlglob.o -MD -MP -MF ".deps/urlglob.Tpo" -c -o
urlglob.o urlglob.c; \
    then mv -f ".deps/urlglob.Tpo" ".deps/urlglob.Po"; else rm -f
".deps/urlglob.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include
-I../lib -I../src -I../lib -I../src -I/opt/local/include -g0 -O2
-Wno-system-headers -MT writeout.o -MD -MP -MF ".deps/writeout.Tpo" -c
-o writeout.o writeout.c; \
    then mv -f ".deps/writeout.Tpo" ".deps/writeout.Po"; else rm -f
".deps/writeout.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include
-I../lib -I../src -I../lib -I../src -I/opt/local/include -g0 -O2
-Wno-system-headers -MT os-specific.o -MD -MP -MF
".deps/os-specific.Tpo" -c -o os-specific.o os-specific.c; \
    then mv -f ".deps/os-specific.Tpo" ".deps/os-specific.Po"; else rm
-f ".deps/os-specific.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include
-I../lib -I../src -I../lib -I../src -I/opt/local/include -g0 -O2
-Wno-system-headers -MT xattr.o -MD -MP -MF ".deps/xattr.Tpo" -c -o
xattr.o xattr.c; \
    then mv -f ".deps/xattr.Tpo" ".deps/xattr.Po"; else rm -f
".deps/xattr.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include
-I../lib -I../src -I../lib -I../src -I/opt/local/include -g0 -O2
-Wno-system-headers -MT strtoofft.o -MD -MP -MF ".deps/strtoofft.Tpo"
-c -o strtoofft.o `test -f '../lib/strtoofft.c' || echo
'./'`../lib/strtoofft.c; \
    then mv -f ".deps/strtoofft.Tpo" ".deps/strtoofft.Po"; else rm -f
".deps/strtoofft.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include
-I../lib -I../src -I../lib -I../src -I/opt/local/include -g0 -O2
-Wno-system-headers -MT strdup.o -MD -MP -MF ".deps/strdup.Tpo" -c -o
strdup.o `test -f '../lib/strdup.c' || echo './'`../lib/strdup.c; \
    then mv -f ".deps/strdup.Tpo" ".deps/strdup.Po"; else rm -f
".deps/strdup.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include
-I../lib -I../src -I../lib -I../src -I/opt/local/include -g0 -O2
-Wno-system-headers -MT rawstr.o -MD -MP -MF ".deps/rawstr.Tpo" -c -o
rawstr.o `test -f '../lib/rawstr.c' || echo './'`../lib/rawstr.c; \
    then mv -f ".deps/rawstr.Tpo" ".deps/rawstr.Po"; else rm -f
".deps/rawstr.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include
-I../lib -I../src -I../lib -I../src -I/opt/local/include -g0 -O2
-Wno-system-headers -MT nonblock.o -MD -MP -MF ".deps/nonblock.Tpo" -c
-o nonblock.o `test -f '../lib/nonblock.c' || echo './'`../lib/nonblock.c; \
    then mv -f ".deps/nonblock.Tpo" ".deps/nonblock.Po"; else rm -f
".deps/nonblock.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g0 -O2
-Wno-system-headers -L/opt/local/lib -o curl main.o hugehelp.o
urlglob.o writeout.o writeenv.o getpass.o homedir.o curlutil.o
os-specific.o xattr.o strtoofft.o strdup.o rawstr.o nonblock.o
../lib/libcurl.la -lz
libtool: link: gcc -g0 -O2 -Wno-system-headers -o .libs/curl main.o
hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o
curlutil.o os-specific.o xattr.o strtoofft.o strdup.o rawstr.o
nonblock.o -L/opt/local/lib ../lib/.libs/libcurl.dylib
/usr/local/lib/libssh2.dylib -lldap -lssl -lcrypto -lz
Making all in include
Making all in curl
make all-am
make[3]: Nothing to be done for `all-am'.
make[2]: Nothing to be done for `all-am'.
make[1]: Nothing to be done for `all-am'.
fried-joe-4:curl-7.21.7 johannesschmidt$ sudo make install
Making install in lib
test -z "/usr/local/lib" || /bin/sh ../mkinstalldirs "/usr/local/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c 'libcurl.la'
'/usr/local/lib/libcurl.la'
libtool: install: /usr/bin/install -c .libs/libcurl.4.dylib
/usr/local/lib/libcurl.4.dylib
libtool: install: (cd /usr/local/lib && { ln -s -f libcurl.4.dylib
libcurl.dylib || { rm -f libcurl.dylib && ln -s libcurl.4.dylib
libcurl.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libcurl.lai
/usr/local/lib/libcurl.la
libtool: install: /usr/bin/install -c .libs/libcurl.a
/usr/local/lib/libcurl.a
libtool: install: chmod 644 /usr/local/lib/libcurl.a
libtool: install: ranlib /usr/local/lib/libcurl.a
ranlib: file: /usr/local/lib/libcurl.a(security.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(krb4.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(krb5.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(memdebug.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(strtok.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(md4.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(http_negotiate.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(inet_pton.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(strtoofft.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(hostasyn.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(hostsyn.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(inet_ntop.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(gtls.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(strdup.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(nss.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(qssl.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(socks_gssapi.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(socks_sspi.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(curl_sspi.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(curl_threads.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(polarssl.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(curl_rtmp.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(openldap.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(axtls.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(idn_win32.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(http_negotiate_sspi.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(cyassl.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(non-ascii.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(asyn-ares.o) has no symbols
ranlib: file: /usr/local/lib/libcurl.a(asyn-thread.o) has no symbols
make[2]: Nothing to be done for `install-data-am'.
Making install in src
make install-am
test -z "/usr/local/bin" || /bin/sh ../mkinstalldirs "/usr/local/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'curl'
'/usr/local/bin/curl'
libtool: install: /usr/bin/install -c .libs/curl /usr/local/bin/curl
make[3]: Nothing to be done for `install-data-am'.
Making install in include
Making install in curl
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include/curl" || /bin/sh ../../mkinstalldirs
"/usr/local/include/curl"
 /usr/bin/install -c -m 644 'curl.h' '/usr/local/include/curl/curl.h'
 /usr/bin/install -c -m 644 'curlver.h' '/usr/local/include/curl/curlver.h'
 /usr/bin/install -c -m 644 'easy.h' '/usr/local/include/curl/easy.h'
 /usr/bin/install -c -m 644 'mprintf.h' '/usr/local/include/curl/mprintf.h'
 /usr/bin/install -c -m 644 'stdcheaders.h'
'/usr/local/include/curl/stdcheaders.h'
 /usr/bin/install -c -m 644 'multi.h' '/usr/local/include/curl/multi.h'
 /usr/bin/install -c -m 644 'typecheck-gcc.h'
'/usr/local/include/curl/typecheck-gcc.h'
 /usr/bin/install -c -m 644 'curlbuild.h'
'/usr/local/include/curl/curlbuild.h'
 /usr/bin/install -c -m 644 'curlrules.h'
'/usr/local/include/curl/curlrules.h'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
test -z "/usr/local/bin" || /bin/sh ./mkinstalldirs "/usr/local/bin"
 /usr/bin/install -c 'curl-config' '/usr/local/bin/curl-config'
test -z "/usr/local/lib/pkgconfig" || /bin/sh ./mkinstalldirs
"/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 'libcurl.pc'
'/usr/local/lib/pkgconfig/libcurl.pc'
make install-data-hook
cd include && make install
Making install in curl
make[6]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include/curl" || /bin/sh ../../mkinstalldirs
"/usr/local/include/curl"
 /usr/bin/install -c -m 644 'curl.h' '/usr/local/include/curl/curl.h'
 /usr/bin/install -c -m 644 'curlver.h' '/usr/local/include/curl/curlver.h'
 /usr/bin/install -c -m 644 'easy.h' '/usr/local/include/curl/easy.h'
 /usr/bin/install -c -m 644 'mprintf.h' '/usr/local/include/curl/mprintf.h'
 /usr/bin/install -c -m 644 'stdcheaders.h'
'/usr/local/include/curl/stdcheaders.h'
 /usr/bin/install -c -m 644 'multi.h' '/usr/local/include/curl/multi.h'
 /usr/bin/install -c -m 644 'typecheck-gcc.h'
'/usr/local/include/curl/typecheck-gcc.h'
 /usr/bin/install -c -m 644 'curlbuild.h'
'/usr/local/include/curl/curlbuild.h'
 /usr/bin/install -c -m 644 'curlrules.h'
'/usr/local/include/curl/curlrules.h'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
cd docs && make install
Making install in examples
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in libcurl
make[6]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man3" || /bin/sh ../../mkinstalldirs
"/usr/local/share/man/man3"
 /usr/bin/install -c -m 644 './curl_easy_cleanup.3'
'/usr/local/share/man/man3/curl_easy_cleanup.3'
 /usr/bin/install -c -m 644 './curl_easy_getinfo.3'
'/usr/local/share/man/man3/curl_easy_getinfo.3'
 /usr/bin/install -c -m 644 './curl_easy_init.3'
'/usr/local/share/man/man3/curl_easy_init.3'
 /usr/bin/install -c -m 644 './curl_easy_perform.3'
'/usr/local/share/man/man3/curl_easy_perform.3'
 /usr/bin/install -c -m 644 './curl_easy_setopt.3'
'/usr/local/share/man/man3/curl_easy_setopt.3'
 /usr/bin/install -c -m 644 './curl_easy_duphandle.3'
'/usr/local/share/man/man3/curl_easy_duphandle.3'
 /usr/bin/install -c -m 644 './curl_formadd.3'
'/usr/local/share/man/man3/curl_formadd.3'
 /usr/bin/install -c -m 644 './curl_formfree.3'
'/usr/local/share/man/man3/curl_formfree.3'
 /usr/bin/install -c -m 644 './curl_getdate.3'
'/usr/local/share/man/man3/curl_getdate.3'
 /usr/bin/install -c -m 644 './curl_getenv.3'
'/usr/local/share/man/man3/curl_getenv.3'
 /usr/bin/install -c -m 644 './curl_slist_append.3'
'/usr/local/share/man/man3/curl_slist_append.3'
 /usr/bin/install -c -m 644 './curl_slist_free_all.3'
'/usr/local/share/man/man3/curl_slist_free_all.3'
 /usr/bin/install -c -m 644 './curl_version.3'
'/usr/local/share/man/man3/curl_version.3'
 /usr/bin/install -c -m 644 './curl_version_info.3'
'/usr/local/share/man/man3/curl_version_info.3'
 /usr/bin/install -c -m 644 './curl_escape.3'
'/usr/local/share/man/man3/curl_escape.3'
 /usr/bin/install -c -m 644 './curl_unescape.3'
'/usr/local/share/man/man3/curl_unescape.3'
 /usr/bin/install -c -m 644 './curl_free.3'
'/usr/local/share/man/man3/curl_free.3'
 /usr/bin/install -c -m 644 './curl_strequal.3'
'/usr/local/share/man/man3/curl_strequal.3'
 /usr/bin/install -c -m 644 './curl_mprintf.3'
'/usr/local/share/man/man3/curl_mprintf.3'
 /usr/bin/install -c -m 644 './curl_global_init.3'
'/usr/local/share/man/man3/curl_global_init.3'
 /usr/bin/install -c -m 644 './curl_global_cleanup.3'
'/usr/local/share/man/man3/curl_global_cleanup.3'
 /usr/bin/install -c -m 644 './curl_multi_add_handle.3'
'/usr/local/share/man/man3/curl_multi_add_handle.3'
 /usr/bin/install -c -m 644 './curl_multi_cleanup.3'
'/usr/local/share/man/man3/curl_multi_cleanup.3'
 /usr/bin/install -c -m 644 './curl_multi_fdset.3'
'/usr/local/share/man/man3/curl_multi_fdset.3'
 /usr/bin/install -c -m 644 './curl_multi_info_read.3'
'/usr/local/share/man/man3/curl_multi_info_read.3'
 /usr/bin/install -c -m 644 './curl_multi_init.3'
'/usr/local/share/man/man3/curl_multi_init.3'
 /usr/bin/install -c -m 644 './curl_multi_perform.3'
'/usr/local/share/man/man3/curl_multi_perform.3'
 /usr/bin/install -c -m 644 './curl_multi_remove_handle.3'
'/usr/local/share/man/man3/curl_multi_remove_handle.3'
 /usr/bin/install -c -m 644 './curl_share_cleanup.3'
'/usr/local/share/man/man3/curl_share_cleanup.3'
 /usr/bin/install -c -m 644 './curl_share_init.3'
'/usr/local/share/man/man3/curl_share_init.3'
 /usr/bin/install -c -m 644 './curl_share_setopt.3'
'/usr/local/share/man/man3/curl_share_setopt.3'
 /usr/bin/install -c -m 644 './libcurl.3'
'/usr/local/share/man/man3/libcurl.3'
 /usr/bin/install -c -m 644 './libcurl-easy.3'
'/usr/local/share/man/man3/libcurl-easy.3'
 /usr/bin/install -c -m 644 './libcurl-multi.3'
'/usr/local/share/man/man3/libcurl-multi.3'
 /usr/bin/install -c -m 644 './libcurl-share.3'
'/usr/local/share/man/man3/libcurl-share.3'
 /usr/bin/install -c -m 644 './libcurl-errors.3'
'/usr/local/share/man/man3/libcurl-errors.3'
 /usr/bin/install -c -m 644 './curl_easy_strerror.3'
'/usr/local/share/man/man3/curl_easy_strerror.3'
 /usr/bin/install -c -m 644 './curl_multi_strerror.3'
'/usr/local/share/man/man3/curl_multi_strerror.3'
 /usr/bin/install -c -m 644 './curl_share_strerror.3'
'/usr/local/share/man/man3/curl_share_strerror.3'
 /usr/bin/install -c -m 644 './curl_global_init_mem.3'
'/usr/local/share/man/man3/curl_global_init_mem.3'
 /usr/bin/install -c -m 644 './libcurl-tutorial.3'
'/usr/local/share/man/man3/libcurl-tutorial.3'
 /usr/bin/install -c -m 644 './curl_easy_reset.3'
'/usr/local/share/man/man3/curl_easy_reset.3'
 /usr/bin/install -c -m 644 './curl_easy_escape.3'
'/usr/local/share/man/man3/curl_easy_escape.3'
 /usr/bin/install -c -m 644 './curl_easy_unescape.3'
'/usr/local/share/man/man3/curl_easy_unescape.3'
 /usr/bin/install -c -m 644 './curl_multi_setopt.3'
'/usr/local/share/man/man3/curl_multi_setopt.3'
 /usr/bin/install -c -m 644 './curl_multi_socket.3'
'/usr/local/share/man/man3/curl_multi_socket.3'
 /usr/bin/install -c -m 644 './curl_multi_timeout.3'
'/usr/local/share/man/man3/curl_multi_timeout.3'
 /usr/bin/install -c -m 644 './curl_formget.3'
'/usr/local/share/man/man3/curl_formget.3'
 /usr/bin/install -c -m 644 './curl_multi_assign.3'
'/usr/local/share/man/man3/curl_multi_assign.3'
 /usr/bin/install -c -m 644 './curl_easy_pause.3'
'/usr/local/share/man/man3/curl_easy_pause.3'
 /usr/bin/install -c -m 644 './curl_easy_recv.3'
'/usr/local/share/man/man3/curl_easy_recv.3'
 /usr/bin/install -c -m 644 './curl_easy_send.3'
'/usr/local/share/man/man3/curl_easy_send.3'
 /usr/bin/install -c -m 644 './curl_multi_socket_action.3'
'/usr/local/share/man/man3/curl_multi_socket_action.3'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man1" || /bin/sh ../mkinstalldirs
"/usr/local/share/man/man1"
 /usr/bin/install -c -m 644 './curl.1' '/usr/local/share/man/man1/curl.1'
 /usr/bin/install -c -m 644 './curl-config.1'
'/usr/local/share/man/man1/curl-config.1'
fried-joe-4:curl-7.21.7 johannesschmidt$ curl --version
curl 7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l
zlib/1.2.3
Protocols: tftp ftp telnet dict ldap http file https ftps
Features: GSS-Negotiate IPv6 Largefile NTLM SSL libz
fried-joe-4:curl-7.21.7 johannesschmidt$

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-08-22