[linux] Re: mislukkende x86_64 libcurl-deve-lib installatie

Wybo Dekker wybo op servalys.nl
Do mei 25 12:52:12 CEST 2006


Julien Michielsenol wrote:
> Heb daarom zelf maar geprobeerd de lib te installeren. De installatie 
> lijkt echter te struikelen over eigen files uit het pakket. In een subdir staan
> ls local/curl-7.15.3/include/curl/
> curl.h     easy.h    Makefile.am  mprintf.h  stdcheaders.h
> curlver.h  Makefile  Makefile.in  multi.h    types.h
> en tijdens het installatieproces zegt hij dat
> /usr/bin/install: `curl.h' and 
> `/home/julien/local/curl-7.15.3/include/curl/curl.h' are the same file
>  /usr/bin/install -c -m 644 'curlver.h' 
> '/home/julien/local/curl-7.15.3/include/curl/curlver.h'
> /usr/bin/install: `curlver.h' and `/home/julien/local/curl-7.15.3/include/curl/c
> urlver.h' are the same file
> 
> en zo nog een paar keer. Heb gezocht naar bestanden met de zelfde naam, 
> en die ook feitelijk gevonden in de boinc-directory. Daar heb ik alle 
> *.h-bestanden omgenoemd naar *.h~, en vervolgens hoopvol een nieuwe 
> make install gegeven, om precies het zelfde resultaat te krijgen.  Het 
> _kan_ toch niet zo zijn dat make erover klaagt dat een zeker eigen bestand het 
> zelfde is als dat zeker eigen bestand. Wat zie ik dan over het hoofd?

Bij mij geen enkel probleem, zie aangehechte log.
Vergelijke eens waar het bij jou gaat afwijken.

-- 
Wybo


-- Attached file included as plaintext by Ecartis --
-- File: curllog

curl-7.15.3>l
CHANGES      RELEASE-NOTES  config.guess    depcomp        ltmain.sh      sample.emacs
COPYING      acinclude.m4   config.sub      docs           maketgz        src
Makefile     aclocal.m4     configure       include        missing        tests
Makefile.am  buildconf      configure.ac    install-sh     mkinstalldirs
Makefile.in  buildconf.bat  curl-config.in  lib            packages
README       compile        curl-style.el   libcurl.pc.in  reconf
curl-7.15.3>autoconf
curl-7.15.3>./configure
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sed... /usr/bin/sed
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking curl version... 7.15.3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... 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... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... (cached) ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if we need -no-undefined... no
checking if we need -mimpure-text... no
checking if we need BUILDING_LIBCURL... no
checking whether make sets $(MAKE)... (cached) yes
checking for windows.h... no
checking for winsock.h... no
checking for winsock2.h... no
checking for ws2tcpip.h... 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 dict... yes
checking whether to support telnet... yes
checking whether to support tftp... yes
checking whether to provide built-in manual... yes
checking for gethostbyname... yes
checking for strcasecmp... yes
checking for connect... yes
checking for dlclose... no
checking for dlopen in -ldl... yes
checking whether to use libgcc... no
checking name of dynamic library ldap... libldap.so
checking name of dynamic library lber... liblber.so
checking for timeGetTime in winmm... no
checking whether to enable ipv6... yes
checking for working getaddrinfo... yes
checking for working NI_WITHSCOPEID... no
checking non-blocking sockets style... O_NONBLOCK
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... /usr/bin/pkg-config
checking OpenSSL options with pkg-config... found
checking for gdi32... no
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 CRYPTO_cleanup_all_ex_data... yes
checking for "/dev/urandom"... yes
checking CA cert bundle install path... /usr/local/share/curl/curl-ca-bundle.crt
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 whether to build with libidn... yes
checking for idna_to_ascii_lz in -lidn... yes
checking for idn_free... yes
checking for idna_strerror... no
checking for tld_strerror... no
checking idn-free.h usability... yes
checking idn-free.h presence... yes
checking for idn-free.h... yes
checking tld.h usability... yes
checking tld.h presence... yes
checking for tld.h... yes
checking AIX 4.3 or later... no
checking for inet_ntoa_r... no
checking for localtime_r... yes
checking whether localtime_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r is declared... yes
checking for a glibc strerror_r API... yes
checking if gmtime_r exists and works... yes
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/ioctl.h... yes
checking for assert.h... yes
checking for unistd.h... (cached) yes
checking for malloc.h... 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 netinet/tcp.h... yes
checking for netdb.h... yes
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking for sys/param.h... yes
checking for termios.h... yes
checking for termio.h... yes
checking for sgtty.h... yes
checking for fcntl.h... yes
checking for dlfcn.h... (cached) yes
checking for alloca.h... yes
checking for time.h... 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 sys/resource.h... yes
checking for libgen.h... yes
checking for locale.h... yes
checking for errno.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... no
checking for setjmp.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for curl_off_t... yes
checking size of curl_off_t... 8
checking for size_t... (cached) yes
checking size of size_t... 4
checking for long... yes
checking size of long... 4
checking for time_t... yes
checking size of time_t... 4
checking for long long... yes
checking if numberLL works... yes
checking for ssize_t... yes
checking for socklen_t... yes
checking for in_addr_t... yes
checking for struct sockaddr_storage... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for strtoll... yes
checking for socket... yes
checking for select... yes
checking for strdup... yes
checking for strstr... yes
checking for strtok_r... yes
checking for uname... yes
checking for strcasecmp... (cached) yes
checking for stricmp... no
checking deeper for stricmp... but still no
checking for strcmpi... no
checking deeper for strcmpi... but still no
checking for gethostbyaddr... yes
checking for gettimeofday... yes
checking for inet_addr... yes
checking for inet_ntoa... yes
checking for inet_pton... yes
checking for perror... yes
checking for closesocket... no
checking deeper for closesocket... but still no
checking for siginterrupt... yes
checking for sigaction... yes
checking for signal... yes
checking for getpass_r... no
checking deeper for getpass_r... but still no
checking for strlcat... no
checking deeper for strlcat... but still no
checking for getpwuid... yes
checking for geteuid... yes
checking for dlopen... yes
checking for utime... yes
checking for sigsetjmp... no
checking deeper for sigsetjmp... but still no
checking for basename... yes
checking for setlocale... yes
checking for ftruncate... yes
checking for pipe... yes
checking for poll... yes
checking for getprotobyname... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for sigsetjmp defined as macro... yes
checking whether basename is declared... yes
checking whether inet_pton is declared... 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,size_t,unsigned int
checking if we are Mac OS X (to disable poll)... no
checking if poll works with NULL inputs... yes
checking for perl... /usr/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 ares... no
checking whether to enable verbose strings... yes
checking whether to enable SSPI support (win32 builds only)... no
checking whether to enable debug options... no
checking whether to enable cryptographic authentication methods... yes
checking whether to enable support for cookies... yes
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 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/DOS/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 curl-config
config.status: creating libcurl.pc
config.status: creating lib/config.h
config.status: creating src/config.h
config.status: executing depfiles commands
configure: Configured to build curl/libcurl:

  curl version:    7.15.3
  Host setup:      i686-pc-linux-gnu
  Install prefix:  /usr/local
  Compiler:        gcc
  SSL support:     enabled (OpenSSL)
  zlib support:    enabled
  krb4 support:    no      (--with-krb4*)
  GSSAPI support:  no      (--with-gssapi)
  SPNEGO support:  no      (--with-spnego)
  c-ares support:  no      (--enable-ares)
  ipv6 support:    enabled
  IDN support:     enabled
  Build libcurl:   Shared=yes, Static=yes
  Built-in manual: enabled
  Verbose errors:  enabled (--disable-verbose)
  SSPI support:    no      (--enable-sspi)
  ca cert path:    /usr/local/share/curl/curl-ca-bundle.crt

curl-7.15.3>make
Making all in lib
make[1]: Entering directory `/home/wybo/Downloads/curl-7.15.3/lib'
echo "/* This file is generated automatically */" > ../lib/ca-bundle.h
echo '#define CURL_CA_BUNDLE "/usr/local/share/curl/curl-ca-bundle.crt"' >> ../lib/ca-bundle.h
make  all-am
make[2]: Entering directory `/home/wybo/Downloads/curl-7.15.3/lib'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib    -g -O2 -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
mkdir .libs
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c  -fPIC -DPIC -o .libs/file.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT timeval.lo -MD -MP -MF .deps/timeval.Tpo -c timeval.c  -fPIC -DPIC -o .libs/timeval.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c  -fPIC -DPIC -o .libs/base64.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT hostip.lo -MD -MP -MF .deps/hostip.Tpo -c hostip.c  -fPIC -DPIC -o .libs/hostip.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT progress.lo -MD -MP -MF .deps/progress.Tpo -c progress.c  -fPIC -DPIC -o .libs/progress.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT formdata.lo -MD -MP -MF .deps/formdata.Tpo -c formdata.c  -fPIC -DPIC -o .libs/formdata.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c cookie.c  -fPIC -DPIC -o .libs/cookie.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c  -fPIC -DPIC -o .libs/http.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT sendf.lo -MD -MP -MF .deps/sendf.Tpo -c sendf.c  -fPIC -DPIC -o .libs/sendf.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT ftp.lo -MD -MP -MF .deps/ftp.Tpo -c ftp.c  -fPIC -DPIC -o .libs/ftp.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c  -fPIC -DPIC -o .libs/url.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c  -fPIC -DPIC -o .libs/dict.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT if2ip.lo -MD -MP -MF .deps/if2ip.Tpo -c if2ip.c  -fPIC -DPIC -o .libs/if2ip.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT speedcheck.lo -MD -MP -MF .deps/speedcheck.Tpo -c speedcheck.c  -fPIC -DPIC -o .libs/speedcheck.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT ldap.lo -MD -MP -MF .deps/ldap.Tpo -c ldap.c  -fPIC -DPIC -o .libs/ldap.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT ssluse.lo -MD -MP -MF .deps/ssluse.Tpo -c ssluse.c  -fPIC -DPIC -o .libs/ssluse.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c  -fPIC -DPIC -o .libs/version.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT getenv.lo -MD -MP -MF .deps/getenv.Tpo -c getenv.c  -fPIC -DPIC -o .libs/getenv.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT escape.lo -MD -MP -MF .deps/escape.Tpo -c escape.c  -fPIC -DPIC -o .libs/escape.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT mprintf.lo -MD -MP -MF .deps/mprintf.Tpo -c mprintf.c  -fPIC -DPIC -o .libs/mprintf.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT telnet.lo -MD -MP -MF .deps/telnet.Tpo -c telnet.c  -fPIC -DPIC -o .libs/telnet.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT netrc.lo -MD -MP -MF .deps/netrc.Tpo -c netrc.c  -fPIC -DPIC -o .libs/netrc.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT getinfo.lo -MD -MP -MF .deps/getinfo.Tpo -c getinfo.c  -fPIC -DPIC -o .libs/getinfo.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c transfer.c  -fPIC -DPIC -o .libs/transfer.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT strequal.lo -MD -MP -MF .deps/strequal.Tpo -c strequal.c  -fPIC -DPIC -o .libs/strequal.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT easy.lo -MD -MP -MF .deps/easy.Tpo -c easy.c  -fPIC -DPIC -o .libs/easy.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT security.lo -MD -MP -MF .deps/security.Tpo -c security.c  -fPIC -DPIC -o .libs/security.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT krb4.lo -MD -MP -MF .deps/krb4.Tpo -c krb4.c  -fPIC -DPIC -o .libs/krb4.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT memdebug.lo -MD -MP -MF .deps/memdebug.Tpo -c memdebug.c  -fPIC -DPIC -o .libs/memdebug.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT http_chunks.lo -MD -MP -MF .deps/http_chunks.Tpo -c http_chunks.c  -fPIC -DPIC -o .libs/http_chunks.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT strtok.lo -MD -MP -MF .deps/strtok.Tpo -c strtok.c  -fPIC -DPIC -o .libs/strtok.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.c  -fPIC -DPIC -o .libs/connect.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT llist.lo -MD -MP -MF .deps/llist.Tpo -c llist.c  -fPIC -DPIC -o .libs/llist.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c  -fPIC -DPIC -o .libs/hash.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT multi.lo -MD -MP -MF .deps/multi.Tpo -c multi.c  -fPIC -DPIC -o .libs/multi.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT content_encoding.lo -MD -MP -MF .deps/content_encoding.Tpo -c content_encoding.c  -fPIC -DPIC -o .libs/content_encoding.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT share.lo -MD -MP -MF .deps/share.Tpo -c share.c  -fPIC -DPIC -o .libs/share.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT http_digest.lo -MD -MP -MF .deps/http_digest.Tpo -c http_digest.c  -fPIC -DPIC -o .libs/http_digest.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/md5.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT http_negotiate.lo -MD -MP -MF .deps/http_negotiate.Tpo -c http_negotiate.c  -fPIC -DPIC -o .libs/http_negotiate.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT http_ntlm.lo -MD -MP -MF .deps/http_ntlm.Tpo -c http_ntlm.c  -fPIC -DPIC -o .libs/http_ntlm.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT inet_pton.lo -MD -MP -MF .deps/inet_pton.Tpo -c inet_pton.c  -fPIC -DPIC -o .libs/inet_pton.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT strtoofft.lo -MD -MP -MF .deps/strtoofft.Tpo -c strtoofft.c  -fPIC -DPIC -o .libs/strtoofft.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c  -fPIC -DPIC -o .libs/strerror.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -MT hostares.lo -MD -MP -MF ".deps/hostares.Tpo" -c -o hostares.lo hostares.c; \
then mv -f ".deps/hostares.Tpo" ".deps/hostares.Plo"; else rm -f ".deps/hostares.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT hostares.lo -MD -MP -MF .deps/hostares.Tpo -c hostares.c  -fPIC -DPIC -o .libs/hostares.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT hostares.lo -MD -MP -MF .deps/hostares.Tpo -c hostares.c -o hostares.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT hostasyn.lo -MD -MP -MF .deps/hostasyn.Tpo -c hostasyn.c  -fPIC -DPIC -o .libs/hostasyn.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT hostip4.lo -MD -MP -MF .deps/hostip4.Tpo -c hostip4.c  -fPIC -DPIC -o .libs/hostip4.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT hostip6.lo -MD -MP -MF .deps/hostip6.Tpo -c hostip6.c  -fPIC -DPIC -o .libs/hostip6.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT hostsyn.lo -MD -MP -MF .deps/hostsyn.Tpo -c hostsyn.c  -fPIC -DPIC -o .libs/hostsyn.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -MT hostthre.lo -MD -MP -MF ".deps/hostthre.Tpo" -c -o hostthre.lo hostthre.c; \
then mv -f ".deps/hostthre.Tpo" ".deps/hostthre.Plo"; else rm -f ".deps/hostthre.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT hostthre.lo -MD -MP -MF .deps/hostthre.Tpo -c hostthre.c  -fPIC -DPIC -o .libs/hostthre.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT hostthre.lo -MD -MP -MF .deps/hostthre.Tpo -c hostthre.c -o hostthre.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT inet_ntop.lo -MD -MP -MF .deps/inet_ntop.Tpo -c inet_ntop.c  -fPIC -DPIC -o .libs/inet_ntop.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT parsedate.lo -MD -MP -MF .deps/parsedate.Tpo -c parsedate.c  -fPIC -DPIC -o .libs/parsedate.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c  -fPIC -DPIC -o .libs/select.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT gtls.lo -MD -MP -MF .deps/gtls.Tpo -c gtls.c  -fPIC -DPIC -o .libs/gtls.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT sslgen.lo -MD -MP -MF .deps/sslgen.Tpo -c sslgen.c  -fPIC -DPIC -o .libs/sslgen.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -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 -I../lib -I../lib    -g -O2 -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
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT tftp.lo -MD -MP -MF .deps/tftp.Tpo -c tftp.c  -fPIC -DPIC -o .libs/tftp.o
 gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT tftp.lo -MD -MP -MF .deps/tftp.Tpo -c tftp.c -o tftp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2   -o libcurl.la -rpath /usr/local/lib  -version-info 3:0:0  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 memdebug.lo http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo content_encoding.lo share.lo http_digest.lo md5.lo http_negotiate.lo http_ntlm.lo inet_pton.lo strtoofft.lo strerror.lo hostares.lo hostasyn.lo hostip4.lo hostip6.lo hostsyn.lo hostthre.lo inet_ntop.lo parsedate.lo select.lo gtls.lo sslgen.lo tftp.lo   -lidn -lssl -lcrypto -ldl  -lssl -lcrypto -ldl   -lz
gcc -shared  .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/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/md5.o .libs/http_negotiate.o .libs/http_ntlm.o .libs/inet_pton.o .libs/strtoofft.o .libs/strerror.o .libs/hostares.o .libs/hostasyn.o .libs/hostip4.o .libs/hostip6.o .libs/hostsyn.o .libs/hostthre.o .libs/inet_ntop.o .libs/parsedate.o .libs/select.o .libs/gtls.o .libs/sslgen.o .libs/tftp.o  /usr/lib/libidn.so -lssl -lcrypto -ldl -lz  -Wl,-soname -Wl,libcurl.so.3 -o .libs/libcurl.so.3.0.0
(cd .libs && rm -f libcurl.so.3 && ln -s libcurl.so.3.0.0 libcurl.so.3)
(cd .libs && rm -f libcurl.so && ln -s libcurl.so.3.0.0 libcurl.so)
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 memdebug.o http_chunks.o strtok.o connect.o llist.o hash.o multi.o content_encoding.o share.o http_digest.o md5.o http_negotiate.o http_ntlm.o inet_pton.o strtoofft.o strerror.o hostares.o hostasyn.o hostip4.o hostip6.o hostsyn.o hostthre.o inet_ntop.o parsedate.o select.o gtls.o sslgen.o tftp.o
ranlib .libs/libcurl.a
creating libcurl.la
(cd .libs && rm -f libcurl.la && ln -s ../libcurl.la libcurl.la)
make[2]: Leaving directory `/home/wybo/Downloads/curl-7.15.3/lib'
make[1]: Leaving directory `/home/wybo/Downloads/curl-7.15.3/lib'
Making all in src
make[1]: Entering directory `/home/wybo/Downloads/curl-7.15.3/src'
make  all-am
make[2]: Entering directory `/home/wybo/Downloads/curl-7.15.3/src'
if gcc -DHAVE_CONFIG_H  -I../src -I../include -I../src -I../lib    -g -O2 -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../src -I../include -I../src -I../lib    -g -O2 -MT hugehelp.o -MD -MP -MF ".deps/hugehelp.Tpo" -c -o hugehelp.o hugehelp.c; \
then mv -f ".deps/hugehelp.Tpo" ".deps/hugehelp.Po"; else rm -f ".deps/hugehelp.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H  -I../src -I../include -I../src -I../lib    -g -O2 -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../src -I../include -I../src -I../lib    -g -O2 -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../src -I../include -I../src -I../lib    -g -O2 -MT writeenv.o -MD -MP -MF ".deps/writeenv.Tpo" -c -o writeenv.o writeenv.c; \
then mv -f ".deps/writeenv.Tpo" ".deps/writeenv.Po"; else rm -f ".deps/writeenv.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H  -I../src -I../include -I../src -I../lib    -g -O2 -MT getpass.o -MD -MP -MF ".deps/getpass.Tpo" -c -o getpass.o getpass.c; \
then mv -f ".deps/getpass.Tpo" ".deps/getpass.Po"; else rm -f ".deps/getpass.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H  -I../src -I../include -I../src -I../lib    -g -O2 -MT homedir.o -MD -MP -MF ".deps/homedir.Tpo" -c -o homedir.o homedir.c; \
then mv -f ".deps/homedir.Tpo" ".deps/homedir.Po"; else rm -f ".deps/homedir.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H  -I../src -I../include -I../src -I../lib    -g -O2 -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../src -I../include -I../src -I../lib    -g -O2 -MT timeval.o -MD -MP -MF ".deps/timeval.Tpo" -c -o timeval.o `test -f '../lib/timeval.c' || echo './'`../lib/timeval.c; \
then mv -f ".deps/timeval.Tpo" ".deps/timeval.Po"; else rm -f ".deps/timeval.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2   -o curl  main.o hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o strtoofft.o timeval.o  ../lib/libcurl.la -lidn -lssl -lcrypto -ldl  -lssl -lcrypto -ldl   -lz
mkdir .libs
gcc -g -O2 -o .libs/curl main.o hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o strtoofft.o timeval.o  ../lib/.libs/libcurl.so /usr/lib/libidn.so -lssl -lcrypto -ldl -lz
creating curl
make[2]: Leaving directory `/home/wybo/Downloads/curl-7.15.3/src'
make[1]: Leaving directory `/home/wybo/Downloads/curl-7.15.3/src'
make[1]: Entering directory `/home/wybo/Downloads/curl-7.15.3'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/wybo/Downloads/curl-7.15.3'
curl-7.15.3>





More information about the Linux mailing list