Console Output

Started by user Travis Burtrum
Looking up repository moparisthebest/static-curl
Querying the current revision of branch master...
Current revision of branch master is 78abf9e15ccbe417726328aa6c8e2d543eab7cbd
Obtained .ci/Jenkinsfile from 78abf9e15ccbe417726328aa6c8e2d543eab7cbd
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/oparisthebest_static-curl_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
My branch is: master
[Pipeline] checkout
The recommended git tool is: NONE
using credential c6ea0d71-5fe1-48ba-ad49-f6dd0c20363a
Cloning the remote Git repository
Cloning repository https://code.moparisthebest.com/moparisthebest/static-curl.git
 > git init /var/lib/jenkins/workspace/oparisthebest_static-curl_master # timeout=10
Fetching upstream changes from https://code.moparisthebest.com/moparisthebest/static-curl.git
 > git --version # timeout=10
 > git --version # 'git version 2.35.1'
using GIT_ASKPASS to set credentials jenkins @ code.moparisthebest.com
 > git fetch --tags --force --progress -- https://code.moparisthebest.com/moparisthebest/static-curl.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://code.moparisthebest.com/moparisthebest/static-curl.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 78abf9e15ccbe417726328aa6c8e2d543eab7cbd (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 78abf9e15ccbe417726328aa6c8e2d543eab7cbd # timeout=10
Commit message: "curl 8.0.1 - Happy 25th Birthday!"
 > git rev-list --no-walk 16d6464e9ed62818c9a9349936adf514987d07d4 # timeout=10
[Gitea] Notifying branch build status: PENDING Build started...
[Gitea] Notified
[Pipeline] sh
+ set -euxo pipefail
+ git checkout master --
Switched to a new branch 'master'
branch 'master' set up to track 'origin/master'.
+ git reset --hard origin/master
HEAD is now at 78abf9e curl 8.0.1 - Happy 25th Birthday!
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build + Deploy)
[Pipeline] sh
+ curl --compressed -sL https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/build-ci.sh
+ bash -s -- -l c -b ./build.sh
build-ci.sh: BUILD_LANG=c RELEASE_SCRIPT=.ci/release.sh BUILD_SCRIPT=./build.sh remaining args:
+ mkdir -p bin
+ cd bin
+ curl --compressed -sL -O https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/ci-release-helper.sh -O https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/c/build.sh
+ chmod +x ci-release-helper.sh build.sh
+ cd ..
++ pwd
+ export PATH=/var/lib/jenkins/workspace/oparisthebest_static-curl_master/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
+ PATH=/var/lib/jenkins/workspace/oparisthebest_static-curl_master/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
+ export BRANCH_NAME=master
+ BRANCH_NAME=master
+ export BUILD_UID=971
+ BUILD_UID=971
++ id -g
+ export BUILD_GID=971
+ BUILD_GID=971
+ build.sh ./build.sh
+ BUILD_SCRIPT=./build.sh
+ shift
+ '[' '' == ./build.sh ']'
+ '[' ./build.sh == docker-chown ']'
+ docker_build amd64 alpine ./build.sh
+ export ARCH=amd64
+ ARCH=amd64
+ shift
+ DOCKER_IMAGE=alpine
+ shift
++ id -g
++ pwd
++ id -g
+ docker run --rm -e ARCH -e BRANCH_NAME -e BUILD_UID=971 -e BUILD_GID=971 -v /var/lib/jenkins/workspace/oparisthebest_static-curl_master:/tmp -w /tmp alpine sh -c 'umask a=rwx; "$@"; exit=$?; chown -R '\''971:971'\'' /tmp; exit $exit' -- ./build.sh
+ '[' '!' -f curl-8.0.1.tar.gz ]
+ apk add gnupg
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
(1/31) Installing libgpg-error (1.45-r0)
(2/31) Installing libassuan (2.5.5-r0)
(3/31) Installing libcap (2.64-r0)
(4/31) Installing ncurses-terminfo-base (6.3_p20220521-r0)
(5/31) Installing ncurses-libs (6.3_p20220521-r0)
(6/31) Installing pinentry (1.2.0-r0)
Executing pinentry-1.2.0-r0.post-install
(7/31) Installing libgcrypt (1.10.1-r0)
(8/31) Installing gnupg-gpgconf (2.2.35-r4)
(9/31) Installing libbz2 (1.0.8-r1)
(10/31) Installing sqlite-libs (3.38.5-r0)
(11/31) Installing gpg (2.2.35-r4)
(12/31) Installing npth (1.6-r1)
(13/31) Installing gpg-agent (2.2.35-r4)
(14/31) Installing gpg-wks-server (2.2.35-r4)
(15/31) Installing libksba (1.6.3-r0)
(16/31) Installing gpgsm (2.2.35-r4)
(17/31) Installing gpgv (2.2.35-r4)
(18/31) Installing gmp (6.2.1-r2)
(19/31) Installing nettle (3.7.3-r0)
(20/31) Installing libffi (3.4.2-r1)
(21/31) Installing p11-kit (0.24.1-r0)
(22/31) Installing libtasn1 (4.18.0-r1)
(23/31) Installing libunistring (1.0-r0)
(24/31) Installing gnutls (3.7.7-r1)
(25/31) Installing gdbm (1.23-r0)
(26/31) Installing libsasl (2.1.28-r1)
(27/31) Installing libldap (2.6.3-r3)
(28/31) Installing gnupg-dirmngr (2.2.35-r4)
(29/31) Installing gnupg-utils (2.2.35-r4)
(30/31) Installing gnupg-wks-client (2.2.35-r4)
(31/31) Installing gnupg (2.2.35-r4)
Executing busybox-1.35.0-r15.trigger
OK: 20 MiB in 45 packages
+ wget https://curl.haxx.se/download/curl-8.0.1.tar.gz https://curl.haxx.se/download/curl-8.0.1.tar.gz.asc
Connecting to curl.haxx.se (146.75.122.49:443)
Connecting to curl.se (151.101.193.91:443)
saving to 'curl-8.0.1.tar.gz'
curl-8.0.1.tar.gz    100% |********************************| 4189k  0:00:00 ETA
'curl-8.0.1.tar.gz' saved
Connecting to curl.haxx.se (146.75.122.49:443)
Connecting to curl.se (151.101.65.91:443)
saving to 'curl-8.0.1.tar.gz.asc'
curl-8.0.1.tar.gz.as 100% |********************************|   488  0:00:00 ETA
'curl-8.0.1.tar.gz.asc' saved
+ gpg --no-default-keyring --yes -o ./curl.gpg --dearmor mykey.asc
+ gpg --no-default-keyring --keyring ./curl.gpg --verify curl-8.0.1.tar.gz.asc
gpg: assuming signed data in 'curl-8.0.1.tar.gz'
gpg: Signature made Mon Mar 20 13:54:58 2023 UTC
gpg:                using RSA key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
gpg: directory '/root/.gnupg' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: Good signature from "Daniel Stenberg <daniel@haxx.se>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 27ED EAF2 2F3A BCEB 50DB  9A12 5CC9 08FD B71E 12C2
+ rm -rf curl-8.0.1/
+ tar xzf curl-8.0.1.tar.gz
+ cd curl-8.0.1/
+ apk add build-base clang openssl-dev nghttp2-dev nghttp2-static libssh2-dev libssh2-static
(1/36) Upgrading musl (1.2.3-r0 -> 1.2.3-r2)
(2/36) Upgrading libcrypto1.1 (1.1.1q-r0 -> 1.1.1t-r0)
(3/36) Upgrading libssl1.1 (1.1.1q-r0 -> 1.1.1t-r0)
(4/36) Upgrading zlib (1.2.12-r1 -> 1.2.12-r3)
(5/36) Installing libgcc (11.2.1_git20220219-r2)
(6/36) Installing libstdc++ (11.2.1_git20220219-r2)
(7/36) Installing binutils (2.38-r3)
(8/36) Installing libmagic (5.41-r0)
(9/36) Installing file (5.41-r0)
(10/36) Installing libgomp (11.2.1_git20220219-r2)
(11/36) Installing libatomic (11.2.1_git20220219-r2)
(12/36) Installing isl22 (0.22-r0)
(13/36) Installing mpfr4 (4.1.0-r0)
(14/36) Installing mpc1 (1.2.1-r0)
(15/36) Installing gcc (11.2.1_git20220219-r2)
(16/36) Installing musl-dev (1.2.3-r2)
(17/36) Installing libc-dev (0.7.2-r3)
(18/36) Installing g++ (11.2.1_git20220219-r2)
(19/36) Installing make (4.3-r0)
(20/36) Installing fortify-headers (1.1-r1)
(21/36) Installing patch (2.7.6-r7)
(22/36) Installing build-base (0.5-r3)
(23/36) Installing xz-libs (5.2.5-r1)
(24/36) Installing libxml2 (2.9.14-r2)
(25/36) Installing llvm13-libs (13.0.1-r2)
(26/36) Installing clang-libs (13.0.1-r1)
(27/36) Installing clang (13.0.1-r1)
(28/36) Installing libssh2 (1.10.0-r2)
(29/36) Installing pkgconf (1.8.1-r0)
(30/36) Installing openssl-dev (1.1.1t-r0)
(31/36) Installing zlib-dev (1.2.12-r3)
(32/36) Installing libssh2-dev (1.10.0-r2)
(33/36) Installing libssh2-static (1.10.0-r2)
(34/36) Installing nghttp2-libs (1.47.0-r0)
(35/36) Installing nghttp2-dev (1.47.0-r0)
(36/36) Installing nghttp2-static (1.47.0-r0)
Executing busybox-1.35.0-r15.trigger
OK: 426 MiB in 77 packages
+ apk add openssl-libs-static zlib-static
(1/2) Installing openssl-libs-static (1.1.1t-r0)
(2/2) Installing zlib-static (1.2.12-r3)
OK: 443 MiB in 79 packages
+ export 'CC=clang'
+ LDFLAGS=-static PKG_CONFIG='pkg-config --static' ./configure --disable-shared --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets --with-ssl --with-libssh2
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
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 hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking whether to disable dependency on -lrt... (assumed no)
checking whether to enable ECH support... no
checking for path separator... :
checking for sed... /bin/sed
checking for grep... /bin/grep
checking that grep -E works... yes
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... clang
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 the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking how to run the C preprocessor... clang -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of clang... gcc3
checking curl version... 8.0.1
checking for httpd... no
checking for apache2... no
checking for apachectl... no
checking for apxs... no
configure: httpd/apache2 not in PATH, httpd tests disabled
configure: apxs not in PATH, httpd tests disabled
checking for nghttpx... no
checking for caddy... no
checking build system type... x86_64-pc-linux-musl
checking host system type... x86_64-pc-linux-musl
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... /bin/grep -E
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 how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking how to convert x86_64-pc-linux-musl file names to x86_64-pc-linux-musl format... func_convert_file_noop
checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... 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... no
checking whether to build static libraries... yes
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... no
checking whether to build shared libraries with -mimpure-text... no
checking whether to build shared libraries with PIC... yes
checking whether to build static libraries with PIC... yes
checking whether to build shared libraries only... no
checking whether to build static libraries only... yes
checking for windres... no
checking for inline... inline
checking if cpp -P is needed... no
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... yes
checking if compiler is xlclang... no
checking if compiler is GNU C... no
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 accepts some basic options... yes
configure: compiler options added: -Qunused-arguments -Wno-pointer-bool-conversion 
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 halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
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 build target supports WIN32 crypto API... no
checking for good-to-use Darwin CFLAGS... no
checking whether to link macOS CoreFoundation and SystemConfiguration framework... no
checking to see if the compiler supports __builtin_available()... yes
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... no
checking whether to support ldaps... no
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 smb... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to support mqtt... no
checking whether to provide built-in manual... yes
checking whether to enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for proto/bsdsocket.h... no
checking for connect in libraries... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for zlib options with pkg-config... found
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... no
checking for brotli/decode.h... no
checking for ZSTD_createDStream in -lzstd... no
checking for zstd.h... 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 GSS-API support is requested... no
checking whether to enable Windows native SSL/TLS... no
checking whether to enable Secure Transport... no
checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -ldl -pthread -lcrypto -ldl -pthread "
configure: pkg-config: SSL_LDFLAGS: ""
configure: pkg-config: SSL_CPPFLAGS: ""
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking for openssl/x509.h... yes
checking for openssl/rsa.h... yes
checking for openssl/crypto.h... yes
checking for openssl/pem.h... yes
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for RAND_egd... no
checking for BoringSSL... no
checking for libressl... no
checking for OpenSSL >= v3... no
checking for "/dev/urandom"... yes
checking for SRP support in OpenSSL... yes
configure: built with one SSL backend
checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
checking whether to use builtin CA store of SSL library... no
checking for library containing psl_builtin... no
configure: WARNING: libpsl was not found
checking for library containing gsasl_init... no
configure: WARNING: libgsasl was not found
checking for libssh2 options with pkg-config... found
checking for libssh2_session_block_directions in -lssh2... yes
checking for libssh2.h... yes
configure: Added /lib to CURL_LIBRARY_PATH
checking for RTMP_Init in -lrtmp... no
checking whether versioned symbols are wanted... no
checking whether to enable Windows native IDN (Windows native builds only)... no
checking whether to build with libidn2... (assumed) yes
checking for libidn2 options with pkg-config... no
configure: IDN_LIBS: "-lidn2"
configure: IDN_LDFLAGS: ""
configure: IDN_CPPFLAGS: ""
configure: IDN_DIR: ""
checking if idn2_lookup_ul can be linked... no
checking for idn2.h... no
configure: WARNING: Cannot find libraries for IDN support: IDN disabled
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2 
configure: -I is 
configure: -L is 
checking for nghttp2_session_set_local_window_size in -lnghttp2... yes
checking for nghttp2/nghttp2.h... yes
configure: Added  to CURL_LIBRARY_PATH
checking for fish options with pkg-config... no
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 unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for netinet/in6.h... no
checking for sys/un.h... yes
checking for linux/tcp.h... no
checking for netinet/tcp.h... yes
checking for netinet/udp.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... no
checking for fcntl.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 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 stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... no
checking for sys/wait.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 for sys/types.h... (cached) yes
checking for sys/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... 8
checking size of int... 4
checking size of time_t... 8
checking size of off_t... 8
checking size of curl_off_t... 8
checking for long long... yes
checking for ssize_t... yes
checking for bool... yes
checking for sa_family_t... yes
checking for suseconds_t... yes
checking if time_t is unsigned... no
checking for sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) 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 for select... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... yes
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 for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
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 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 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/xattr.h... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 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 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... yes
checking if gethostbyname_r is prototyped... yes
checking if gethostbyname_r takes 3 args.... no
checking if gethostbyname_r takes 5 args.... no
checking if gethostbyname_r takes 6 args.... yes
checking if gethostbyname_r is compilable... yes
checking if gethostbyname_r usage allowed... yes
checking if gethostbyname_r might be used... yes
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking for gethostname arg 2 data type... size_t
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getpeername can be linked... yes
checking if getpeername is prototyped... yes
checking if getpeername is compilable... yes
checking if getpeername usage allowed... yes
checking if getpeername might be used... yes
checking if getsockname can be linked... yes
checking if getsockname is prototyped... yes
checking if getsockname is compilable... yes
checking if getsockname usage allowed... yes
checking if getsockname might be used... yes
checking for net/if.h... (cached) yes
checking if if_nametoindex can be linked... yes
checking if if_nametoindex is prototyped... yes
checking if if_nametoindex is compilable... yes
checking if if_nametoindex usage allowed... yes
checking if if_nametoindex 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 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 for sys/types.h... (cached) yes
checking for sys/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_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 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 memrchr can be linked... yes
checking if memrchr is prototyped... no
checking if memrchr might be used... no
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... yes
checking if poll might be used... yes
checking for sys/types.h... (cached) yes
checking for signal.h... 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 socketpair can be linked... yes
checking if socketpair is prototyped... yes
checking if socketpair is compilable... yes
checking if socketpair usage allowed... yes
checking if socketpair 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 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 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 clang options needed to detect all undeclared functions... -fno-builtin
checking whether getpwuid_r is declared... yes
checking for fnmatch... yes
checking for fchmod... 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 getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for mach_absolute_time... no
checking deeper for mach_absolute_time... but still no
checking for pipe... yes
checking for sched_yield... yes
checking for sendmsg... yes
checking for setlocale... yes
checking for setmode... no
checking deeper for setmode... but still no
checking for setrlimit... yes
checking for snprintf... yes
checking for utime... yes
checking for utimes... yes
checking for arc4random... no
checking deeper for arc4random... but still no
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... no
checking for gnroff... no
checking for nroff... no
configure: WARNING: disabling built-in manual
checking whether to enable the threaded resolver... yes
checking whether to use POSIX threads for threaded resolver... auto
checking for pthread.h... yes
checking for pthread_create... yes
checking convert -I options to -isystem... yes
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 support NTLM... yes
checking whether to enable NTLM delegation to winbind's helper... yes
checking whether to enable TLS-SRP authentication... yes
checking whether to enable Unix domain sockets... yes
checking for struct sockaddr_un.sun_path... yes
checking whether to support cookies... yes
checking whether to support socketpair... yes
checking whether to support HTTP authentication... yes
checking whether to support DoH... yes
checking whether to support the MIME API... yes
checking whether to support date parsing... yes
checking whether to support netrc parsing... yes
checking whether to support progress-meter... yes
checking whether to support DNS shuffling... yes
checking whether to support curl_easy_option*... yes
checking whether to support alt-svc... yes
checking whether to support headers-api... yes
checking whether to support HSTS... yes
checking for SSL_set0_wbio... yes
checking whether to support WebSockets... no
checking whether hiding of library internal symbols will actually happen... yes
configure: using LIBS: -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz
configure: LIBS note: LIBS should only be used to specify libraries (-lname).
configure: WARNING: Continuing even with errors mentioned immediately above this line.
checking that generated files are newer than configure... done
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 docs/libcurl/opts/Makefile
config.status: creating docs/cmdline-opts/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 scripts/Makefile
config.status: creating lib/libcurl.vers
config.status: creating lib/libcurl.plist
config.status: creating tests/Makefile
config.status: creating tests/config
config.status: creating tests/certs/Makefile
config.status: creating tests/certs/scripts/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 tests/http/config.ini
config.status: creating tests/http/Makefile
config.status: creating packages/Makefile
config.status: creating packages/vms/Makefile
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/curl_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Configured to build curl/libcurl:

  Host setup:       x86_64-pc-linux-musl
  Install prefix:   /usr/local
  Compiler:         clang
   CFLAGS:          -Qunused-arguments -Wno-pointer-bool-conversion -O2
   CPPFLAGS:        
   LDFLAGS:         -static -L/lib -L/lib
   LIBS:            -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz

  curl version:     8.0.1
  SSL:              enabled (OpenSSL)
  SSH:              enabled (libSSH2)
  zlib:             enabled
  brotli:           no      (--with-brotli)
  zstd:             no      (--with-zstd)
  GSS-API:          no      (--with-gssapi)
  GSASL:            no      (libgsasl not found)
  TLS-SRP:          enabled
  resolver:         POSIX threaded
  IPv6:             enabled
  Unix sockets:     enabled
  IDN:              no      (--with-{libidn2,winidn})
  Build libcurl:    Shared=no, Static=yes
  Built-in manual:  no      (--enable-manual)
  --libcurl option: enabled (--disable-libcurl-option)
  Verbose errors:   enabled (--disable-verbose)
  Code coverage:    disabled
  SSPI:             no      (--enable-sspi)
  ca cert bundle:   /etc/ssl/certs/ca-certificates.crt
  ca cert path:     no
  ca fallback:      no
  LDAP:             no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
  LDAPS:            no      (--enable-ldaps)
  RTSP:             enabled
  RTMP:             no      (--with-librtmp)
  PSL:              no      (libpsl not found)
  Alt-svc:          enabled (--disable-alt-svc)
  Headers API:      enabled (--disable-headers-api)
  HSTS:             enabled (--disable-hsts)
  HTTP1:            enabled (internal)
  HTTP2:            enabled (nghttp2)
  HTTP3:            no      (--with-ngtcp2, --with-quiche --with-msh3)
  ECH:              no      (--enable-ech)
  WebSockets:       no      (--enable-websockets)
  Protocols:        DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS MQTT POP3 POP3S RTSP SCP SFTP SMB SMBS SMTP SMTPS TELNET TFTP
  Features:         AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets alt-svc libz threadsafe

+ make -j4 'V=1' 'LDFLAGS=-static -all-static'
Making all in lib
make[1]: Entering directory '/tmp/curl-8.0.1/lib'
make  all-am
make[2]: Entering directory '/tmp/curl-8.0.1/lib'
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c -o libcurl_la-altsvc.lo `test -f 'altsvc.c' || echo './'`altsvc.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c -o libcurl_la-amigaos.lo `test -f 'amigaos.c' || echo './'`amigaos.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c -o libcurl_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo './'`asyn-ares.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c -o libcurl_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo './'`asyn-thread.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c altsvc.c  -fPIC -DPIC -o libcurl_la-altsvc.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c asyn-ares.c  -fPIC -DPIC -o libcurl_la-asyn-ares.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c amigaos.c  -fPIC -DPIC -o libcurl_la-amigaos.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c asyn-thread.c  -fPIC -DPIC -o libcurl_la-asyn-thread.o
mv -f .deps/libcurl_la-asyn-ares.Tpo .deps/libcurl_la-asyn-ares.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c -o libcurl_la-base64.lo `test -f 'base64.c' || echo './'`base64.c
mv -f .deps/libcurl_la-amigaos.Tpo .deps/libcurl_la-amigaos.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-bufref.lo -MD -MP -MF .deps/libcurl_la-bufref.Tpo -c -o libcurl_la-bufref.lo `test -f 'bufref.c' || echo './'`bufref.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-bufref.lo -MD -MP -MF .deps/libcurl_la-bufref.Tpo -c bufref.c  -fPIC -DPIC -o libcurl_la-bufref.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c base64.c  -fPIC -DPIC -o libcurl_la-base64.o
mv -f .deps/libcurl_la-asyn-thread.Tpo .deps/libcurl_la-asyn-thread.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-c-hyper.lo -MD -MP -MF .deps/libcurl_la-c-hyper.Tpo -c -o libcurl_la-c-hyper.lo `test -f 'c-hyper.c' || echo './'`c-hyper.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-c-hyper.lo -MD -MP -MF .deps/libcurl_la-c-hyper.Tpo -c c-hyper.c  -fPIC -DPIC -o libcurl_la-c-hyper.o
mv -f .deps/libcurl_la-bufref.Tpo .deps/libcurl_la-bufref.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cf-https-connect.lo -MD -MP -MF .deps/libcurl_la-cf-https-connect.Tpo -c -o libcurl_la-cf-https-connect.lo `test -f 'cf-https-connect.c' || echo './'`cf-https-connect.c
mv -f .deps/libcurl_la-altsvc.Tpo .deps/libcurl_la-altsvc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cf-socket.lo -MD -MP -MF .deps/libcurl_la-cf-socket.Tpo -c -o libcurl_la-cf-socket.lo `test -f 'cf-socket.c' || echo './'`cf-socket.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cf-https-connect.lo -MD -MP -MF .deps/libcurl_la-cf-https-connect.Tpo -c cf-https-connect.c  -fPIC -DPIC -o libcurl_la-cf-https-connect.o
mv -f .deps/libcurl_la-c-hyper.Tpo .deps/libcurl_la-c-hyper.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cfilters.lo -MD -MP -MF .deps/libcurl_la-cfilters.Tpo -c -o libcurl_la-cfilters.lo `test -f 'cfilters.c' || echo './'`cfilters.c
mv -f .deps/libcurl_la-base64.Tpo .deps/libcurl_la-base64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c -o libcurl_la-conncache.lo `test -f 'conncache.c' || echo './'`conncache.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cf-socket.lo -MD -MP -MF .deps/libcurl_la-cf-socket.Tpo -c cf-socket.c  -fPIC -DPIC -o libcurl_la-cf-socket.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cfilters.lo -MD -MP -MF .deps/libcurl_la-cfilters.Tpo -c cfilters.c  -fPIC -DPIC -o libcurl_la-cfilters.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c conncache.c  -fPIC -DPIC -o libcurl_la-conncache.o
mv -f .deps/libcurl_la-cf-https-connect.Tpo .deps/libcurl_la-cf-https-connect.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c -o libcurl_la-connect.lo `test -f 'connect.c' || echo './'`connect.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c connect.c  -fPIC -DPIC -o libcurl_la-connect.o
mv -f .deps/libcurl_la-conncache.Tpo .deps/libcurl_la-conncache.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c -o libcurl_la-content_encoding.lo `test -f 'content_encoding.c' || echo './'`content_encoding.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c content_encoding.c  -fPIC -DPIC -o libcurl_la-content_encoding.o
mv -f .deps/libcurl_la-cfilters.Tpo .deps/libcurl_la-cfilters.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c -o libcurl_la-cookie.lo `test -f 'cookie.c' || echo './'`cookie.c
mv -f .deps/libcurl_la-cf-socket.Tpo .deps/libcurl_la-cf-socket.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c -o libcurl_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo './'`curl_addrinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c curl_addrinfo.c  -fPIC -DPIC -o libcurl_la-curl_addrinfo.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c cookie.c  -fPIC -DPIC -o libcurl_la-cookie.o
mv -f .deps/libcurl_la-curl_addrinfo.Tpo .deps/libcurl_la-curl_addrinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_des.lo -MD -MP -MF .deps/libcurl_la-curl_des.Tpo -c -o libcurl_la-curl_des.lo `test -f 'curl_des.c' || echo './'`curl_des.c
mv -f .deps/libcurl_la-content_encoding.Tpo .deps/libcurl_la-content_encoding.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c -o libcurl_la-curl_endian.lo `test -f 'curl_endian.c' || echo './'`curl_endian.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_des.lo -MD -MP -MF .deps/libcurl_la-curl_des.Tpo -c curl_des.c  -fPIC -DPIC -o libcurl_la-curl_des.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c curl_endian.c  -fPIC -DPIC -o libcurl_la-curl_endian.o
mv -f .deps/libcurl_la-connect.Tpo .deps/libcurl_la-connect.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c -o libcurl_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo './'`curl_fnmatch.c
mv -f .deps/libcurl_la-curl_des.Tpo .deps/libcurl_la-curl_des.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_get_line.lo -MD -MP -MF .deps/libcurl_la-curl_get_line.Tpo -c -o libcurl_la-curl_get_line.lo `test -f 'curl_get_line.c' || echo './'`curl_get_line.c
mv -f .deps/libcurl_la-curl_endian.Tpo .deps/libcurl_la-curl_endian.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c -o libcurl_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo './'`curl_gethostname.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c curl_fnmatch.c  -fPIC -DPIC -o libcurl_la-curl_fnmatch.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_get_line.lo -MD -MP -MF .deps/libcurl_la-curl_get_line.Tpo -c curl_get_line.c  -fPIC -DPIC -o libcurl_la-curl_get_line.o
mv -f .deps/libcurl_la-curl_fnmatch.Tpo .deps/libcurl_la-curl_fnmatch.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c -o libcurl_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo './'`curl_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c curl_gethostname.c  -fPIC -DPIC -o libcurl_la-curl_gethostname.o
mv -f .deps/libcurl_la-curl_get_line.Tpo .deps/libcurl_la-curl_get_line.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_log.lo -MD -MP -MF .deps/libcurl_la-curl_log.Tpo -c -o libcurl_la-curl_log.lo `test -f 'curl_log.c' || echo './'`curl_log.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_log.lo -MD -MP -MF .deps/libcurl_la-curl_log.Tpo -c curl_log.c  -fPIC -DPIC -o libcurl_la-curl_log.o
mv -f .deps/libcurl_la-curl_gethostname.Tpo .deps/libcurl_la-curl_gethostname.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c -o libcurl_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo './'`curl_memrchr.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c curl_gssapi.c  -fPIC -DPIC -o libcurl_la-curl_gssapi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c curl_memrchr.c  -fPIC -DPIC -o libcurl_la-curl_memrchr.o
mv -f .deps/libcurl_la-cookie.Tpo .deps/libcurl_la-cookie.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c -o libcurl_la-curl_multibyte.lo `test -f 'curl_multibyte.c' || echo './'`curl_multibyte.c
mv -f .deps/libcurl_la-curl_gssapi.Tpo .deps/libcurl_la-curl_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c -o libcurl_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo './'`curl_ntlm_core.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c curl_multibyte.c  -fPIC -DPIC -o libcurl_la-curl_multibyte.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c curl_ntlm_core.c  -fPIC -DPIC -o libcurl_la-curl_ntlm_core.o
mv -f .deps/libcurl_la-curl_memrchr.Tpo .deps/libcurl_la-curl_memrchr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c -o libcurl_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo './'`curl_ntlm_wb.c
mv -f .deps/libcurl_la-curl_log.Tpo .deps/libcurl_la-curl_log.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_path.lo -MD -MP -MF .deps/libcurl_la-curl_path.Tpo -c -o libcurl_la-curl_path.lo `test -f 'curl_path.c' || echo './'`curl_path.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c curl_ntlm_wb.c  -fPIC -DPIC -o libcurl_la-curl_ntlm_wb.o
mv -f .deps/libcurl_la-curl_multibyte.Tpo .deps/libcurl_la-curl_multibyte.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_range.lo -MD -MP -MF .deps/libcurl_la-curl_range.Tpo -c -o libcurl_la-curl_range.lo `test -f 'curl_range.c' || echo './'`curl_range.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_path.lo -MD -MP -MF .deps/libcurl_la-curl_path.Tpo -c curl_path.c  -fPIC -DPIC -o libcurl_la-curl_path.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_range.lo -MD -MP -MF .deps/libcurl_la-curl_range.Tpo -c curl_range.c  -fPIC -DPIC -o libcurl_la-curl_range.o
mv -f .deps/libcurl_la-curl_path.Tpo .deps/libcurl_la-curl_path.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c -o libcurl_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo './'`curl_rtmp.c
mv -f .deps/libcurl_la-curl_range.Tpo .deps/libcurl_la-curl_range.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c -o libcurl_la-curl_sasl.lo `test -f 'curl_sasl.c' || echo './'`curl_sasl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c curl_rtmp.c  -fPIC -DPIC -o libcurl_la-curl_rtmp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c curl_sasl.c  -fPIC -DPIC -o libcurl_la-curl_sasl.o
mv -f .deps/libcurl_la-curl_ntlm_core.Tpo .deps/libcurl_la-curl_ntlm_core.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c -o libcurl_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo './'`curl_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c curl_sspi.c  -fPIC -DPIC -o libcurl_la-curl_sspi.o
mv -f .deps/libcurl_la-curl_rtmp.Tpo .deps/libcurl_la-curl_rtmp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c -o libcurl_la-curl_threads.lo `test -f 'curl_threads.c' || echo './'`curl_threads.c
mv -f .deps/libcurl_la-curl_ntlm_wb.Tpo .deps/libcurl_la-curl_ntlm_wb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c -o libcurl_la-dict.lo `test -f 'dict.c' || echo './'`dict.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c curl_threads.c  -fPIC -DPIC -o libcurl_la-curl_threads.o
mv -f .deps/libcurl_la-curl_sspi.Tpo .deps/libcurl_la-curl_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-doh.lo -MD -MP -MF .deps/libcurl_la-doh.Tpo -c -o libcurl_la-doh.lo `test -f 'doh.c' || echo './'`doh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c dict.c  -fPIC -DPIC -o libcurl_la-dict.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-doh.lo -MD -MP -MF .deps/libcurl_la-doh.Tpo -c doh.c  -fPIC -DPIC -o libcurl_la-doh.o
mv -f .deps/libcurl_la-curl_threads.Tpo .deps/libcurl_la-curl_threads.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-dynbuf.lo -MD -MP -MF .deps/libcurl_la-dynbuf.Tpo -c -o libcurl_la-dynbuf.lo `test -f 'dynbuf.c' || echo './'`dynbuf.c
mv -f .deps/libcurl_la-curl_sasl.Tpo .deps/libcurl_la-curl_sasl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c -o libcurl_la-easy.lo `test -f 'easy.c' || echo './'`easy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-dynbuf.lo -MD -MP -MF .deps/libcurl_la-dynbuf.Tpo -c dynbuf.c  -fPIC -DPIC -o libcurl_la-dynbuf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c easy.c  -fPIC -DPIC -o libcurl_la-easy.o
mv -f .deps/libcurl_la-dict.Tpo .deps/libcurl_la-dict.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easygetopt.lo -MD -MP -MF .deps/libcurl_la-easygetopt.Tpo -c -o libcurl_la-easygetopt.lo `test -f 'easygetopt.c' || echo './'`easygetopt.c
mv -f .deps/libcurl_la-dynbuf.Tpo .deps/libcurl_la-dynbuf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easyoptions.lo -MD -MP -MF .deps/libcurl_la-easyoptions.Tpo -c -o libcurl_la-easyoptions.lo `test -f 'easyoptions.c' || echo './'`easyoptions.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easygetopt.lo -MD -MP -MF .deps/libcurl_la-easygetopt.Tpo -c easygetopt.c  -fPIC -DPIC -o libcurl_la-easygetopt.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easyoptions.lo -MD -MP -MF .deps/libcurl_la-easyoptions.Tpo -c easyoptions.c  -fPIC -DPIC -o libcurl_la-easyoptions.o
mv -f .deps/libcurl_la-easyoptions.Tpo .deps/libcurl_la-easyoptions.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c -o libcurl_la-escape.lo `test -f 'escape.c' || echo './'`escape.c
mv -f .deps/libcurl_la-easygetopt.Tpo .deps/libcurl_la-easygetopt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c -o libcurl_la-file.lo `test -f 'file.c' || echo './'`file.c
mv -f .deps/libcurl_la-doh.Tpo .deps/libcurl_la-doh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c -o libcurl_la-fileinfo.lo `test -f 'fileinfo.c' || echo './'`fileinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c escape.c  -fPIC -DPIC -o libcurl_la-escape.o
mv -f .deps/libcurl_la-easy.Tpo .deps/libcurl_la-easy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-fopen.lo -MD -MP -MF .deps/libcurl_la-fopen.Tpo -c -o libcurl_la-fopen.lo `test -f 'fopen.c' || echo './'`fopen.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c file.c  -fPIC -DPIC -o libcurl_la-file.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c fileinfo.c  -fPIC -DPIC -o libcurl_la-fileinfo.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-fopen.lo -MD -MP -MF .deps/libcurl_la-fopen.Tpo -c fopen.c  -fPIC -DPIC -o libcurl_la-fopen.o
mv -f .deps/libcurl_la-fileinfo.Tpo .deps/libcurl_la-fileinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c -o libcurl_la-formdata.lo `test -f 'formdata.c' || echo './'`formdata.c
mv -f .deps/libcurl_la-escape.Tpo .deps/libcurl_la-escape.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c -o libcurl_la-ftp.lo `test -f 'ftp.c' || echo './'`ftp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c formdata.c  -fPIC -DPIC -o libcurl_la-formdata.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c ftp.c  -fPIC -DPIC -o libcurl_la-ftp.o
mv -f .deps/libcurl_la-file.Tpo .deps/libcurl_la-file.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c -o libcurl_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo './'`ftplistparser.c
mv -f .deps/libcurl_la-fopen.Tpo .deps/libcurl_la-fopen.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c -o libcurl_la-getenv.lo `test -f 'getenv.c' || echo './'`getenv.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c ftplistparser.c  -fPIC -DPIC -o libcurl_la-ftplistparser.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c getenv.c  -fPIC -DPIC -o libcurl_la-getenv.o
mv -f .deps/libcurl_la-getenv.Tpo .deps/libcurl_la-getenv.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c -o libcurl_la-getinfo.lo `test -f 'getinfo.c' || echo './'`getinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c getinfo.c  -fPIC -DPIC -o libcurl_la-getinfo.o
mv -f .deps/libcurl_la-ftplistparser.Tpo .deps/libcurl_la-ftplistparser.Plo
mv -f .deps/libcurl_la-formdata.Tpo .deps/libcurl_la-formdata.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c -o libcurl_la-gopher.lo `test -f 'gopher.c' || echo './'`gopher.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-h2h3.lo -MD -MP -MF .deps/libcurl_la-h2h3.Tpo -c -o libcurl_la-h2h3.lo `test -f 'h2h3.c' || echo './'`h2h3.c
mv -f .deps/libcurl_la-getinfo.Tpo .deps/libcurl_la-getinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c -o libcurl_la-hash.lo `test -f 'hash.c' || echo './'`hash.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-h2h3.lo -MD -MP -MF .deps/libcurl_la-h2h3.Tpo -c h2h3.c  -fPIC -DPIC -o libcurl_la-h2h3.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c gopher.c  -fPIC -DPIC -o libcurl_la-gopher.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c hash.c  -fPIC -DPIC -o libcurl_la-hash.o
mv -f .deps/libcurl_la-gopher.Tpo .deps/libcurl_la-gopher.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-headers.lo -MD -MP -MF .deps/libcurl_la-headers.Tpo -c -o libcurl_la-headers.lo `test -f 'headers.c' || echo './'`headers.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-headers.lo -MD -MP -MF .deps/libcurl_la-headers.Tpo -c headers.c  -fPIC -DPIC -o libcurl_la-headers.o
mv -f .deps/libcurl_la-hash.Tpo .deps/libcurl_la-hash.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c -o libcurl_la-hmac.lo `test -f 'hmac.c' || echo './'`hmac.c
mv -f .deps/libcurl_la-h2h3.Tpo .deps/libcurl_la-h2h3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c -o libcurl_la-hostasyn.lo `test -f 'hostasyn.c' || echo './'`hostasyn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c hmac.c  -fPIC -DPIC -o libcurl_la-hmac.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c hostasyn.c  -fPIC -DPIC -o libcurl_la-hostasyn.o
mv -f .deps/libcurl_la-hostasyn.Tpo .deps/libcurl_la-hostasyn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c -o libcurl_la-hostip.lo `test -f 'hostip.c' || echo './'`hostip.c
mv -f .deps/libcurl_la-hmac.Tpo .deps/libcurl_la-hmac.Plo
mv -f .deps/libcurl_la-headers.Tpo .deps/libcurl_la-headers.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c -o libcurl_la-hostip4.lo `test -f 'hostip4.c' || echo './'`hostip4.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c -o libcurl_la-hostip6.lo `test -f 'hostip6.c' || echo './'`hostip6.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c hostip4.c  -fPIC -DPIC -o libcurl_la-hostip4.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c hostip.c  -fPIC -DPIC -o libcurl_la-hostip.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c hostip6.c  -fPIC -DPIC -o libcurl_la-hostip6.o
mv -f .deps/libcurl_la-hostip4.Tpo .deps/libcurl_la-hostip4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c -o libcurl_la-hostsyn.lo `test -f 'hostsyn.c' || echo './'`hostsyn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c hostsyn.c  -fPIC -DPIC -o libcurl_la-hostsyn.o
mv -f .deps/libcurl_la-ftp.Tpo .deps/libcurl_la-ftp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hsts.lo -MD -MP -MF .deps/libcurl_la-hsts.Tpo -c -o libcurl_la-hsts.lo `test -f 'hsts.c' || echo './'`hsts.c
mv -f .deps/libcurl_la-hostip6.Tpo .deps/libcurl_la-hostip6.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c -o libcurl_la-http.lo `test -f 'http.c' || echo './'`http.c
mv -f .deps/libcurl_la-hostsyn.Tpo .deps/libcurl_la-hostsyn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c -o libcurl_la-http2.lo `test -f 'http2.c' || echo './'`http2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hsts.lo -MD -MP -MF .deps/libcurl_la-hsts.Tpo -c hsts.c  -fPIC -DPIC -o libcurl_la-hsts.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c http.c  -fPIC -DPIC -o libcurl_la-http.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c http2.c  -fPIC -DPIC -o libcurl_la-http2.o
mv -f .deps/libcurl_la-hostip.Tpo .deps/libcurl_la-hostip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c -o libcurl_la-http_chunks.lo `test -f 'http_chunks.c' || echo './'`http_chunks.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c http_chunks.c  -fPIC -DPIC -o libcurl_la-http_chunks.o
mv -f .deps/libcurl_la-hsts.Tpo .deps/libcurl_la-hsts.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c -o libcurl_la-http_digest.lo `test -f 'http_digest.c' || echo './'`http_digest.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c http_digest.c  -fPIC -DPIC -o libcurl_la-http_digest.o
mv -f .deps/libcurl_la-http_chunks.Tpo .deps/libcurl_la-http_chunks.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c -o libcurl_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo './'`http_negotiate.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c http_negotiate.c  -fPIC -DPIC -o libcurl_la-http_negotiate.o
mv -f .deps/libcurl_la-http_digest.Tpo .deps/libcurl_la-http_digest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_ntlm.lo -MD -MP -MF .deps/libcurl_la-http_ntlm.Tpo -c -o libcurl_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo './'`http_ntlm.c
mv -f .deps/libcurl_la-http_negotiate.Tpo .deps/libcurl_la-http_negotiate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c -o libcurl_la-http_proxy.lo `test -f 'http_proxy.c' || echo './'`http_proxy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_ntlm.lo -MD -MP -MF .deps/libcurl_la-http_ntlm.Tpo -c http_ntlm.c  -fPIC -DPIC -o libcurl_la-http_ntlm.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c http_proxy.c  -fPIC -DPIC -o libcurl_la-http_proxy.o
mv -f .deps/libcurl_la-http2.Tpo .deps/libcurl_la-http2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF .deps/libcurl_la-http_aws_sigv4.Tpo -c -o libcurl_la-http_aws_sigv4.lo `test -f 'http_aws_sigv4.c' || echo './'`http_aws_sigv4.c
mv -f .deps/libcurl_la-http_ntlm.Tpo .deps/libcurl_la-http_ntlm.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF .deps/libcurl_la-http_aws_sigv4.Tpo -c http_aws_sigv4.c  -fPIC -DPIC -o libcurl_la-http_aws_sigv4.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-idn.lo -MD -MP -MF .deps/libcurl_la-idn.Tpo -c -o libcurl_la-idn.lo `test -f 'idn.c' || echo './'`idn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-idn.lo -MD -MP -MF .deps/libcurl_la-idn.Tpo -c idn.c  -fPIC -DPIC -o libcurl_la-idn.o
mv -f .deps/libcurl_la-idn.Tpo .deps/libcurl_la-idn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c -o libcurl_la-if2ip.lo `test -f 'if2ip.c' || echo './'`if2ip.c
mv -f .deps/libcurl_la-http.Tpo .deps/libcurl_la-http.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c -o libcurl_la-imap.lo `test -f 'imap.c' || echo './'`imap.c
mv -f .deps/libcurl_la-http_proxy.Tpo .deps/libcurl_la-http_proxy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c -o libcurl_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo './'`inet_ntop.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c if2ip.c  -fPIC -DPIC -o libcurl_la-if2ip.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c imap.c  -fPIC -DPIC -o libcurl_la-imap.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c inet_ntop.c  -fPIC -DPIC -o libcurl_la-inet_ntop.o
mv -f .deps/libcurl_la-http_aws_sigv4.Tpo .deps/libcurl_la-http_aws_sigv4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c -o libcurl_la-inet_pton.lo `test -f 'inet_pton.c' || echo './'`inet_pton.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c inet_pton.c  -fPIC -DPIC -o libcurl_la-inet_pton.o
mv -f .deps/libcurl_la-inet_ntop.Tpo .deps/libcurl_la-inet_ntop.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c -o libcurl_la-krb5.lo `test -f 'krb5.c' || echo './'`krb5.c
mv -f .deps/libcurl_la-if2ip.Tpo .deps/libcurl_la-if2ip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c -o libcurl_la-ldap.lo `test -f 'ldap.c' || echo './'`ldap.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c krb5.c  -fPIC -DPIC -o libcurl_la-krb5.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c ldap.c  -fPIC -DPIC -o libcurl_la-ldap.o
mv -f .deps/libcurl_la-inet_pton.Tpo .deps/libcurl_la-inet_pton.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c -o libcurl_la-llist.lo `test -f 'llist.c' || echo './'`llist.c
mv -f .deps/libcurl_la-krb5.Tpo .deps/libcurl_la-krb5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c -o libcurl_la-md4.lo `test -f 'md4.c' || echo './'`md4.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c llist.c  -fPIC -DPIC -o libcurl_la-llist.o
mv -f .deps/libcurl_la-ldap.Tpo .deps/libcurl_la-ldap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c -o libcurl_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c md4.c  -fPIC -DPIC -o libcurl_la-md4.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c md5.c  -fPIC -DPIC -o libcurl_la-md5.o
mv -f .deps/libcurl_la-llist.Tpo .deps/libcurl_la-llist.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c -o libcurl_la-memdebug.lo `test -f 'memdebug.c' || echo './'`memdebug.c
mv -f .deps/libcurl_la-md4.Tpo .deps/libcurl_la-md4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mime.lo -MD -MP -MF .deps/libcurl_la-mime.Tpo -c -o libcurl_la-mime.lo `test -f 'mime.c' || echo './'`mime.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c memdebug.c  -fPIC -DPIC -o libcurl_la-memdebug.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mime.lo -MD -MP -MF .deps/libcurl_la-mime.Tpo -c mime.c  -fPIC -DPIC -o libcurl_la-mime.o
mv -f .deps/libcurl_la-md5.Tpo .deps/libcurl_la-md5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c -o libcurl_la-mprintf.lo `test -f 'mprintf.c' || echo './'`mprintf.c
mv -f .deps/libcurl_la-memdebug.Tpo .deps/libcurl_la-memdebug.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mqtt.lo -MD -MP -MF .deps/libcurl_la-mqtt.Tpo -c -o libcurl_la-mqtt.lo `test -f 'mqtt.c' || echo './'`mqtt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c mprintf.c  -fPIC -DPIC -o libcurl_la-mprintf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mqtt.lo -MD -MP -MF .deps/libcurl_la-mqtt.Tpo -c mqtt.c  -fPIC -DPIC -o libcurl_la-mqtt.o
mv -f .deps/libcurl_la-imap.Tpo .deps/libcurl_la-imap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c -o libcurl_la-multi.lo `test -f 'multi.c' || echo './'`multi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c multi.c  -fPIC -DPIC -o libcurl_la-multi.o
mv -f .deps/libcurl_la-mqtt.Tpo .deps/libcurl_la-mqtt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c -o libcurl_la-netrc.lo `test -f 'netrc.c' || echo './'`netrc.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c netrc.c  -fPIC -DPIC -o libcurl_la-netrc.o
mv -f .deps/libcurl_la-mime.Tpo .deps/libcurl_la-mime.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c -o libcurl_la-nonblock.lo `test -f 'nonblock.c' || echo './'`nonblock.c
mv -f .deps/libcurl_la-mprintf.Tpo .deps/libcurl_la-mprintf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-noproxy.lo -MD -MP -MF .deps/libcurl_la-noproxy.Tpo -c -o libcurl_la-noproxy.lo `test -f 'noproxy.c' || echo './'`noproxy.c
mv -f .deps/libcurl_la-netrc.Tpo .deps/libcurl_la-netrc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c -o libcurl_la-openldap.lo `test -f 'openldap.c' || echo './'`openldap.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c nonblock.c  -fPIC -DPIC -o libcurl_la-nonblock.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c openldap.c  -fPIC -DPIC -o libcurl_la-openldap.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-noproxy.lo -MD -MP -MF .deps/libcurl_la-noproxy.Tpo -c noproxy.c  -fPIC -DPIC -o libcurl_la-noproxy.o
mv -f .deps/libcurl_la-openldap.Tpo .deps/libcurl_la-openldap.Plo
mv -f .deps/libcurl_la-nonblock.Tpo .deps/libcurl_la-nonblock.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c -o libcurl_la-parsedate.lo `test -f 'parsedate.c' || echo './'`parsedate.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c -o libcurl_la-pingpong.lo `test -f 'pingpong.c' || echo './'`pingpong.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c pingpong.c  -fPIC -DPIC -o libcurl_la-pingpong.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c parsedate.c  -fPIC -DPIC -o libcurl_la-parsedate.o
mv -f .deps/libcurl_la-noproxy.Tpo .deps/libcurl_la-noproxy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c -o libcurl_la-pop3.lo `test -f 'pop3.c' || echo './'`pop3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c pop3.c  -fPIC -DPIC -o libcurl_la-pop3.o
mv -f .deps/libcurl_la-pingpong.Tpo .deps/libcurl_la-pingpong.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c -o libcurl_la-progress.lo `test -f 'progress.c' || echo './'`progress.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c progress.c  -fPIC -DPIC -o libcurl_la-progress.o
mv -f .deps/libcurl_la-parsedate.Tpo .deps/libcurl_la-parsedate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-psl.lo -MD -MP -MF .deps/libcurl_la-psl.Tpo -c -o libcurl_la-psl.lo `test -f 'psl.c' || echo './'`psl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-psl.lo -MD -MP -MF .deps/libcurl_la-psl.Tpo -c psl.c  -fPIC -DPIC -o libcurl_la-psl.o
mv -f .deps/libcurl_la-psl.Tpo .deps/libcurl_la-psl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rand.lo -MD -MP -MF .deps/libcurl_la-rand.Tpo -c -o libcurl_la-rand.lo `test -f 'rand.c' || echo './'`rand.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rand.lo -MD -MP -MF .deps/libcurl_la-rand.Tpo -c rand.c  -fPIC -DPIC -o libcurl_la-rand.o
mv -f .deps/libcurl_la-progress.Tpo .deps/libcurl_la-progress.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rename.lo -MD -MP -MF .deps/libcurl_la-rename.Tpo -c -o libcurl_la-rename.lo `test -f 'rename.c' || echo './'`rename.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rename.lo -MD -MP -MF .deps/libcurl_la-rename.Tpo -c rename.c  -fPIC -DPIC -o libcurl_la-rename.o
mv -f .deps/libcurl_la-multi.Tpo .deps/libcurl_la-multi.Plo
mv -f .deps/libcurl_la-pop3.Tpo .deps/libcurl_la-pop3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c -o libcurl_la-rtsp.lo `test -f 'rtsp.c' || echo './'`rtsp.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c -o libcurl_la-select.lo `test -f 'select.c' || echo './'`select.c
mv -f .deps/libcurl_la-rand.Tpo .deps/libcurl_la-rand.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c -o libcurl_la-sendf.lo `test -f 'sendf.c' || echo './'`sendf.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c select.c  -fPIC -DPIC -o libcurl_la-select.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c sendf.c  -fPIC -DPIC -o libcurl_la-sendf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c rtsp.c  -fPIC -DPIC -o libcurl_la-rtsp.o
mv -f .deps/libcurl_la-rename.Tpo .deps/libcurl_la-rename.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-setopt.lo -MD -MP -MF .deps/libcurl_la-setopt.Tpo -c -o libcurl_la-setopt.lo `test -f 'setopt.c' || echo './'`setopt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-setopt.lo -MD -MP -MF .deps/libcurl_la-setopt.Tpo -c setopt.c  -fPIC -DPIC -o libcurl_la-setopt.o
mv -f .deps/libcurl_la-select.Tpo .deps/libcurl_la-select.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-sha256.lo -MD -MP -MF .deps/libcurl_la-sha256.Tpo -c -o libcurl_la-sha256.lo `test -f 'sha256.c' || echo './'`sha256.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-sha256.lo -MD -MP -MF .deps/libcurl_la-sha256.Tpo -c sha256.c  -fPIC -DPIC -o libcurl_la-sha256.o
mv -f .deps/libcurl_la-sendf.Tpo .deps/libcurl_la-sendf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c -o libcurl_la-share.lo `test -f 'share.c' || echo './'`share.c
mv -f .deps/libcurl_la-rtsp.Tpo .deps/libcurl_la-rtsp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c -o libcurl_la-slist.lo `test -f 'slist.c' || echo './'`slist.c
mv -f .deps/libcurl_la-sha256.Tpo .deps/libcurl_la-sha256.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c -o libcurl_la-smb.lo `test -f 'smb.c' || echo './'`smb.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c share.c  -fPIC -DPIC -o libcurl_la-share.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c slist.c  -fPIC -DPIC -o libcurl_la-slist.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c smb.c  -fPIC -DPIC -o libcurl_la-smb.o
mv -f .deps/libcurl_la-share.Tpo .deps/libcurl_la-share.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c -o libcurl_la-smtp.lo `test -f 'smtp.c' || echo './'`smtp.c
mv -f .deps/libcurl_la-slist.Tpo .deps/libcurl_la-slist.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socketpair.lo -MD -MP -MF .deps/libcurl_la-socketpair.Tpo -c -o libcurl_la-socketpair.lo `test -f 'socketpair.c' || echo './'`socketpair.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c smtp.c  -fPIC -DPIC -o libcurl_la-smtp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socketpair.lo -MD -MP -MF .deps/libcurl_la-socketpair.Tpo -c socketpair.c  -fPIC -DPIC -o libcurl_la-socketpair.o
mv -f .deps/libcurl_la-socketpair.Tpo .deps/libcurl_la-socketpair.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c -o libcurl_la-socks.lo `test -f 'socks.c' || echo './'`socks.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c socks.c  -fPIC -DPIC -o libcurl_la-socks.o
mv -f .deps/libcurl_la-smb.Tpo .deps/libcurl_la-smb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c -o libcurl_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo './'`socks_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c socks_gssapi.c  -fPIC -DPIC -o libcurl_la-socks_gssapi.o
mv -f .deps/libcurl_la-socks_gssapi.Tpo .deps/libcurl_la-socks_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c -o libcurl_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo './'`socks_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c socks_sspi.c  -fPIC -DPIC -o libcurl_la-socks_sspi.o
mv -f .deps/libcurl_la-smtp.Tpo .deps/libcurl_la-smtp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c -o libcurl_la-speedcheck.lo `test -f 'speedcheck.c' || echo './'`speedcheck.c
mv -f .deps/libcurl_la-socks_sspi.Tpo .deps/libcurl_la-socks_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c -o libcurl_la-splay.lo `test -f 'splay.c' || echo './'`splay.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c speedcheck.c  -fPIC -DPIC -o libcurl_la-speedcheck.o
mv -f .deps/libcurl_la-socks.Tpo .deps/libcurl_la-socks.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strcase.lo -MD -MP -MF .deps/libcurl_la-strcase.Tpo -c -o libcurl_la-strcase.lo `test -f 'strcase.c' || echo './'`strcase.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c splay.c  -fPIC -DPIC -o libcurl_la-splay.o
mv -f .deps/libcurl_la-setopt.Tpo .deps/libcurl_la-setopt.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strcase.lo -MD -MP -MF .deps/libcurl_la-strcase.Tpo -c strcase.c  -fPIC -DPIC -o libcurl_la-strcase.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c -o libcurl_la-strdup.lo `test -f 'strdup.c' || echo './'`strdup.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c strdup.c  -fPIC -DPIC -o libcurl_la-strdup.o
mv -f .deps/libcurl_la-speedcheck.Tpo .deps/libcurl_la-speedcheck.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c -o libcurl_la-strerror.lo `test -f 'strerror.c' || echo './'`strerror.c
mv -f .deps/libcurl_la-splay.Tpo .deps/libcurl_la-splay.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c -o libcurl_la-strtok.lo `test -f 'strtok.c' || echo './'`strtok.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c strerror.c  -fPIC -DPIC -o libcurl_la-strerror.o
mv -f .deps/libcurl_la-strcase.Tpo .deps/libcurl_la-strcase.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c -o libcurl_la-strtoofft.lo `test -f 'strtoofft.c' || echo './'`strtoofft.c
mv -f .deps/libcurl_la-strdup.Tpo .deps/libcurl_la-strdup.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c strtok.c  -fPIC -DPIC -o libcurl_la-strtok.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-system_win32.lo -MD -MP -MF .deps/libcurl_la-system_win32.Tpo -c -o libcurl_la-system_win32.lo `test -f 'system_win32.c' || echo './'`system_win32.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-system_win32.lo -MD -MP -MF .deps/libcurl_la-system_win32.Tpo -c system_win32.c  -fPIC -DPIC -o libcurl_la-system_win32.o
mv -f .deps/libcurl_la-strtok.Tpo .deps/libcurl_la-strtok.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c -o libcurl_la-telnet.lo `test -f 'telnet.c' || echo './'`telnet.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c strtoofft.c  -fPIC -DPIC -o libcurl_la-strtoofft.o
mv -f .deps/libcurl_la-strerror.Tpo .deps/libcurl_la-strerror.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c -o libcurl_la-tftp.lo `test -f 'tftp.c' || echo './'`tftp.c
mv -f .deps/libcurl_la-system_win32.Tpo .deps/libcurl_la-system_win32.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-timediff.lo -MD -MP -MF .deps/libcurl_la-timediff.Tpo -c -o libcurl_la-timediff.lo `test -f 'timediff.c' || echo './'`timediff.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c telnet.c  -fPIC -DPIC -o libcurl_la-telnet.o
mv -f .deps/libcurl_la-strtoofft.Tpo .deps/libcurl_la-strtoofft.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c tftp.c  -fPIC -DPIC -o libcurl_la-tftp.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c -o libcurl_la-timeval.lo `test -f 'timeval.c' || echo './'`timeval.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c timeval.c  -fPIC -DPIC -o libcurl_la-timeval.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-timediff.lo -MD -MP -MF .deps/libcurl_la-timediff.Tpo -c timediff.c  -fPIC -DPIC -o libcurl_la-timediff.o
mv -f .deps/libcurl_la-timediff.Tpo .deps/libcurl_la-timediff.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c -o libcurl_la-transfer.lo `test -f 'transfer.c' || echo './'`transfer.c
mv -f .deps/libcurl_la-timeval.Tpo .deps/libcurl_la-timeval.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c -o libcurl_la-url.lo `test -f 'url.c' || echo './'`url.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c transfer.c  -fPIC -DPIC -o libcurl_la-transfer.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c url.c  -fPIC -DPIC -o libcurl_la-url.o
mv -f .deps/libcurl_la-tftp.Tpo .deps/libcurl_la-tftp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-urlapi.lo -MD -MP -MF .deps/libcurl_la-urlapi.Tpo -c -o libcurl_la-urlapi.lo `test -f 'urlapi.c' || echo './'`urlapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-urlapi.lo -MD -MP -MF .deps/libcurl_la-urlapi.Tpo -c urlapi.c  -fPIC -DPIC -o libcurl_la-urlapi.o
mv -f .deps/libcurl_la-telnet.Tpo .deps/libcurl_la-telnet.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c -o libcurl_la-version.lo `test -f 'version.c' || echo './'`version.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c version.c  -fPIC -DPIC -o libcurl_la-version.o
mv -f .deps/libcurl_la-version.Tpo .deps/libcurl_la-version.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-version_win32.lo -MD -MP -MF .deps/libcurl_la-version_win32.Tpo -c -o libcurl_la-version_win32.lo `test -f 'version_win32.c' || echo './'`version_win32.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-version_win32.lo -MD -MP -MF .deps/libcurl_la-version_win32.Tpo -c version_win32.c  -fPIC -DPIC -o libcurl_la-version_win32.o
mv -f .deps/libcurl_la-transfer.Tpo .deps/libcurl_la-transfer.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c -o libcurl_la-warnless.lo `test -f 'warnless.c' || echo './'`warnless.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c warnless.c  -fPIC -DPIC -o libcurl_la-warnless.o
mv -f .deps/libcurl_la-version_win32.Tpo .deps/libcurl_la-version_win32.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ws.lo -MD -MP -MF .deps/libcurl_la-ws.Tpo -c -o libcurl_la-ws.lo `test -f 'ws.c' || echo './'`ws.c
mv -f .deps/libcurl_la-warnless.Tpo .deps/libcurl_la-warnless.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ws.lo -MD -MP -MF .deps/libcurl_la-ws.Tpo -c ws.c  -fPIC -DPIC -o libcurl_la-ws.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/.deps/libcurl_la-cleartext.Tpo -c -o vauth/libcurl_la-cleartext.lo `test -f 'vauth/cleartext.c' || echo './'`vauth/cleartext.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/.deps/libcurl_la-cleartext.Tpo -c vauth/cleartext.c  -fPIC -DPIC -o vauth/libcurl_la-cleartext.o
mv -f .deps/libcurl_la-urlapi.Tpo .deps/libcurl_la-urlapi.Plo
mv -f .deps/libcurl_la-ws.Tpo .deps/libcurl_la-ws.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/.deps/libcurl_la-cram.Tpo -c -o vauth/libcurl_la-cram.lo `test -f 'vauth/cram.c' || echo './'`vauth/cram.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/.deps/libcurl_la-digest.Tpo -c -o vauth/libcurl_la-digest.lo `test -f 'vauth/digest.c' || echo './'`vauth/digest.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/.deps/libcurl_la-cram.Tpo -c vauth/cram.c  -fPIC -DPIC -o vauth/libcurl_la-cram.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/.deps/libcurl_la-digest.Tpo -c vauth/digest.c  -fPIC -DPIC -o vauth/libcurl_la-digest.o
mv -f vauth/.deps/libcurl_la-cleartext.Tpo vauth/.deps/libcurl_la-cleartext.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-digest_sspi.Tpo -c -o vauth/libcurl_la-digest_sspi.lo `test -f 'vauth/digest_sspi.c' || echo './'`vauth/digest_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-digest_sspi.Tpo -c vauth/digest_sspi.c  -fPIC -DPIC -o vauth/libcurl_la-digest_sspi.o
mv -f vauth/.deps/libcurl_la-cram.Tpo vauth/.deps/libcurl_la-cram.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/.deps/libcurl_la-gsasl.Tpo -c -o vauth/libcurl_la-gsasl.lo `test -f 'vauth/gsasl.c' || echo './'`vauth/gsasl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/.deps/libcurl_la-gsasl.Tpo -c vauth/gsasl.c  -fPIC -DPIC -o vauth/libcurl_la-gsasl.o
mv -f vauth/.deps/libcurl_la-digest_sspi.Tpo vauth/.deps/libcurl_la-digest_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_gssapi.Tpo -c -o vauth/libcurl_la-krb5_gssapi.lo `test -f 'vauth/krb5_gssapi.c' || echo './'`vauth/krb5_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_gssapi.Tpo -c vauth/krb5_gssapi.c  -fPIC -DPIC -o vauth/libcurl_la-krb5_gssapi.o
mv -f vauth/.deps/libcurl_la-gsasl.Tpo vauth/.deps/libcurl_la-gsasl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_sspi.Tpo -c -o vauth/libcurl_la-krb5_sspi.lo `test -f 'vauth/krb5_sspi.c' || echo './'`vauth/krb5_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_sspi.Tpo -c vauth/krb5_sspi.c  -fPIC -DPIC -o vauth/libcurl_la-krb5_sspi.o
mv -f vauth/.deps/libcurl_la-krb5_gssapi.Tpo vauth/.deps/libcurl_la-krb5_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm.Tpo -c -o vauth/libcurl_la-ntlm.lo `test -f 'vauth/ntlm.c' || echo './'`vauth/ntlm.c
mv -f .deps/libcurl_la-url.Tpo .deps/libcurl_la-url.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm_sspi.Tpo -c -o vauth/libcurl_la-ntlm_sspi.lo `test -f 'vauth/ntlm_sspi.c' || echo './'`vauth/ntlm_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm_sspi.Tpo -c vauth/ntlm_sspi.c  -fPIC -DPIC -o vauth/libcurl_la-ntlm_sspi.o
mv -f vauth/.deps/libcurl_la-krb5_sspi.Tpo vauth/.deps/libcurl_la-krb5_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/.deps/libcurl_la-oauth2.Tpo -c -o vauth/libcurl_la-oauth2.lo `test -f 'vauth/oauth2.c' || echo './'`vauth/oauth2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm.Tpo -c vauth/ntlm.c  -fPIC -DPIC -o vauth/libcurl_la-ntlm.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/.deps/libcurl_la-oauth2.Tpo -c vauth/oauth2.c  -fPIC -DPIC -o vauth/libcurl_la-oauth2.o
mv -f vauth/.deps/libcurl_la-ntlm_sspi.Tpo vauth/.deps/libcurl_la-ntlm_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_gssapi.Tpo -c -o vauth/libcurl_la-spnego_gssapi.lo `test -f 'vauth/spnego_gssapi.c' || echo './'`vauth/spnego_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_gssapi.Tpo -c vauth/spnego_gssapi.c  -fPIC -DPIC -o vauth/libcurl_la-spnego_gssapi.o
mv -f vauth/.deps/libcurl_la-digest.Tpo vauth/.deps/libcurl_la-digest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_sspi.Tpo -c -o vauth/libcurl_la-spnego_sspi.lo `test -f 'vauth/spnego_sspi.c' || echo './'`vauth/spnego_sspi.c
mv -f vauth/.deps/libcurl_la-oauth2.Tpo vauth/.deps/libcurl_la-oauth2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/.deps/libcurl_la-vauth.Tpo -c -o vauth/libcurl_la-vauth.lo `test -f 'vauth/vauth.c' || echo './'`vauth/vauth.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_sspi.Tpo -c vauth/spnego_sspi.c  -fPIC -DPIC -o vauth/libcurl_la-spnego_sspi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/.deps/libcurl_la-vauth.Tpo -c vauth/vauth.c  -fPIC -DPIC -o vauth/libcurl_la-vauth.o
mv -f vauth/.deps/libcurl_la-spnego_gssapi.Tpo vauth/.deps/libcurl_la-spnego_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/.deps/libcurl_la-bearssl.Tpo -c -o vtls/libcurl_la-bearssl.lo `test -f 'vtls/bearssl.c' || echo './'`vtls/bearssl.c
mv -f vauth/.deps/libcurl_la-spnego_sspi.Tpo vauth/.deps/libcurl_la-spnego_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c -o vtls/libcurl_la-gskit.lo `test -f 'vtls/gskit.c' || echo './'`vtls/gskit.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/.deps/libcurl_la-bearssl.Tpo -c vtls/bearssl.c  -fPIC -DPIC -o vtls/libcurl_la-bearssl.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c vtls/gskit.c  -fPIC -DPIC -o vtls/libcurl_la-gskit.o
mv -f vauth/.deps/libcurl_la-vauth.Tpo vauth/.deps/libcurl_la-vauth.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c -o vtls/libcurl_la-gtls.lo `test -f 'vtls/gtls.c' || echo './'`vtls/gtls.c
mv -f vauth/.deps/libcurl_la-ntlm.Tpo vauth/.deps/libcurl_la-ntlm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/.deps/libcurl_la-hostcheck.Tpo -c -o vtls/libcurl_la-hostcheck.lo `test -f 'vtls/hostcheck.c' || echo './'`vtls/hostcheck.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c vtls/gtls.c  -fPIC -DPIC -o vtls/libcurl_la-gtls.o
mv -f vtls/.deps/libcurl_la-bearssl.Tpo vtls/.deps/libcurl_la-bearssl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/.deps/libcurl_la-keylog.Tpo -c -o vtls/libcurl_la-keylog.lo `test -f 'vtls/keylog.c' || echo './'`vtls/keylog.c
mv -f vtls/.deps/libcurl_la-gskit.Tpo vtls/.deps/libcurl_la-gskit.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls.Tpo -c -o vtls/libcurl_la-mbedtls.lo `test -f 'vtls/mbedtls.c' || echo './'`vtls/mbedtls.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/.deps/libcurl_la-hostcheck.Tpo -c vtls/hostcheck.c  -fPIC -DPIC -o vtls/libcurl_la-hostcheck.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/.deps/libcurl_la-keylog.Tpo -c vtls/keylog.c  -fPIC -DPIC -o vtls/libcurl_la-keylog.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls.Tpo -c vtls/mbedtls.c  -fPIC -DPIC -o vtls/libcurl_la-mbedtls.o
mv -f vtls/.deps/libcurl_la-gtls.Tpo vtls/.deps/libcurl_la-gtls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo -c -o vtls/libcurl_la-mbedtls_threadlock.lo `test -f 'vtls/mbedtls_threadlock.c' || echo './'`vtls/mbedtls_threadlock.c
mv -f vtls/.deps/libcurl_la-hostcheck.Tpo vtls/.deps/libcurl_la-hostcheck.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c -o vtls/libcurl_la-nss.lo `test -f 'vtls/nss.c' || echo './'`vtls/nss.c
mv -f vtls/.deps/libcurl_la-mbedtls.Tpo vtls/.deps/libcurl_la-mbedtls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c -o vtls/libcurl_la-openssl.lo `test -f 'vtls/openssl.c' || echo './'`vtls/openssl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c vtls/nss.c  -fPIC -DPIC -o vtls/libcurl_la-nss.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo -c vtls/mbedtls_threadlock.c  -fPIC -DPIC -o vtls/libcurl_la-mbedtls_threadlock.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c vtls/openssl.c  -fPIC -DPIC -o vtls/libcurl_la-openssl.o
mv -f vtls/.deps/libcurl_la-keylog.Tpo vtls/.deps/libcurl_la-keylog.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/.deps/libcurl_la-rustls.Tpo -c -o vtls/libcurl_la-rustls.lo `test -f 'vtls/rustls.c' || echo './'`vtls/rustls.c
mv -f vtls/.deps/libcurl_la-nss.Tpo vtls/.deps/libcurl_la-nss.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel.Tpo -c -o vtls/libcurl_la-schannel.lo `test -f 'vtls/schannel.c' || echo './'`vtls/schannel.c
mv -f vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo vtls/.deps/libcurl_la-mbedtls_threadlock.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel_verify.Tpo -c -o vtls/libcurl_la-schannel_verify.lo `test -f 'vtls/schannel_verify.c' || echo './'`vtls/schannel_verify.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/.deps/libcurl_la-rustls.Tpo -c vtls/rustls.c  -fPIC -DPIC -o vtls/libcurl_la-rustls.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel.Tpo -c vtls/schannel.c  -fPIC -DPIC -o vtls/libcurl_la-schannel.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel_verify.Tpo -c vtls/schannel_verify.c  -fPIC -DPIC -o vtls/libcurl_la-schannel_verify.o
mv -f vtls/.deps/libcurl_la-rustls.Tpo vtls/.deps/libcurl_la-rustls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/.deps/libcurl_la-sectransp.Tpo -c -o vtls/libcurl_la-sectransp.lo `test -f 'vtls/sectransp.c' || echo './'`vtls/sectransp.c
mv -f vtls/.deps/libcurl_la-schannel.Tpo vtls/.deps/libcurl_la-schannel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c -o vtls/libcurl_la-vtls.lo `test -f 'vtls/vtls.c' || echo './'`vtls/vtls.c
mv -f vtls/.deps/libcurl_la-schannel_verify.Tpo vtls/.deps/libcurl_la-schannel_verify.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/.deps/libcurl_la-wolfssl.Tpo -c -o vtls/libcurl_la-wolfssl.lo `test -f 'vtls/wolfssl.c' || echo './'`vtls/wolfssl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/.deps/libcurl_la-sectransp.Tpo -c vtls/sectransp.c  -fPIC -DPIC -o vtls/libcurl_la-sectransp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/.deps/libcurl_la-wolfssl.Tpo -c vtls/wolfssl.c  -fPIC -DPIC -o vtls/libcurl_la-wolfssl.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c vtls/vtls.c  -fPIC -DPIC -o vtls/libcurl_la-vtls.o
mv -f vtls/.deps/libcurl_la-wolfssl.Tpo vtls/.deps/libcurl_la-wolfssl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/.deps/libcurl_la-x509asn1.Tpo -c -o vtls/libcurl_la-x509asn1.lo `test -f 'vtls/x509asn1.c' || echo './'`vtls/x509asn1.c
mv -f vtls/.deps/libcurl_la-sectransp.Tpo vtls/.deps/libcurl_la-sectransp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_msh3.Tpo -c -o vquic/libcurl_la-curl_msh3.lo `test -f 'vquic/curl_msh3.c' || echo './'`vquic/curl_msh3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/.deps/libcurl_la-x509asn1.Tpo -c vtls/x509asn1.c  -fPIC -DPIC -o vtls/libcurl_la-x509asn1.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_msh3.Tpo -c vquic/curl_msh3.c  -fPIC -DPIC -o vquic/libcurl_la-curl_msh3.o
mv -f vtls/.deps/libcurl_la-x509asn1.Tpo vtls/.deps/libcurl_la-x509asn1.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_ngtcp2.Tpo -c -o vquic/libcurl_la-curl_ngtcp2.lo `test -f 'vquic/curl_ngtcp2.c' || echo './'`vquic/curl_ngtcp2.c
mv -f vquic/.deps/libcurl_la-curl_msh3.Tpo vquic/.deps/libcurl_la-curl_msh3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_quiche.Tpo -c -o vquic/libcurl_la-curl_quiche.lo `test -f 'vquic/curl_quiche.c' || echo './'`vquic/curl_quiche.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_ngtcp2.Tpo -c vquic/curl_ngtcp2.c  -fPIC -DPIC -o vquic/libcurl_la-curl_ngtcp2.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_quiche.Tpo -c vquic/curl_quiche.c  -fPIC -DPIC -o vquic/libcurl_la-curl_quiche.o
mv -f vquic/.deps/libcurl_la-curl_ngtcp2.Tpo vquic/.deps/libcurl_la-curl_ngtcp2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/.deps/libcurl_la-vquic.Tpo -c -o vquic/libcurl_la-vquic.lo `test -f 'vquic/vquic.c' || echo './'`vquic/vquic.c
mv -f vquic/.deps/libcurl_la-curl_quiche.Tpo vquic/.deps/libcurl_la-curl_quiche.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh.Tpo -c -o vssh/libcurl_la-libssh.lo `test -f 'vssh/libssh.c' || echo './'`vssh/libssh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/.deps/libcurl_la-vquic.Tpo -c vquic/vquic.c  -fPIC -DPIC -o vquic/libcurl_la-vquic.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh.Tpo -c vssh/libssh.c  -fPIC -DPIC -o vssh/libcurl_la-libssh.o
mv -f vssh/.deps/libcurl_la-libssh.Tpo vssh/.deps/libcurl_la-libssh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh2.Tpo -c -o vssh/libcurl_la-libssh2.lo `test -f 'vssh/libssh2.c' || echo './'`vssh/libssh2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh2.Tpo -c vssh/libssh2.c  -fPIC -DPIC -o vssh/libcurl_la-libssh2.o
mv -f vquic/.deps/libcurl_la-vquic.Tpo vquic/.deps/libcurl_la-vquic.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/.deps/libcurl_la-wolfssh.Tpo -c -o vssh/libcurl_la-wolfssh.lo `test -f 'vssh/wolfssh.c' || echo './'`vssh/wolfssh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/.deps/libcurl_la-wolfssh.Tpo -c vssh/wolfssh.c  -fPIC -DPIC -o vssh/libcurl_la-wolfssh.o
mv -f vssh/.deps/libcurl_la-wolfssh.Tpo vssh/.deps/libcurl_la-wolfssh.Plo
mv -f vtls/.deps/libcurl_la-openssl.Tpo vtls/.deps/libcurl_la-openssl.Plo
mv -f vtls/.deps/libcurl_la-vtls.Tpo vtls/.deps/libcurl_la-vtls.Plo
mv -f vssh/.deps/libcurl_la-libssh2.Tpo vssh/.deps/libcurl_la-libssh2.Plo
/bin/sh ../libtool  --tag=CC   --mode=link clang  -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2   -version-info 12:0:8    -export-symbols-regex '^curl_.*' -static -all-static -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz -static -all-static -o libcurl.la -rpath /usr/local/lib libcurl_la-altsvc.lo libcurl_la-amigaos.lo libcurl_la-asyn-ares.lo libcurl_la-asyn-thread.lo libcurl_la-base64.lo libcurl_la-bufref.lo libcurl_la-c-hyper.lo libcurl_la-cf-https-connect.lo libcurl_la-cf-socket.lo libcurl_la-cfilters.lo libcurl_la-conncache.lo libcurl_la-connect.lo libcurl_la-content_encoding.lo libcurl_la-cookie.lo libcurl_la-curl_addrinfo.lo libcurl_la-curl_des.lo libcurl_la-curl_endian.lo libcurl_la-curl_fnmatch.lo libcurl_la-curl_get_line.lo libcurl_la-curl_gethostname.lo libcurl_la-curl_gssapi.lo libcurl_la-curl_log.lo libcurl_la-curl_memrchr.lo libcurl_la-curl_multibyte.lo libcurl_la-curl_ntlm_core.lo libcurl_la-curl_ntlm_wb.lo libcurl_la-curl_path.lo libcurl_la-curl_range.lo libcurl_la-curl_rtmp.lo libcurl_la-curl_sasl.lo libcurl_la-curl_sspi.lo libcurl_la-curl_threads.lo libcurl_la-dict.lo libcurl_la-doh.lo libcurl_la-dynbuf.lo libcurl_la-easy.lo libcurl_la-easygetopt.lo libcurl_la-easyoptions.lo libcurl_la-escape.lo libcurl_la-file.lo libcurl_la-fileinfo.lo libcurl_la-fopen.lo libcurl_la-formdata.lo libcurl_la-ftp.lo libcurl_la-ftplistparser.lo libcurl_la-getenv.lo libcurl_la-getinfo.lo libcurl_la-gopher.lo libcurl_la-h2h3.lo libcurl_la-hash.lo libcurl_la-headers.lo libcurl_la-hmac.lo libcurl_la-hostasyn.lo libcurl_la-hostip.lo libcurl_la-hostip4.lo libcurl_la-hostip6.lo libcurl_la-hostsyn.lo libcurl_la-hsts.lo libcurl_la-http.lo libcurl_la-http2.lo libcurl_la-http_chunks.lo libcurl_la-http_digest.lo libcurl_la-http_negotiate.lo libcurl_la-http_ntlm.lo libcurl_la-http_proxy.lo libcurl_la-http_aws_sigv4.lo libcurl_la-idn.lo libcurl_la-if2ip.lo libcurl_la-imap.lo libcurl_la-inet_ntop.lo libcurl_la-inet_pton.lo libcurl_la-krb5.lo libcurl_la-ldap.lo libcurl_la-llist.lo libcurl_la-md4.lo libcurl_la-md5.lo libcurl_la-memdebug.lo libcurl_la-mime.lo libcurl_la-mprintf.lo libcurl_la-mqtt.lo libcurl_la-multi.lo libcurl_la-netrc.lo libcurl_la-nonblock.lo libcurl_la-noproxy.lo libcurl_la-openldap.lo libcurl_la-parsedate.lo libcurl_la-pingpong.lo libcurl_la-pop3.lo libcurl_la-progress.lo libcurl_la-psl.lo libcurl_la-rand.lo libcurl_la-rename.lo libcurl_la-rtsp.lo libcurl_la-select.lo libcurl_la-sendf.lo libcurl_la-setopt.lo libcurl_la-sha256.lo libcurl_la-share.lo libcurl_la-slist.lo libcurl_la-smb.lo libcurl_la-smtp.lo libcurl_la-socketpair.lo libcurl_la-socks.lo libcurl_la-socks_gssapi.lo libcurl_la-socks_sspi.lo libcurl_la-speedcheck.lo libcurl_la-splay.lo libcurl_la-strcase.lo libcurl_la-strdup.lo libcurl_la-strerror.lo libcurl_la-strtok.lo libcurl_la-strtoofft.lo libcurl_la-system_win32.lo libcurl_la-telnet.lo libcurl_la-tftp.lo libcurl_la-timediff.lo libcurl_la-timeval.lo libcurl_la-transfer.lo libcurl_la-url.lo libcurl_la-urlapi.lo libcurl_la-version.lo libcurl_la-version_win32.lo libcurl_la-warnless.lo libcurl_la-ws.lo vauth/libcurl_la-cleartext.lo vauth/libcurl_la-cram.lo vauth/libcurl_la-digest.lo vauth/libcurl_la-digest_sspi.lo vauth/libcurl_la-gsasl.lo vauth/libcurl_la-krb5_gssapi.lo vauth/libcurl_la-krb5_sspi.lo vauth/libcurl_la-ntlm.lo vauth/libcurl_la-ntlm_sspi.lo vauth/libcurl_la-oauth2.lo vauth/libcurl_la-spnego_gssapi.lo vauth/libcurl_la-spnego_sspi.lo vauth/libcurl_la-vauth.lo vtls/libcurl_la-bearssl.lo vtls/libcurl_la-gskit.lo vtls/libcurl_la-gtls.lo vtls/libcurl_la-hostcheck.lo vtls/libcurl_la-keylog.lo vtls/libcurl_la-mbedtls.lo vtls/libcurl_la-mbedtls_threadlock.lo vtls/libcurl_la-nss.lo vtls/libcurl_la-openssl.lo vtls/libcurl_la-rustls.lo vtls/libcurl_la-schannel.lo vtls/libcurl_la-schannel_verify.lo vtls/libcurl_la-sectransp.lo vtls/libcurl_la-vtls.lo vtls/libcurl_la-wolfssl.lo vtls/libcurl_la-x509asn1.lo vquic/libcurl_la-curl_msh3.lo vquic/libcurl_la-curl_ngtcp2.lo vquic/libcurl_la-curl_quiche.lo vquic/libcurl_la-vquic.lo vssh/libcurl_la-libssh.lo vssh/libcurl_la-libssh2.lo vssh/libcurl_la-wolfssh.lo        
libtool: link: /usr/bin/ar cr .libs/libcurl.a  libcurl_la-altsvc.o libcurl_la-amigaos.o libcurl_la-asyn-ares.o libcurl_la-asyn-thread.o libcurl_la-base64.o libcurl_la-bufref.o libcurl_la-c-hyper.o libcurl_la-cf-https-connect.o libcurl_la-cf-socket.o libcurl_la-cfilters.o libcurl_la-conncache.o libcurl_la-connect.o libcurl_la-content_encoding.o libcurl_la-cookie.o libcurl_la-curl_addrinfo.o libcurl_la-curl_des.o libcurl_la-curl_endian.o libcurl_la-curl_fnmatch.o libcurl_la-curl_get_line.o libcurl_la-curl_gethostname.o libcurl_la-curl_gssapi.o libcurl_la-curl_log.o libcurl_la-curl_memrchr.o libcurl_la-curl_multibyte.o libcurl_la-curl_ntlm_core.o libcurl_la-curl_ntlm_wb.o libcurl_la-curl_path.o libcurl_la-curl_range.o libcurl_la-curl_rtmp.o libcurl_la-curl_sasl.o libcurl_la-curl_sspi.o libcurl_la-curl_threads.o libcurl_la-dict.o libcurl_la-doh.o libcurl_la-dynbuf.o libcurl_la-easy.o libcurl_la-easygetopt.o libcurl_la-easyoptions.o libcurl_la-escape.o libcurl_la-file.o libcurl_la-fileinfo.o libcurl_la-fopen.o libcurl_la-formdata.o libcurl_la-ftp.o libcurl_la-ftplistparser.o libcurl_la-getenv.o libcurl_la-getinfo.o libcurl_la-gopher.o libcurl_la-h2h3.o libcurl_la-hash.o libcurl_la-headers.o libcurl_la-hmac.o libcurl_la-hostasyn.o libcurl_la-hostip.o libcurl_la-hostip4.o libcurl_la-hostip6.o libcurl_la-hostsyn.o libcurl_la-hsts.o libcurl_la-http.o libcurl_la-http2.o libcurl_la-http_chunks.o libcurl_la-http_digest.o libcurl_la-http_negotiate.o libcurl_la-http_ntlm.o libcurl_la-http_proxy.o libcurl_la-http_aws_sigv4.o libcurl_la-idn.o libcurl_la-if2ip.o libcurl_la-imap.o libcurl_la-inet_ntop.o libcurl_la-inet_pton.o libcurl_la-krb5.o libcurl_la-ldap.o libcurl_la-llist.o libcurl_la-md4.o libcurl_la-md5.o libcurl_la-memdebug.o libcurl_la-mime.o libcurl_la-mprintf.o libcurl_la-mqtt.o libcurl_la-multi.o libcurl_la-netrc.o libcurl_la-nonblock.o libcurl_la-noproxy.o libcurl_la-openldap.o libcurl_la-parsedate.o libcurl_la-pingpong.o libcurl_la-pop3.o libcurl_la-progress.o libcurl_la-psl.o libcurl_la-rand.o libcurl_la-rename.o libcurl_la-rtsp.o libcurl_la-select.o libcurl_la-sendf.o libcurl_la-setopt.o libcurl_la-sha256.o libcurl_la-share.o libcurl_la-slist.o libcurl_la-smb.o libcurl_la-smtp.o libcurl_la-socketpair.o libcurl_la-socks.o libcurl_la-socks_gssapi.o libcurl_la-socks_sspi.o libcurl_la-speedcheck.o libcurl_la-splay.o libcurl_la-strcase.o libcurl_la-strdup.o libcurl_la-strerror.o libcurl_la-strtok.o libcurl_la-strtoofft.o libcurl_la-system_win32.o libcurl_la-telnet.o libcurl_la-tftp.o libcurl_la-timediff.o libcurl_la-timeval.o libcurl_la-transfer.o libcurl_la-url.o libcurl_la-urlapi.o libcurl_la-version.o libcurl_la-version_win32.o libcurl_la-warnless.o libcurl_la-ws.o vauth/libcurl_la-cleartext.o vauth/libcurl_la-cram.o vauth/libcurl_la-digest.o vauth/libcurl_la-digest_sspi.o vauth/libcurl_la-gsasl.o vauth/libcurl_la-krb5_gssapi.o vauth/libcurl_la-krb5_sspi.o vauth/libcurl_la-ntlm.o vauth/libcurl_la-ntlm_sspi.o vauth/libcurl_la-oauth2.o vauth/libcurl_la-spnego_gssapi.o vauth/libcurl_la-spnego_sspi.o vauth/libcurl_la-vauth.o vtls/libcurl_la-bearssl.o vtls/libcurl_la-gskit.o vtls/libcurl_la-gtls.o vtls/libcurl_la-hostcheck.o vtls/libcurl_la-keylog.o vtls/libcurl_la-mbedtls.o vtls/libcurl_la-mbedtls_threadlock.o vtls/libcurl_la-nss.o vtls/libcurl_la-openssl.o vtls/libcurl_la-rustls.o vtls/libcurl_la-schannel.o vtls/libcurl_la-schannel_verify.o vtls/libcurl_la-sectransp.o vtls/libcurl_la-vtls.o vtls/libcurl_la-wolfssl.o vtls/libcurl_la-x509asn1.o vquic/libcurl_la-curl_msh3.o vquic/libcurl_la-curl_ngtcp2.o vquic/libcurl_la-curl_quiche.o vquic/libcurl_la-vquic.o vssh/libcurl_la-libssh.o vssh/libcurl_la-libssh2.o vssh/libcurl_la-wolfssh.o
libtool: link: ranlib .libs/libcurl.a
libtool: link: ( cd ".libs" && rm -f "libcurl.la" && ln -s "../libcurl.la" "libcurl.la" )
make[2]: Leaving directory '/tmp/curl-8.0.1/lib'
make[1]: Leaving directory '/tmp/curl-8.0.1/lib'
Making all in src
make[1]: Entering directory '/tmp/curl-8.0.1/src'
Making all in ../docs
make[2]: Entering directory '/tmp/curl-8.0.1/docs'
Making all in .
make[3]: Entering directory '/tmp/curl-8.0.1/docs'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/curl-8.0.1/docs'
Making all in cmdline-opts
make[3]: Entering directory '/tmp/curl-8.0.1/docs/cmdline-opts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/curl-8.0.1/docs/cmdline-opts'
make[2]: Leaving directory '/tmp/curl-8.0.1/docs'
make[2]: Entering directory '/tmp/curl-8.0.1/src'
depbase=`echo slist_wc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT slist_wc.o -MD -MP -MF $depbase.Tpo -c -o slist_wc.o slist_wc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_binmode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_binmode.o -MD -MP -MF $depbase.Tpo -c -o tool_binmode.o tool_binmode.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_bname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_bname.o -MD -MP -MF $depbase.Tpo -c -o tool_bname.o tool_bname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_dbg.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_dbg.o tool_cb_dbg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_hdr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_hdr.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_hdr.o tool_cb_hdr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_prg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_prg.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_prg.o tool_cb_prg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_rea.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_rea.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_rea.o tool_cb_rea.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_see.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_see.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_see.o tool_cb_see.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_wrt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_wrt.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_wrt.o tool_cb_wrt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cfgable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cfgable.o -MD -MP -MF $depbase.Tpo -c -o tool_cfgable.o tool_cfgable.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_dirhie.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_dirhie.o -MD -MP -MF $depbase.Tpo -c -o tool_dirhie.o tool_dirhie.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_doswin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_doswin.o -MD -MP -MF $depbase.Tpo -c -o tool_doswin.o tool_doswin.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_easysrc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_easysrc.o -MD -MP -MF $depbase.Tpo -c -o tool_easysrc.o tool_easysrc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_filetime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_filetime.o -MD -MP -MF $depbase.Tpo -c -o tool_filetime.o tool_filetime.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_findfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_findfile.o -MD -MP -MF $depbase.Tpo -c -o tool_findfile.o tool_findfile.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_formparse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_formparse.o -MD -MP -MF $depbase.Tpo -c -o tool_formparse.o tool_formparse.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_getparam.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_getparam.o -MD -MP -MF $depbase.Tpo -c -o tool_getparam.o tool_getparam.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_getpass.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_getpass.o -MD -MP -MF $depbase.Tpo -c -o tool_getpass.o tool_getpass.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_help.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_help.o -MD -MP -MF $depbase.Tpo -c -o tool_help.o tool_help.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_helpers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_helpers.o -MD -MP -MF $depbase.Tpo -c -o tool_helpers.o tool_helpers.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_hugehelp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_hugehelp.o -MD -MP -MF $depbase.Tpo -c -o tool_hugehelp.o tool_hugehelp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_libinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_libinfo.o -MD -MP -MF $depbase.Tpo -c -o tool_libinfo.o tool_libinfo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_listhelp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_listhelp.o -MD -MP -MF $depbase.Tpo -c -o tool_listhelp.o tool_listhelp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_main.o -MD -MP -MF $depbase.Tpo -c -o tool_main.o tool_main.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_msgs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_msgs.o -MD -MP -MF $depbase.Tpo -c -o tool_msgs.o tool_msgs.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_operate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_operate.o -MD -MP -MF $depbase.Tpo -c -o tool_operate.o tool_operate.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_operhlp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_operhlp.o -MD -MP -MF $depbase.Tpo -c -o tool_operhlp.o tool_operhlp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_paramhlp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_paramhlp.o -MD -MP -MF $depbase.Tpo -c -o tool_paramhlp.o tool_paramhlp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_parsecfg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_parsecfg.o -MD -MP -MF $depbase.Tpo -c -o tool_parsecfg.o tool_parsecfg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_progress.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_progress.o -MD -MP -MF $depbase.Tpo -c -o tool_progress.o tool_progress.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_stderr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_stderr.o -MD -MP -MF $depbase.Tpo -c -o tool_stderr.o tool_stderr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_strdup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_strdup.o -MD -MP -MF $depbase.Tpo -c -o tool_strdup.o tool_strdup.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_setopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_setopt.o -MD -MP -MF $depbase.Tpo -c -o tool_setopt.o tool_setopt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_sleep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_sleep.o -MD -MP -MF $depbase.Tpo -c -o tool_sleep.o tool_sleep.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_urlglob.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_urlglob.o -MD -MP -MF $depbase.Tpo -c -o tool_urlglob.o tool_urlglob.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_util.o -MD -MP -MF $depbase.Tpo -c -o tool_util.o tool_util.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_vms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_vms.o -MD -MP -MF $depbase.Tpo -c -o tool_vms.o tool_vms.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_writeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_writeout.o -MD -MP -MF $depbase.Tpo -c -o tool_writeout.o tool_writeout.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_writeout_json.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_writeout_json.o -MD -MP -MF $depbase.Tpo -c -o tool_writeout_json.o tool_writeout_json.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_xattr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_xattr.o -MD -MP -MF $depbase.Tpo -c -o tool_xattr.o tool_xattr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/strtoofft.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/strtoofft.o -MD -MP -MF $depbase.Tpo -c -o ../lib/strtoofft.o ../lib/strtoofft.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/timediff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/timediff.o -MD -MP -MF $depbase.Tpo -c -o ../lib/timediff.o ../lib/timediff.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/nonblock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/nonblock.o -MD -MP -MF $depbase.Tpo -c -o ../lib/nonblock.o ../lib/nonblock.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/warnless.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/warnless.o -MD -MP -MF $depbase.Tpo -c -o ../lib/warnless.o ../lib/warnless.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/curl_multibyte.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/curl_multibyte.o -MD -MP -MF $depbase.Tpo -c -o ../lib/curl_multibyte.o ../lib/curl_multibyte.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/version_win32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/version_win32.o -MD -MP -MF $depbase.Tpo -c -o ../lib/version_win32.o ../lib/version_win32.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/dynbuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/dynbuf.o -MD -MP -MF $depbase.Tpo -c -o ../lib/dynbuf.o ../lib/dynbuf.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool  --tag=CC   --mode=link clang  -Qunused-arguments -Wno-pointer-bool-conversion -O2   -static -all-static -o curl slist_wc.o tool_binmode.o tool_bname.o tool_cb_dbg.o tool_cb_hdr.o tool_cb_prg.o tool_cb_rea.o tool_cb_see.o tool_cb_wrt.o tool_cfgable.o tool_dirhie.o tool_doswin.o tool_easysrc.o tool_filetime.o tool_findfile.o tool_formparse.o tool_getparam.o tool_getpass.o tool_help.o tool_helpers.o tool_hugehelp.o tool_libinfo.o tool_listhelp.o tool_main.o tool_msgs.o tool_operate.o tool_operhlp.o tool_paramhlp.o tool_parsecfg.o tool_progress.o tool_stderr.o tool_strdup.o tool_setopt.o tool_sleep.o tool_urlglob.o tool_util.o tool_vms.o tool_writeout.o tool_writeout_json.o tool_xattr.o ../lib/strtoofft.o ../lib/timediff.o ../lib/nonblock.o ../lib/warnless.o ../lib/curl_multibyte.o ../lib/version_win32.o ../lib/dynbuf.o   ../lib/libcurl.la -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz 
libtool: link: clang -Qunused-arguments -Wno-pointer-bool-conversion -O2 -static -o curl slist_wc.o tool_binmode.o tool_bname.o tool_cb_dbg.o tool_cb_hdr.o tool_cb_prg.o tool_cb_rea.o tool_cb_see.o tool_cb_wrt.o tool_cfgable.o tool_dirhie.o tool_doswin.o tool_easysrc.o tool_filetime.o tool_findfile.o tool_formparse.o tool_getparam.o tool_getpass.o tool_help.o tool_helpers.o tool_hugehelp.o tool_libinfo.o tool_listhelp.o tool_main.o tool_msgs.o tool_operate.o tool_operhlp.o tool_paramhlp.o tool_parsecfg.o tool_progress.o tool_stderr.o tool_strdup.o tool_setopt.o tool_sleep.o tool_urlglob.o tool_util.o tool_vms.o tool_writeout.o tool_writeout_json.o tool_xattr.o ../lib/strtoofft.o ../lib/timediff.o ../lib/nonblock.o ../lib/warnless.o ../lib/curl_multibyte.o ../lib/version_win32.o ../lib/dynbuf.o  ../lib/.libs/libcurl.a -L/lib -lnghttp2 -lssh2 -lssl -lcrypto -ldl -lz -pthread
make[2]: Leaving directory '/tmp/curl-8.0.1/src'
make[1]: Leaving directory '/tmp/curl-8.0.1/src'
make[1]: Entering directory '/tmp/curl-8.0.1'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/curl-8.0.1'
+ strip src/curl
+ ls -lah src/curl
+ file src/curl
-rwxrwxrwx    1 root     root        3.4M Mar 20 14:01 src/curl
src/curl: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped
+ ldd src/curl
/lib/ld-musl-x86_64.so.1: src/curl: Not a valid dynamic program
+ true
+ ./src/curl -V
curl 8.0.1 (x86_64-pc-linux-musl) libcurl/8.0.1 OpenSSL/1.1.1t zlib/1.2.12 libssh2/1.10.0 nghttp2/1.47.0
Release-Date: 2023-03-20
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP UnixSockets
+ mkdir -p /tmp/release/
+ mv src/curl /tmp/release/curl-amd64
+ cd ..
+ rm -rf curl-8.0.1/
+ docker run --rm --privileged multiarch/qemu-user-static:register --reset
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
Setting /usr/bin/qemu-armeb-static as binfmt interpreter for armeb
Setting /usr/bin/qemu-sparc-static as binfmt interpreter for sparc
Setting /usr/bin/qemu-sparc32plus-static as binfmt interpreter for sparc32plus
Setting /usr/bin/qemu-sparc64-static as binfmt interpreter for sparc64
Setting /usr/bin/qemu-ppc-static as binfmt interpreter for ppc
Setting /usr/bin/qemu-ppc64-static as binfmt interpreter for ppc64
Setting /usr/bin/qemu-ppc64le-static as binfmt interpreter for ppc64le
Setting /usr/bin/qemu-m68k-static as binfmt interpreter for m68k
Setting /usr/bin/qemu-mips-static as binfmt interpreter for mips
Setting /usr/bin/qemu-mipsel-static as binfmt interpreter for mipsel
Setting /usr/bin/qemu-mipsn32-static as binfmt interpreter for mipsn32
Setting /usr/bin/qemu-mipsn32el-static as binfmt interpreter for mipsn32el
Setting /usr/bin/qemu-mips64-static as binfmt interpreter for mips64
Setting /usr/bin/qemu-mips64el-static as binfmt interpreter for mips64el
Setting /usr/bin/qemu-sh4-static as binfmt interpreter for sh4
Setting /usr/bin/qemu-sh4eb-static as binfmt interpreter for sh4eb
Setting /usr/bin/qemu-s390x-static as binfmt interpreter for s390x
Setting /usr/bin/qemu-aarch64-static as binfmt interpreter for aarch64
Setting /usr/bin/qemu-aarch64_be-static as binfmt interpreter for aarch64_be
Setting /usr/bin/qemu-hppa-static as binfmt interpreter for hppa
Setting /usr/bin/qemu-riscv32-static as binfmt interpreter for riscv32
Setting /usr/bin/qemu-riscv64-static as binfmt interpreter for riscv64
Setting /usr/bin/qemu-xtensa-static as binfmt interpreter for xtensa
Setting /usr/bin/qemu-xtensaeb-static as binfmt interpreter for xtensaeb
Setting /usr/bin/qemu-microblaze-static as binfmt interpreter for microblaze
Setting /usr/bin/qemu-microblazeel-static as binfmt interpreter for microblazeel
Setting /usr/bin/qemu-or1k-static as binfmt interpreter for or1k
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
+ docker_build i386 multiarch/alpine:i386-latest-stable ./build.sh
+ export ARCH=i386
+ ARCH=i386
+ shift
+ DOCKER_IMAGE=multiarch/alpine:i386-latest-stable
+ shift
++ id -g
++ pwd
++ id -g
+ docker run --rm -e ARCH -e BRANCH_NAME -e BUILD_UID=971 -e BUILD_GID=971 -v /var/lib/jenkins/workspace/oparisthebest_static-curl_master:/tmp -w /tmp multiarch/alpine:i386-latest-stable sh -c 'umask a=rwx; "$@"; exit=$?; chown -R '\''971:971'\'' /tmp; exit $exit' -- ./build.sh
+ '[' '!' -f curl-8.0.1.tar.gz ]
+ rm -rf curl-8.0.1/
+ tar xzf curl-8.0.1.tar.gz
+ cd curl-8.0.1/
+ apk add build-base clang openssl-dev nghttp2-dev nghttp2-static libssh2-dev libssh2-static
fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86/APKINDEX.tar.gz
(1/39) Upgrading musl (1.2.2-r3 -> 1.2.2-r4)
(2/39) Upgrading libcrypto1.1 (1.1.1n-r0 -> 1.1.1t-r0)
(3/39) Upgrading libssl1.1 (1.1.1n-r0 -> 1.1.1t-r0)
(4/39) Upgrading zlib (1.2.12-r0 -> 1.2.12-r3)
(5/39) Installing libgcc (10.3.1_git20210424-r2)
(6/39) Installing libstdc++ (10.3.1_git20210424-r2)
(7/39) Installing binutils (2.35.2-r2)
(8/39) Installing libmagic (5.40-r1)
(9/39) Installing file (5.40-r1)
(10/39) Installing libgomp (10.3.1_git20210424-r2)
(11/39) Installing libatomic (10.3.1_git20210424-r2)
(12/39) Installing libgphobos (10.3.1_git20210424-r2)
(13/39) Installing gmp (6.2.1-r1)
(14/39) Installing isl22 (0.22-r0)
(15/39) Installing mpfr4 (4.1.0-r0)
(16/39) Installing mpc1 (1.2.1-r0)
(17/39) Installing gcc (10.3.1_git20210424-r2)
(18/39) Installing musl-dev (1.2.2-r4)
(19/39) Installing libc-dev (0.7.2-r3)
(20/39) Installing g++ (10.3.1_git20210424-r2)
(21/39) Installing make (4.3-r0)
(22/39) Installing fortify-headers (1.1-r1)
(23/39) Installing patch (2.7.6-r7)
(24/39) Installing build-base (0.5-r3)
(25/39) Installing libffi (3.3-r2)
(26/39) Installing xz-libs (5.2.5-r1)
(27/39) Installing libxml2 (2.9.14-r2)
(28/39) Installing llvm11-libs (11.1.0-r2)
(29/39) Installing clang-libs (11.1.0-r1)
(30/39) Installing clang (11.1.0-r1)
(31/39) Installing libssh2 (1.9.0-r1)
(32/39) Installing pkgconf (1.7.4-r1)
(33/39) Installing openssl-dev (1.1.1t-r0)
(34/39) Installing zlib-dev (1.2.12-r3)
(35/39) Installing libssh2-dev (1.9.0-r1)
(36/39) Installing libssh2-static (1.9.0-r1)
(37/39) Installing nghttp2-libs (1.43.0-r0)
(38/39) Installing nghttp2-dev (1.43.0-r0)
(39/39) Installing nghttp2-static (1.43.0-r0)
Executing busybox-1.33.1-r7.trigger
OK: 408 MiB in 55 packages
+ apk add openssl-libs-static zlib-static
(1/2) Installing openssl-libs-static (1.1.1t-r0)
(2/2) Installing zlib-static (1.2.12-r3)
OK: 419 MiB in 57 packages
+ export 'CC=clang'
+ LDFLAGS=-static PKG_CONFIG='pkg-config --static' ./configure --disable-shared --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets --with-ssl --with-libssh2
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
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 hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking whether to disable dependency on -lrt... (assumed no)
checking whether to enable ECH support... no
checking for path separator... :
checking for sed... /bin/sed
checking for grep... /bin/grep
checking that grep -E works... yes
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... clang
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 the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking how to run the C preprocessor... clang -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of clang... gcc3
checking curl version... 8.0.1
checking for httpd... no
checking for apache2... no
checking for apachectl... no
checking for apxs... no
configure: httpd/apache2 not in PATH, httpd tests disabled
configure: apxs not in PATH, httpd tests disabled
checking for nghttpx... no
checking for caddy... no
checking build system type... x86_64-pc-linux-muslx32
checking host system type... x86_64-pc-linux-muslx32
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... /bin/grep -E
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 how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking how to convert x86_64-pc-linux-muslx32 file names to x86_64-pc-linux-muslx32 format... func_convert_file_noop
checking how to convert x86_64-pc-linux-muslx32 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
checking dynamic linker characteristics... 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... no
checking whether to build static libraries... yes
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... no
checking whether to build shared libraries with -mimpure-text... no
checking whether to build shared libraries with PIC... yes
checking whether to build static libraries with PIC... yes
checking whether to build shared libraries only... no
checking whether to build static libraries only... yes
checking for windres... no
checking for inline... inline
checking if cpp -P is needed... no
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... yes
checking if compiler is xlclang... no
checking if compiler is GNU C... no
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 accepts some basic options... yes
configure: compiler options added: -Qunused-arguments -Wno-pointer-bool-conversion 
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 halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
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 build target supports WIN32 crypto API... no
checking for good-to-use Darwin CFLAGS... no
checking whether to link macOS CoreFoundation and SystemConfiguration framework... no
checking to see if the compiler supports __builtin_available()... yes
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... no
checking whether to support ldaps... no
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 smb... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to support mqtt... no
checking whether to provide built-in manual... yes
checking whether to enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for proto/bsdsocket.h... no
checking for connect in libraries... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for zlib options with pkg-config... found
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... no
checking for brotli/decode.h... no
checking for ZSTD_createDStream in -lzstd... no
checking for zstd.h... 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 GSS-API support is requested... no
checking whether to enable Windows native SSL/TLS... no
checking whether to enable Secure Transport... no
checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -ldl -pthread -lcrypto -ldl -pthread "
configure: pkg-config: SSL_LDFLAGS: ""
configure: pkg-config: SSL_CPPFLAGS: ""
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking for openssl/x509.h... yes
checking for openssl/rsa.h... yes
checking for openssl/crypto.h... yes
checking for openssl/pem.h... yes
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for RAND_egd... no
checking for BoringSSL... no
checking for libressl... no
checking for OpenSSL >= v3... no
checking for "/dev/urandom"... yes
checking for SRP support in OpenSSL... yes
configure: built with one SSL backend
checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
checking whether to use builtin CA store of SSL library... no
checking for library containing psl_builtin... no
configure: WARNING: libpsl was not found
checking for library containing gsasl_init... no
configure: WARNING: libgsasl was not found
checking for libssh2 options with pkg-config... found
checking for libssh2_session_block_directions in -lssh2... yes
checking for libssh2.h... yes
configure: Added /lib to CURL_LIBRARY_PATH
checking for RTMP_Init in -lrtmp... no
checking whether versioned symbols are wanted... no
checking whether to enable Windows native IDN (Windows native builds only)... no
checking whether to build with libidn2... (assumed) yes
checking for libidn2 options with pkg-config... no
configure: IDN_LIBS: "-lidn2"
configure: IDN_LDFLAGS: ""
configure: IDN_CPPFLAGS: ""
configure: IDN_DIR: ""
checking if idn2_lookup_ul can be linked... no
checking for idn2.h... no
configure: WARNING: Cannot find libraries for IDN support: IDN disabled
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2 
configure: -I is 
configure: -L is 
checking for nghttp2_session_set_local_window_size in -lnghttp2... yes
checking for nghttp2/nghttp2.h... yes
configure: Added  to CURL_LIBRARY_PATH
checking for fish options with pkg-config... no
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 unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for netinet/in6.h... no
checking for sys/un.h... yes
checking for linux/tcp.h... no
checking for netinet/tcp.h... yes
checking for netinet/udp.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... no
checking for fcntl.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 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 stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... no
checking for sys/wait.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 for sys/types.h... (cached) yes
checking for sys/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... 4
checking size of long... 4
checking size of int... 4
checking size of time_t... 8
checking size of off_t... 8
checking size of curl_off_t... 8
checking for long long... yes
checking for ssize_t... yes
checking for bool... yes
checking for sa_family_t... yes
checking for suseconds_t... yes
checking if time_t is unsigned... no
checking for sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) 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 for select... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... yes
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 for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
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 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 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/xattr.h... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 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 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... yes
checking if gethostbyname_r is prototyped... yes
checking if gethostbyname_r takes 3 args.... no
checking if gethostbyname_r takes 5 args.... no
checking if gethostbyname_r takes 6 args.... yes
checking if gethostbyname_r is compilable... yes
checking if gethostbyname_r usage allowed... yes
checking if gethostbyname_r might be used... yes
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking for gethostname arg 2 data type... unsigned int
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getpeername can be linked... yes
checking if getpeername is prototyped... yes
checking if getpeername is compilable... yes
checking if getpeername usage allowed... yes
checking if getpeername might be used... yes
checking if getsockname can be linked... yes
checking if getsockname is prototyped... yes
checking if getsockname is compilable... yes
checking if getsockname usage allowed... yes
checking if getsockname might be used... yes
checking for net/if.h... (cached) yes
checking if if_nametoindex can be linked... yes
checking if if_nametoindex is prototyped... yes
checking if if_nametoindex is compilable... yes
checking if if_nametoindex usage allowed... yes
checking if if_nametoindex 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 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 for sys/types.h... (cached) yes
checking for sys/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_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 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 memrchr can be linked... yes
checking if memrchr is prototyped... no
checking if memrchr might be used... no
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... yes
checking if poll might be used... yes
checking for sys/types.h... (cached) yes
checking for signal.h... 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 socketpair can be linked... yes
checking if socketpair is prototyped... yes
checking if socketpair is compilable... yes
checking if socketpair usage allowed... yes
checking if socketpair 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 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 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 clang options needed to detect all undeclared functions... -fno-builtin
checking whether getpwuid_r is declared... yes
checking for fnmatch... yes
checking for fchmod... 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 getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for mach_absolute_time... no
checking deeper for mach_absolute_time... but still no
checking for pipe... yes
checking for sched_yield... yes
checking for sendmsg... yes
checking for setlocale... yes
checking for setmode... no
checking deeper for setmode... but still no
checking for setrlimit... yes
checking for snprintf... yes
checking for utime... yes
checking for utimes... yes
checking for arc4random... no
checking deeper for arc4random... but still no
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... no
checking for gnroff... no
checking for nroff... no
checking whether to enable the threaded resolver... yes
checking whether to use POSIX threads for threaded resolver... auto
checking for pthread.h... configure: WARNING: disabling built-in manual
yes
checking for pthread_create... yes
checking convert -I options to -isystem... yes
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 support NTLM... yes
checking whether to enable NTLM delegation to winbind's helper... yes
checking whether to enable TLS-SRP authentication... yes
checking whether to enable Unix domain sockets... yes
checking for struct sockaddr_un.sun_path... yes
checking whether to support cookies... yes
checking whether to support socketpair... yes
checking whether to support HTTP authentication... yes
checking whether to support DoH... yes
checking whether to support the MIME API... yes
checking whether to support date parsing... yes
checking whether to support netrc parsing... yes
checking whether to support progress-meter... yes
checking whether to support DNS shuffling... yes
checking whether to support curl_easy_option*... yes
checking whether to support alt-svc... yes
checking whether to support headers-api... yes
checking whether to support HSTS... yes
checking for SSL_set0_wbio... yes
checking whether to support WebSockets... no
checking whether hiding of library internal symbols will actually happen... yes
configure: using LIBS: -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz
configure: LIBS note: LIBS should only be used to specify libraries (-lname).
configure: WARNING: Continuing even with errors mentioned immediately above this line.
checking that generated files are newer than configure... done
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 docs/libcurl/opts/Makefile
config.status: creating docs/cmdline-opts/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 scripts/Makefile
config.status: creating lib/libcurl.vers
config.status: creating lib/libcurl.plist
config.status: creating tests/Makefile
config.status: creating tests/config
config.status: creating tests/certs/Makefile
config.status: creating tests/certs/scripts/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 tests/http/config.ini
config.status: creating tests/http/Makefile
config.status: creating packages/Makefile
config.status: creating packages/vms/Makefile
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/curl_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Configured to build curl/libcurl:

  Host setup:       x86_64-pc-linux-muslx32
  Install prefix:   /usr/local
  Compiler:         clang
   CFLAGS:          -Qunused-arguments -Wno-pointer-bool-conversion -O2
   CPPFLAGS:        
   LDFLAGS:         -static -L/lib -L/lib
   LIBS:            -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz

  curl version:     8.0.1
  SSL:              enabled (OpenSSL)
  SSH:              enabled (libSSH2)
  zlib:             enabled
  brotli:           no      (--with-brotli)
  zstd:             no      (--with-zstd)
  GSS-API:          no      (--with-gssapi)
  GSASL:            no      (libgsasl not found)
  TLS-SRP:          enabled
  resolver:         POSIX threaded
  IPv6:             enabled
  Unix sockets:     enabled
  IDN:              no      (--with-{libidn2,winidn})
  Build libcurl:    Shared=no, Static=yes
  Built-in manual:  no      (--enable-manual)
  --libcurl option: enabled (--disable-libcurl-option)
  Verbose errors:   enabled (--disable-verbose)
  Code coverage:    disabled
  SSPI:             no      (--enable-sspi)
  ca cert bundle:   /etc/ssl/certs/ca-certificates.crt
  ca cert path:     no
  ca fallback:      no
  LDAP:             no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
  LDAPS:            no      (--enable-ldaps)
  RTSP:             enabled
  RTMP:             no      (--with-librtmp)
  PSL:              no      (libpsl not found)
  Alt-svc:          enabled (--disable-alt-svc)
  Headers API:      enabled (--disable-headers-api)
  HSTS:             enabled (--disable-hsts)
  HTTP1:            enabled (internal)
  HTTP2:            enabled (nghttp2)
  HTTP3:            no      (--with-ngtcp2, --with-quiche --with-msh3)
  ECH:              no      (--enable-ech)
  WebSockets:       no      (--enable-websockets)
  Protocols:        DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS MQTT POP3 POP3S RTSP SCP SFTP SMB SMBS SMTP SMTPS TELNET TFTP
  Features:         AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets alt-svc libz threadsafe

+ make -j4 'V=1' 'LDFLAGS=-static -all-static'
Making all in lib
make[1]: Entering directory '/tmp/curl-8.0.1/lib'
make  all-am
make[2]: Entering directory '/tmp/curl-8.0.1/lib'
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c -o libcurl_la-altsvc.lo `test -f 'altsvc.c' || echo './'`altsvc.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c -o libcurl_la-amigaos.lo `test -f 'amigaos.c' || echo './'`amigaos.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c -o libcurl_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo './'`asyn-ares.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c -o libcurl_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo './'`asyn-thread.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c altsvc.c  -fPIC -DPIC -o libcurl_la-altsvc.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c asyn-thread.c  -fPIC -DPIC -o libcurl_la-asyn-thread.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c asyn-ares.c  -fPIC -DPIC -o libcurl_la-asyn-ares.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c amigaos.c  -fPIC -DPIC -o libcurl_la-amigaos.o
mv -f .deps/libcurl_la-asyn-ares.Tpo .deps/libcurl_la-asyn-ares.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c -o libcurl_la-base64.lo `test -f 'base64.c' || echo './'`base64.c
mv -f .deps/libcurl_la-amigaos.Tpo .deps/libcurl_la-amigaos.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-bufref.lo -MD -MP -MF .deps/libcurl_la-bufref.Tpo -c -o libcurl_la-bufref.lo `test -f 'bufref.c' || echo './'`bufref.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c base64.c  -fPIC -DPIC -o libcurl_la-base64.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-bufref.lo -MD -MP -MF .deps/libcurl_la-bufref.Tpo -c bufref.c  -fPIC -DPIC -o libcurl_la-bufref.o
mv -f .deps/libcurl_la-asyn-thread.Tpo .deps/libcurl_la-asyn-thread.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-c-hyper.lo -MD -MP -MF .deps/libcurl_la-c-hyper.Tpo -c -o libcurl_la-c-hyper.lo `test -f 'c-hyper.c' || echo './'`c-hyper.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-c-hyper.lo -MD -MP -MF .deps/libcurl_la-c-hyper.Tpo -c c-hyper.c  -fPIC -DPIC -o libcurl_la-c-hyper.o
mv -f .deps/libcurl_la-altsvc.Tpo .deps/libcurl_la-altsvc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cf-https-connect.lo -MD -MP -MF .deps/libcurl_la-cf-https-connect.Tpo -c -o libcurl_la-cf-https-connect.lo `test -f 'cf-https-connect.c' || echo './'`cf-https-connect.c
mv -f .deps/libcurl_la-c-hyper.Tpo .deps/libcurl_la-c-hyper.Plo
mv -f .deps/libcurl_la-base64.Tpo .deps/libcurl_la-base64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cf-socket.lo -MD -MP -MF .deps/libcurl_la-cf-socket.Tpo -c -o libcurl_la-cf-socket.lo `test -f 'cf-socket.c' || echo './'`cf-socket.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cfilters.lo -MD -MP -MF .deps/libcurl_la-cfilters.Tpo -c -o libcurl_la-cfilters.lo `test -f 'cfilters.c' || echo './'`cfilters.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cf-https-connect.lo -MD -MP -MF .deps/libcurl_la-cf-https-connect.Tpo -c cf-https-connect.c  -fPIC -DPIC -o libcurl_la-cf-https-connect.o
mv -f .deps/libcurl_la-bufref.Tpo .deps/libcurl_la-bufref.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c -o libcurl_la-conncache.lo `test -f 'conncache.c' || echo './'`conncache.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cfilters.lo -MD -MP -MF .deps/libcurl_la-cfilters.Tpo -c cfilters.c  -fPIC -DPIC -o libcurl_la-cfilters.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cf-socket.lo -MD -MP -MF .deps/libcurl_la-cf-socket.Tpo -c cf-socket.c  -fPIC -DPIC -o libcurl_la-cf-socket.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c conncache.c  -fPIC -DPIC -o libcurl_la-conncache.o
mv -f .deps/libcurl_la-cf-https-connect.Tpo .deps/libcurl_la-cf-https-connect.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c -o libcurl_la-connect.lo `test -f 'connect.c' || echo './'`connect.c
mv -f .deps/libcurl_la-conncache.Tpo .deps/libcurl_la-conncache.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c -o libcurl_la-content_encoding.lo `test -f 'content_encoding.c' || echo './'`content_encoding.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c connect.c  -fPIC -DPIC -o libcurl_la-connect.o
mv -f .deps/libcurl_la-cfilters.Tpo .deps/libcurl_la-cfilters.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c -o libcurl_la-cookie.lo `test -f 'cookie.c' || echo './'`cookie.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c content_encoding.c  -fPIC -DPIC -o libcurl_la-content_encoding.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c cookie.c  -fPIC -DPIC -o libcurl_la-cookie.o
mv -f .deps/libcurl_la-cf-socket.Tpo .deps/libcurl_la-cf-socket.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c -o libcurl_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo './'`curl_addrinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c curl_addrinfo.c  -fPIC -DPIC -o libcurl_la-curl_addrinfo.o
mv -f .deps/libcurl_la-curl_addrinfo.Tpo .deps/libcurl_la-curl_addrinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_des.lo -MD -MP -MF .deps/libcurl_la-curl_des.Tpo -c -o libcurl_la-curl_des.lo `test -f 'curl_des.c' || echo './'`curl_des.c
mv -f .deps/libcurl_la-content_encoding.Tpo .deps/libcurl_la-content_encoding.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c -o libcurl_la-curl_endian.lo `test -f 'curl_endian.c' || echo './'`curl_endian.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_des.lo -MD -MP -MF .deps/libcurl_la-curl_des.Tpo -c curl_des.c  -fPIC -DPIC -o libcurl_la-curl_des.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c curl_endian.c  -fPIC -DPIC -o libcurl_la-curl_endian.o
mv -f .deps/libcurl_la-curl_des.Tpo .deps/libcurl_la-curl_des.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c -o libcurl_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo './'`curl_fnmatch.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c curl_fnmatch.c  -fPIC -DPIC -o libcurl_la-curl_fnmatch.o
mv -f .deps/libcurl_la-curl_endian.Tpo .deps/libcurl_la-curl_endian.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_get_line.lo -MD -MP -MF .deps/libcurl_la-curl_get_line.Tpo -c -o libcurl_la-curl_get_line.lo `test -f 'curl_get_line.c' || echo './'`curl_get_line.c
mv -f .deps/libcurl_la-connect.Tpo .deps/libcurl_la-connect.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c -o libcurl_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo './'`curl_gethostname.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_get_line.lo -MD -MP -MF .deps/libcurl_la-curl_get_line.Tpo -c curl_get_line.c  -fPIC -DPIC -o libcurl_la-curl_get_line.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c curl_gethostname.c  -fPIC -DPIC -o libcurl_la-curl_gethostname.o
mv -f .deps/libcurl_la-curl_fnmatch.Tpo .deps/libcurl_la-curl_fnmatch.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c -o libcurl_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo './'`curl_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c curl_gssapi.c  -fPIC -DPIC -o libcurl_la-curl_gssapi.o
mv -f .deps/libcurl_la-curl_get_line.Tpo .deps/libcurl_la-curl_get_line.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_log.lo -MD -MP -MF .deps/libcurl_la-curl_log.Tpo -c -o libcurl_la-curl_log.lo `test -f 'curl_log.c' || echo './'`curl_log.c
mv -f .deps/libcurl_la-curl_gethostname.Tpo .deps/libcurl_la-curl_gethostname.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c -o libcurl_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo './'`curl_memrchr.c
mv -f .deps/libcurl_la-cookie.Tpo .deps/libcurl_la-cookie.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c -o libcurl_la-curl_multibyte.lo `test -f 'curl_multibyte.c' || echo './'`curl_multibyte.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_log.lo -MD -MP -MF .deps/libcurl_la-curl_log.Tpo -c curl_log.c  -fPIC -DPIC -o libcurl_la-curl_log.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c curl_memrchr.c  -fPIC -DPIC -o libcurl_la-curl_memrchr.o
mv -f .deps/libcurl_la-curl_gssapi.Tpo .deps/libcurl_la-curl_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c -o libcurl_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo './'`curl_ntlm_core.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c curl_multibyte.c  -fPIC -DPIC -o libcurl_la-curl_multibyte.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c curl_ntlm_core.c  -fPIC -DPIC -o libcurl_la-curl_ntlm_core.o
mv -f .deps/libcurl_la-curl_memrchr.Tpo .deps/libcurl_la-curl_memrchr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c -o libcurl_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo './'`curl_ntlm_wb.c
mv -f .deps/libcurl_la-curl_multibyte.Tpo .deps/libcurl_la-curl_multibyte.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_path.lo -MD -MP -MF .deps/libcurl_la-curl_path.Tpo -c -o libcurl_la-curl_path.lo `test -f 'curl_path.c' || echo './'`curl_path.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c curl_ntlm_wb.c  -fPIC -DPIC -o libcurl_la-curl_ntlm_wb.o
mv -f .deps/libcurl_la-curl_log.Tpo .deps/libcurl_la-curl_log.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_range.lo -MD -MP -MF .deps/libcurl_la-curl_range.Tpo -c -o libcurl_la-curl_range.lo `test -f 'curl_range.c' || echo './'`curl_range.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_path.lo -MD -MP -MF .deps/libcurl_la-curl_path.Tpo -c curl_path.c  -fPIC -DPIC -o libcurl_la-curl_path.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_range.lo -MD -MP -MF .deps/libcurl_la-curl_range.Tpo -c curl_range.c  -fPIC -DPIC -o libcurl_la-curl_range.o
mv -f .deps/libcurl_la-curl_path.Tpo .deps/libcurl_la-curl_path.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c -o libcurl_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo './'`curl_rtmp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c curl_rtmp.c  -fPIC -DPIC -o libcurl_la-curl_rtmp.o
mv -f .deps/libcurl_la-curl_range.Tpo .deps/libcurl_la-curl_range.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c -o libcurl_la-curl_sasl.lo `test -f 'curl_sasl.c' || echo './'`curl_sasl.c
mv -f .deps/libcurl_la-curl_ntlm_core.Tpo .deps/libcurl_la-curl_ntlm_core.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c curl_sasl.c  -fPIC -DPIC -o libcurl_la-curl_sasl.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c -o libcurl_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo './'`curl_sspi.c
mv -f .deps/libcurl_la-curl_rtmp.Tpo .deps/libcurl_la-curl_rtmp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c -o libcurl_la-curl_threads.lo `test -f 'curl_threads.c' || echo './'`curl_threads.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c curl_sspi.c  -fPIC -DPIC -o libcurl_la-curl_sspi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c curl_threads.c  -fPIC -DPIC -o libcurl_la-curl_threads.o
mv -f .deps/libcurl_la-curl_ntlm_wb.Tpo .deps/libcurl_la-curl_ntlm_wb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c -o libcurl_la-dict.lo `test -f 'dict.c' || echo './'`dict.c
mv -f .deps/libcurl_la-curl_sspi.Tpo .deps/libcurl_la-curl_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-doh.lo -MD -MP -MF .deps/libcurl_la-doh.Tpo -c -o libcurl_la-doh.lo `test -f 'doh.c' || echo './'`doh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c dict.c  -fPIC -DPIC -o libcurl_la-dict.o
mv -f .deps/libcurl_la-curl_threads.Tpo .deps/libcurl_la-curl_threads.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-dynbuf.lo -MD -MP -MF .deps/libcurl_la-dynbuf.Tpo -c -o libcurl_la-dynbuf.lo `test -f 'dynbuf.c' || echo './'`dynbuf.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-doh.lo -MD -MP -MF .deps/libcurl_la-doh.Tpo -c doh.c  -fPIC -DPIC -o libcurl_la-doh.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-dynbuf.lo -MD -MP -MF .deps/libcurl_la-dynbuf.Tpo -c dynbuf.c  -fPIC -DPIC -o libcurl_la-dynbuf.o
mv -f .deps/libcurl_la-curl_sasl.Tpo .deps/libcurl_la-curl_sasl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c -o libcurl_la-easy.lo `test -f 'easy.c' || echo './'`easy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c easy.c  -fPIC -DPIC -o libcurl_la-easy.o
mv -f .deps/libcurl_la-dict.Tpo .deps/libcurl_la-dict.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easygetopt.lo -MD -MP -MF .deps/libcurl_la-easygetopt.Tpo -c -o libcurl_la-easygetopt.lo `test -f 'easygetopt.c' || echo './'`easygetopt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easygetopt.lo -MD -MP -MF .deps/libcurl_la-easygetopt.Tpo -c easygetopt.c  -fPIC -DPIC -o libcurl_la-easygetopt.o
mv -f .deps/libcurl_la-dynbuf.Tpo .deps/libcurl_la-dynbuf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easyoptions.lo -MD -MP -MF .deps/libcurl_la-easyoptions.Tpo -c -o libcurl_la-easyoptions.lo `test -f 'easyoptions.c' || echo './'`easyoptions.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easyoptions.lo -MD -MP -MF .deps/libcurl_la-easyoptions.Tpo -c easyoptions.c  -fPIC -DPIC -o libcurl_la-easyoptions.o
mv -f .deps/libcurl_la-easygetopt.Tpo .deps/libcurl_la-easygetopt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c -o libcurl_la-escape.lo `test -f 'escape.c' || echo './'`escape.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c escape.c  -fPIC -DPIC -o libcurl_la-escape.o
mv -f .deps/libcurl_la-easyoptions.Tpo .deps/libcurl_la-easyoptions.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c -o libcurl_la-file.lo `test -f 'file.c' || echo './'`file.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c file.c  -fPIC -DPIC -o libcurl_la-file.o
mv -f .deps/libcurl_la-doh.Tpo .deps/libcurl_la-doh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c -o libcurl_la-fileinfo.lo `test -f 'fileinfo.c' || echo './'`fileinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c fileinfo.c  -fPIC -DPIC -o libcurl_la-fileinfo.o
mv -f .deps/libcurl_la-easy.Tpo .deps/libcurl_la-easy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-fopen.lo -MD -MP -MF .deps/libcurl_la-fopen.Tpo -c -o libcurl_la-fopen.lo `test -f 'fopen.c' || echo './'`fopen.c
mv -f .deps/libcurl_la-escape.Tpo .deps/libcurl_la-escape.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c -o libcurl_la-formdata.lo `test -f 'formdata.c' || echo './'`formdata.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-fopen.lo -MD -MP -MF .deps/libcurl_la-fopen.Tpo -c fopen.c  -fPIC -DPIC -o libcurl_la-fopen.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c formdata.c  -fPIC -DPIC -o libcurl_la-formdata.o
mv -f .deps/libcurl_la-file.Tpo .deps/libcurl_la-file.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c -o libcurl_la-ftp.lo `test -f 'ftp.c' || echo './'`ftp.c
mv -f .deps/libcurl_la-fileinfo.Tpo .deps/libcurl_la-fileinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c -o libcurl_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo './'`ftplistparser.c
mv -f .deps/libcurl_la-fopen.Tpo .deps/libcurl_la-fopen.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c -o libcurl_la-getenv.lo `test -f 'getenv.c' || echo './'`getenv.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c ftplistparser.c  -fPIC -DPIC -o libcurl_la-ftplistparser.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c ftp.c  -fPIC -DPIC -o libcurl_la-ftp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c getenv.c  -fPIC -DPIC -o libcurl_la-getenv.o
mv -f .deps/libcurl_la-getenv.Tpo .deps/libcurl_la-getenv.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c -o libcurl_la-getinfo.lo `test -f 'getinfo.c' || echo './'`getinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c getinfo.c  -fPIC -DPIC -o libcurl_la-getinfo.o
mv -f .deps/libcurl_la-formdata.Tpo .deps/libcurl_la-formdata.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c -o libcurl_la-gopher.lo `test -f 'gopher.c' || echo './'`gopher.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c gopher.c  -fPIC -DPIC -o libcurl_la-gopher.o
mv -f .deps/libcurl_la-ftplistparser.Tpo .deps/libcurl_la-ftplistparser.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-h2h3.lo -MD -MP -MF .deps/libcurl_la-h2h3.Tpo -c -o libcurl_la-h2h3.lo `test -f 'h2h3.c' || echo './'`h2h3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-h2h3.lo -MD -MP -MF .deps/libcurl_la-h2h3.Tpo -c h2h3.c  -fPIC -DPIC -o libcurl_la-h2h3.o
mv -f .deps/libcurl_la-getinfo.Tpo .deps/libcurl_la-getinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c -o libcurl_la-hash.lo `test -f 'hash.c' || echo './'`hash.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c hash.c  -fPIC -DPIC -o libcurl_la-hash.o
mv -f .deps/libcurl_la-gopher.Tpo .deps/libcurl_la-gopher.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-headers.lo -MD -MP -MF .deps/libcurl_la-headers.Tpo -c -o libcurl_la-headers.lo `test -f 'headers.c' || echo './'`headers.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-headers.lo -MD -MP -MF .deps/libcurl_la-headers.Tpo -c headers.c  -fPIC -DPIC -o libcurl_la-headers.o
mv -f .deps/libcurl_la-h2h3.Tpo .deps/libcurl_la-h2h3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c -o libcurl_la-hmac.lo `test -f 'hmac.c' || echo './'`hmac.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c hmac.c  -fPIC -DPIC -o libcurl_la-hmac.o
mv -f .deps/libcurl_la-hash.Tpo .deps/libcurl_la-hash.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c -o libcurl_la-hostasyn.lo `test -f 'hostasyn.c' || echo './'`hostasyn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c hostasyn.c  -fPIC -DPIC -o libcurl_la-hostasyn.o
mv -f .deps/libcurl_la-hmac.Tpo .deps/libcurl_la-hmac.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c -o libcurl_la-hostip.lo `test -f 'hostip.c' || echo './'`hostip.c
mv -f .deps/libcurl_la-headers.Tpo .deps/libcurl_la-headers.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c -o libcurl_la-hostip4.lo `test -f 'hostip4.c' || echo './'`hostip4.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c hostip.c  -fPIC -DPIC -o libcurl_la-hostip.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c hostip4.c  -fPIC -DPIC -o libcurl_la-hostip4.o
mv -f .deps/libcurl_la-hostasyn.Tpo .deps/libcurl_la-hostasyn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c -o libcurl_la-hostip6.lo `test -f 'hostip6.c' || echo './'`hostip6.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c hostip6.c  -fPIC -DPIC -o libcurl_la-hostip6.o
mv -f .deps/libcurl_la-hostip4.Tpo .deps/libcurl_la-hostip4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c -o libcurl_la-hostsyn.lo `test -f 'hostsyn.c' || echo './'`hostsyn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c hostsyn.c  -fPIC -DPIC -o libcurl_la-hostsyn.o
mv -f .deps/libcurl_la-hostip6.Tpo .deps/libcurl_la-hostip6.Plo
mv -f .deps/libcurl_la-ftp.Tpo .deps/libcurl_la-ftp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hsts.lo -MD -MP -MF .deps/libcurl_la-hsts.Tpo -c -o libcurl_la-hsts.lo `test -f 'hsts.c' || echo './'`hsts.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c -o libcurl_la-http.lo `test -f 'http.c' || echo './'`http.c
mv -f .deps/libcurl_la-hostsyn.Tpo .deps/libcurl_la-hostsyn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c -o libcurl_la-http2.lo `test -f 'http2.c' || echo './'`http2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hsts.lo -MD -MP -MF .deps/libcurl_la-hsts.Tpo -c hsts.c  -fPIC -DPIC -o libcurl_la-hsts.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c http.c  -fPIC -DPIC -o libcurl_la-http.o
mv -f .deps/libcurl_la-hostip.Tpo .deps/libcurl_la-hostip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c -o libcurl_la-http_chunks.lo `test -f 'http_chunks.c' || echo './'`http_chunks.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c http2.c  -fPIC -DPIC -o libcurl_la-http2.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c http_chunks.c  -fPIC -DPIC -o libcurl_la-http_chunks.o
mv -f .deps/libcurl_la-hsts.Tpo .deps/libcurl_la-hsts.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c -o libcurl_la-http_digest.lo `test -f 'http_digest.c' || echo './'`http_digest.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c http_digest.c  -fPIC -DPIC -o libcurl_la-http_digest.o
mv -f .deps/libcurl_la-http_chunks.Tpo .deps/libcurl_la-http_chunks.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c -o libcurl_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo './'`http_negotiate.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c http_negotiate.c  -fPIC -DPIC -o libcurl_la-http_negotiate.o
mv -f .deps/libcurl_la-http_negotiate.Tpo .deps/libcurl_la-http_negotiate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_ntlm.lo -MD -MP -MF .deps/libcurl_la-http_ntlm.Tpo -c -o libcurl_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo './'`http_ntlm.c
mv -f .deps/libcurl_la-http_digest.Tpo .deps/libcurl_la-http_digest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c -o libcurl_la-http_proxy.lo `test -f 'http_proxy.c' || echo './'`http_proxy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c http_proxy.c  -fPIC -DPIC -o libcurl_la-http_proxy.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_ntlm.lo -MD -MP -MF .deps/libcurl_la-http_ntlm.Tpo -c http_ntlm.c  -fPIC -DPIC -o libcurl_la-http_ntlm.o
mv -f .deps/libcurl_la-http2.Tpo .deps/libcurl_la-http2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF .deps/libcurl_la-http_aws_sigv4.Tpo -c -o libcurl_la-http_aws_sigv4.lo `test -f 'http_aws_sigv4.c' || echo './'`http_aws_sigv4.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF .deps/libcurl_la-http_aws_sigv4.Tpo -c http_aws_sigv4.c  -fPIC -DPIC -o libcurl_la-http_aws_sigv4.o
mv -f .deps/libcurl_la-http_ntlm.Tpo .deps/libcurl_la-http_ntlm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-idn.lo -MD -MP -MF .deps/libcurl_la-idn.Tpo -c -o libcurl_la-idn.lo `test -f 'idn.c' || echo './'`idn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-idn.lo -MD -MP -MF .deps/libcurl_la-idn.Tpo -c idn.c  -fPIC -DPIC -o libcurl_la-idn.o
mv -f .deps/libcurl_la-http_proxy.Tpo .deps/libcurl_la-http_proxy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c -o libcurl_la-if2ip.lo `test -f 'if2ip.c' || echo './'`if2ip.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c if2ip.c  -fPIC -DPIC -o libcurl_la-if2ip.o
mv -f .deps/libcurl_la-http.Tpo .deps/libcurl_la-http.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c -o libcurl_la-imap.lo `test -f 'imap.c' || echo './'`imap.c
mv -f .deps/libcurl_la-idn.Tpo .deps/libcurl_la-idn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c -o libcurl_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo './'`inet_ntop.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c imap.c  -fPIC -DPIC -o libcurl_la-imap.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c inet_ntop.c  -fPIC -DPIC -o libcurl_la-inet_ntop.o
mv -f .deps/libcurl_la-http_aws_sigv4.Tpo .deps/libcurl_la-http_aws_sigv4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c -o libcurl_la-inet_pton.lo `test -f 'inet_pton.c' || echo './'`inet_pton.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c inet_pton.c  -fPIC -DPIC -o libcurl_la-inet_pton.o
mv -f .deps/libcurl_la-if2ip.Tpo .deps/libcurl_la-if2ip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c -o libcurl_la-krb5.lo `test -f 'krb5.c' || echo './'`krb5.c
mv -f .deps/libcurl_la-inet_ntop.Tpo .deps/libcurl_la-inet_ntop.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c -o libcurl_la-ldap.lo `test -f 'ldap.c' || echo './'`ldap.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c ldap.c  -fPIC -DPIC -o libcurl_la-ldap.o
mv -f .deps/libcurl_la-inet_pton.Tpo .deps/libcurl_la-inet_pton.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c -o libcurl_la-llist.lo `test -f 'llist.c' || echo './'`llist.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c krb5.c  -fPIC -DPIC -o libcurl_la-krb5.o
mv -f .deps/libcurl_la-ldap.Tpo .deps/libcurl_la-ldap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c -o libcurl_la-md4.lo `test -f 'md4.c' || echo './'`md4.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c llist.c  -fPIC -DPIC -o libcurl_la-llist.o
mv -f .deps/libcurl_la-krb5.Tpo .deps/libcurl_la-krb5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c -o libcurl_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c md4.c  -fPIC -DPIC -o libcurl_la-md4.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c md5.c  -fPIC -DPIC -o libcurl_la-md5.o
mv -f .deps/libcurl_la-llist.Tpo .deps/libcurl_la-llist.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c -o libcurl_la-memdebug.lo `test -f 'memdebug.c' || echo './'`memdebug.c
mv -f .deps/libcurl_la-md4.Tpo .deps/libcurl_la-md4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mime.lo -MD -MP -MF .deps/libcurl_la-mime.Tpo -c -o libcurl_la-mime.lo `test -f 'mime.c' || echo './'`mime.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c memdebug.c  -fPIC -DPIC -o libcurl_la-memdebug.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mime.lo -MD -MP -MF .deps/libcurl_la-mime.Tpo -c mime.c  -fPIC -DPIC -o libcurl_la-mime.o
mv -f .deps/libcurl_la-md5.Tpo .deps/libcurl_la-md5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c -o libcurl_la-mprintf.lo `test -f 'mprintf.c' || echo './'`mprintf.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c mprintf.c  -fPIC -DPIC -o libcurl_la-mprintf.o
mv -f .deps/libcurl_la-memdebug.Tpo .deps/libcurl_la-memdebug.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mqtt.lo -MD -MP -MF .deps/libcurl_la-mqtt.Tpo -c -o libcurl_la-mqtt.lo `test -f 'mqtt.c' || echo './'`mqtt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mqtt.lo -MD -MP -MF .deps/libcurl_la-mqtt.Tpo -c mqtt.c  -fPIC -DPIC -o libcurl_la-mqtt.o
mv -f .deps/libcurl_la-imap.Tpo .deps/libcurl_la-imap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c -o libcurl_la-multi.lo `test -f 'multi.c' || echo './'`multi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c multi.c  -fPIC -DPIC -o libcurl_la-multi.o
mv -f .deps/libcurl_la-mqtt.Tpo .deps/libcurl_la-mqtt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c -o libcurl_la-netrc.lo `test -f 'netrc.c' || echo './'`netrc.c
mv -f .deps/libcurl_la-mprintf.Tpo .deps/libcurl_la-mprintf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c -o libcurl_la-nonblock.lo `test -f 'nonblock.c' || echo './'`nonblock.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c netrc.c  -fPIC -DPIC -o libcurl_la-netrc.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c nonblock.c  -fPIC -DPIC -o libcurl_la-nonblock.o
mv -f .deps/libcurl_la-mime.Tpo .deps/libcurl_la-mime.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-noproxy.lo -MD -MP -MF .deps/libcurl_la-noproxy.Tpo -c -o libcurl_la-noproxy.lo `test -f 'noproxy.c' || echo './'`noproxy.c
mv -f .deps/libcurl_la-nonblock.Tpo .deps/libcurl_la-nonblock.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c -o libcurl_la-openldap.lo `test -f 'openldap.c' || echo './'`openldap.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-noproxy.lo -MD -MP -MF .deps/libcurl_la-noproxy.Tpo -c noproxy.c  -fPIC -DPIC -o libcurl_la-noproxy.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c openldap.c  -fPIC -DPIC -o libcurl_la-openldap.o
mv -f .deps/libcurl_la-netrc.Tpo .deps/libcurl_la-netrc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c -o libcurl_la-parsedate.lo `test -f 'parsedate.c' || echo './'`parsedate.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c parsedate.c  -fPIC -DPIC -o libcurl_la-parsedate.o
mv -f .deps/libcurl_la-openldap.Tpo .deps/libcurl_la-openldap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c -o libcurl_la-pingpong.lo `test -f 'pingpong.c' || echo './'`pingpong.c
mv -f .deps/libcurl_la-noproxy.Tpo .deps/libcurl_la-noproxy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c -o libcurl_la-pop3.lo `test -f 'pop3.c' || echo './'`pop3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c pingpong.c  -fPIC -DPIC -o libcurl_la-pingpong.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c pop3.c  -fPIC -DPIC -o libcurl_la-pop3.o
mv -f .deps/libcurl_la-parsedate.Tpo .deps/libcurl_la-parsedate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c -o libcurl_la-progress.lo `test -f 'progress.c' || echo './'`progress.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c progress.c  -fPIC -DPIC -o libcurl_la-progress.o
mv -f .deps/libcurl_la-pingpong.Tpo .deps/libcurl_la-pingpong.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-psl.lo -MD -MP -MF .deps/libcurl_la-psl.Tpo -c -o libcurl_la-psl.lo `test -f 'psl.c' || echo './'`psl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-psl.lo -MD -MP -MF .deps/libcurl_la-psl.Tpo -c psl.c  -fPIC -DPIC -o libcurl_la-psl.o
mv -f .deps/libcurl_la-psl.Tpo .deps/libcurl_la-psl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rand.lo -MD -MP -MF .deps/libcurl_la-rand.Tpo -c -o libcurl_la-rand.lo `test -f 'rand.c' || echo './'`rand.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rand.lo -MD -MP -MF .deps/libcurl_la-rand.Tpo -c rand.c  -fPIC -DPIC -o libcurl_la-rand.o
mv -f .deps/libcurl_la-multi.Tpo .deps/libcurl_la-multi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rename.lo -MD -MP -MF .deps/libcurl_la-rename.Tpo -c -o libcurl_la-rename.lo `test -f 'rename.c' || echo './'`rename.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rename.lo -MD -MP -MF .deps/libcurl_la-rename.Tpo -c rename.c  -fPIC -DPIC -o libcurl_la-rename.o
mv -f .deps/libcurl_la-pop3.Tpo .deps/libcurl_la-pop3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c -o libcurl_la-rtsp.lo `test -f 'rtsp.c' || echo './'`rtsp.c
mv -f .deps/libcurl_la-progress.Tpo .deps/libcurl_la-progress.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c -o libcurl_la-select.lo `test -f 'select.c' || echo './'`select.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c rtsp.c  -fPIC -DPIC -o libcurl_la-rtsp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c select.c  -fPIC -DPIC -o libcurl_la-select.o
mv -f .deps/libcurl_la-rand.Tpo .deps/libcurl_la-rand.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c -o libcurl_la-sendf.lo `test -f 'sendf.c' || echo './'`sendf.c
mv -f .deps/libcurl_la-rename.Tpo .deps/libcurl_la-rename.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-setopt.lo -MD -MP -MF .deps/libcurl_la-setopt.Tpo -c -o libcurl_la-setopt.lo `test -f 'setopt.c' || echo './'`setopt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c sendf.c  -fPIC -DPIC -o libcurl_la-sendf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-setopt.lo -MD -MP -MF .deps/libcurl_la-setopt.Tpo -c setopt.c  -fPIC -DPIC -o libcurl_la-setopt.o
mv -f .deps/libcurl_la-select.Tpo .deps/libcurl_la-select.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-sha256.lo -MD -MP -MF .deps/libcurl_la-sha256.Tpo -c -o libcurl_la-sha256.lo `test -f 'sha256.c' || echo './'`sha256.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-sha256.lo -MD -MP -MF .deps/libcurl_la-sha256.Tpo -c sha256.c  -fPIC -DPIC -o libcurl_la-sha256.o
mv -f .deps/libcurl_la-sendf.Tpo .deps/libcurl_la-sendf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c -o libcurl_la-share.lo `test -f 'share.c' || echo './'`share.c
mv -f .deps/libcurl_la-rtsp.Tpo .deps/libcurl_la-rtsp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c -o libcurl_la-slist.lo `test -f 'slist.c' || echo './'`slist.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c share.c  -fPIC -DPIC -o libcurl_la-share.o
mv -f .deps/libcurl_la-sha256.Tpo .deps/libcurl_la-sha256.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c -o libcurl_la-smb.lo `test -f 'smb.c' || echo './'`smb.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c slist.c  -fPIC -DPIC -o libcurl_la-slist.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c smb.c  -fPIC -DPIC -o libcurl_la-smb.o
mv -f .deps/libcurl_la-share.Tpo .deps/libcurl_la-share.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c -o libcurl_la-smtp.lo `test -f 'smtp.c' || echo './'`smtp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c smtp.c  -fPIC -DPIC -o libcurl_la-smtp.o
mv -f .deps/libcurl_la-slist.Tpo .deps/libcurl_la-slist.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socketpair.lo -MD -MP -MF .deps/libcurl_la-socketpair.Tpo -c -o libcurl_la-socketpair.lo `test -f 'socketpair.c' || echo './'`socketpair.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socketpair.lo -MD -MP -MF .deps/libcurl_la-socketpair.Tpo -c socketpair.c  -fPIC -DPIC -o libcurl_la-socketpair.o
mv -f .deps/libcurl_la-socketpair.Tpo .deps/libcurl_la-socketpair.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c -o libcurl_la-socks.lo `test -f 'socks.c' || echo './'`socks.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c socks.c  -fPIC -DPIC -o libcurl_la-socks.o
mv -f .deps/libcurl_la-setopt.Tpo .deps/libcurl_la-setopt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c -o libcurl_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo './'`socks_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c socks_gssapi.c  -fPIC -DPIC -o libcurl_la-socks_gssapi.o
mv -f .deps/libcurl_la-socks_gssapi.Tpo .deps/libcurl_la-socks_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c -o libcurl_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo './'`socks_sspi.c
mv -f .deps/libcurl_la-smb.Tpo .deps/libcurl_la-smb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c -o libcurl_la-speedcheck.lo `test -f 'speedcheck.c' || echo './'`speedcheck.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c socks_sspi.c  -fPIC -DPIC -o libcurl_la-socks_sspi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c speedcheck.c  -fPIC -DPIC -o libcurl_la-speedcheck.o
mv -f .deps/libcurl_la-smtp.Tpo .deps/libcurl_la-smtp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c -o libcurl_la-splay.lo `test -f 'splay.c' || echo './'`splay.c
mv -f .deps/libcurl_la-socks_sspi.Tpo .deps/libcurl_la-socks_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strcase.lo -MD -MP -MF .deps/libcurl_la-strcase.Tpo -c -o libcurl_la-strcase.lo `test -f 'strcase.c' || echo './'`strcase.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c splay.c  -fPIC -DPIC -o libcurl_la-splay.o
mv -f .deps/libcurl_la-speedcheck.Tpo .deps/libcurl_la-speedcheck.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c -o libcurl_la-strdup.lo `test -f 'strdup.c' || echo './'`strdup.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strcase.lo -MD -MP -MF .deps/libcurl_la-strcase.Tpo -c strcase.c  -fPIC -DPIC -o libcurl_la-strcase.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c strdup.c  -fPIC -DPIC -o libcurl_la-strdup.o
mv -f .deps/libcurl_la-socks.Tpo .deps/libcurl_la-socks.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c -o libcurl_la-strerror.lo `test -f 'strerror.c' || echo './'`strerror.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c strerror.c  -fPIC -DPIC -o libcurl_la-strerror.o
mv -f .deps/libcurl_la-splay.Tpo .deps/libcurl_la-splay.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c -o libcurl_la-strtok.lo `test -f 'strtok.c' || echo './'`strtok.c
mv -f .deps/libcurl_la-strdup.Tpo .deps/libcurl_la-strdup.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c -o libcurl_la-strtoofft.lo `test -f 'strtoofft.c' || echo './'`strtoofft.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c strtok.c  -fPIC -DPIC -o libcurl_la-strtok.o
mv -f .deps/libcurl_la-strcase.Tpo .deps/libcurl_la-strcase.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-system_win32.lo -MD -MP -MF .deps/libcurl_la-system_win32.Tpo -c -o libcurl_la-system_win32.lo `test -f 'system_win32.c' || echo './'`system_win32.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c strtoofft.c  -fPIC -DPIC -o libcurl_la-strtoofft.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-system_win32.lo -MD -MP -MF .deps/libcurl_la-system_win32.Tpo -c system_win32.c  -fPIC -DPIC -o libcurl_la-system_win32.o
mv -f .deps/libcurl_la-strerror.Tpo .deps/libcurl_la-strerror.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c -o libcurl_la-telnet.lo `test -f 'telnet.c' || echo './'`telnet.c
mv -f .deps/libcurl_la-strtok.Tpo .deps/libcurl_la-strtok.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c -o libcurl_la-tftp.lo `test -f 'tftp.c' || echo './'`tftp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c telnet.c  -fPIC -DPIC -o libcurl_la-telnet.o
mv -f .deps/libcurl_la-strtoofft.Tpo .deps/libcurl_la-strtoofft.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-timediff.lo -MD -MP -MF .deps/libcurl_la-timediff.Tpo -c -o libcurl_la-timediff.lo `test -f 'timediff.c' || echo './'`timediff.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c tftp.c  -fPIC -DPIC -o libcurl_la-tftp.o
mv -f .deps/libcurl_la-system_win32.Tpo .deps/libcurl_la-system_win32.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c -o libcurl_la-timeval.lo `test -f 'timeval.c' || echo './'`timeval.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-timediff.lo -MD -MP -MF .deps/libcurl_la-timediff.Tpo -c timediff.c  -fPIC -DPIC -o libcurl_la-timediff.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c timeval.c  -fPIC -DPIC -o libcurl_la-timeval.o
mv -f .deps/libcurl_la-timediff.Tpo .deps/libcurl_la-timediff.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c -o libcurl_la-transfer.lo `test -f 'transfer.c' || echo './'`transfer.c
mv -f .deps/libcurl_la-timeval.Tpo .deps/libcurl_la-timeval.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c -o libcurl_la-url.lo `test -f 'url.c' || echo './'`url.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c url.c  -fPIC -DPIC -o libcurl_la-url.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c transfer.c  -fPIC -DPIC -o libcurl_la-transfer.o
mv -f .deps/libcurl_la-tftp.Tpo .deps/libcurl_la-tftp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-urlapi.lo -MD -MP -MF .deps/libcurl_la-urlapi.Tpo -c -o libcurl_la-urlapi.lo `test -f 'urlapi.c' || echo './'`urlapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-urlapi.lo -MD -MP -MF .deps/libcurl_la-urlapi.Tpo -c urlapi.c  -fPIC -DPIC -o libcurl_la-urlapi.o
mv -f .deps/libcurl_la-telnet.Tpo .deps/libcurl_la-telnet.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c -o libcurl_la-version.lo `test -f 'version.c' || echo './'`version.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c version.c  -fPIC -DPIC -o libcurl_la-version.o
mv -f .deps/libcurl_la-version.Tpo .deps/libcurl_la-version.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-version_win32.lo -MD -MP -MF .deps/libcurl_la-version_win32.Tpo -c -o libcurl_la-version_win32.lo `test -f 'version_win32.c' || echo './'`version_win32.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-version_win32.lo -MD -MP -MF .deps/libcurl_la-version_win32.Tpo -c version_win32.c  -fPIC -DPIC -o libcurl_la-version_win32.o
mv -f .deps/libcurl_la-version_win32.Tpo .deps/libcurl_la-version_win32.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c -o libcurl_la-warnless.lo `test -f 'warnless.c' || echo './'`warnless.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c warnless.c  -fPIC -DPIC -o libcurl_la-warnless.o
mv -f .deps/libcurl_la-transfer.Tpo .deps/libcurl_la-transfer.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ws.lo -MD -MP -MF .deps/libcurl_la-ws.Tpo -c -o libcurl_la-ws.lo `test -f 'ws.c' || echo './'`ws.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ws.lo -MD -MP -MF .deps/libcurl_la-ws.Tpo -c ws.c  -fPIC -DPIC -o libcurl_la-ws.o
mv -f .deps/libcurl_la-warnless.Tpo .deps/libcurl_la-warnless.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/.deps/libcurl_la-cleartext.Tpo -c -o vauth/libcurl_la-cleartext.lo `test -f 'vauth/cleartext.c' || echo './'`vauth/cleartext.c
mv -f .deps/libcurl_la-urlapi.Tpo .deps/libcurl_la-urlapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/.deps/libcurl_la-cram.Tpo -c -o vauth/libcurl_la-cram.lo `test -f 'vauth/cram.c' || echo './'`vauth/cram.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/.deps/libcurl_la-cleartext.Tpo -c vauth/cleartext.c  -fPIC -DPIC -o vauth/libcurl_la-cleartext.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/.deps/libcurl_la-cram.Tpo -c vauth/cram.c  -fPIC -DPIC -o vauth/libcurl_la-cram.o
mv -f .deps/libcurl_la-ws.Tpo .deps/libcurl_la-ws.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/.deps/libcurl_la-digest.Tpo -c -o vauth/libcurl_la-digest.lo `test -f 'vauth/digest.c' || echo './'`vauth/digest.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/.deps/libcurl_la-digest.Tpo -c vauth/digest.c  -fPIC -DPIC -o vauth/libcurl_la-digest.o
mv -f vauth/.deps/libcurl_la-cleartext.Tpo vauth/.deps/libcurl_la-cleartext.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-digest_sspi.Tpo -c -o vauth/libcurl_la-digest_sspi.lo `test -f 'vauth/digest_sspi.c' || echo './'`vauth/digest_sspi.c
mv -f vauth/.deps/libcurl_la-cram.Tpo vauth/.deps/libcurl_la-cram.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/.deps/libcurl_la-gsasl.Tpo -c -o vauth/libcurl_la-gsasl.lo `test -f 'vauth/gsasl.c' || echo './'`vauth/gsasl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-digest_sspi.Tpo -c vauth/digest_sspi.c  -fPIC -DPIC -o vauth/libcurl_la-digest_sspi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/.deps/libcurl_la-gsasl.Tpo -c vauth/gsasl.c  -fPIC -DPIC -o vauth/libcurl_la-gsasl.o
mv -f vauth/.deps/libcurl_la-digest_sspi.Tpo vauth/.deps/libcurl_la-digest_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_gssapi.Tpo -c -o vauth/libcurl_la-krb5_gssapi.lo `test -f 'vauth/krb5_gssapi.c' || echo './'`vauth/krb5_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_gssapi.Tpo -c vauth/krb5_gssapi.c  -fPIC -DPIC -o vauth/libcurl_la-krb5_gssapi.o
mv -f vauth/.deps/libcurl_la-gsasl.Tpo vauth/.deps/libcurl_la-gsasl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_sspi.Tpo -c -o vauth/libcurl_la-krb5_sspi.lo `test -f 'vauth/krb5_sspi.c' || echo './'`vauth/krb5_sspi.c
mv -f vauth/.deps/libcurl_la-krb5_gssapi.Tpo vauth/.deps/libcurl_la-krb5_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm.Tpo -c -o vauth/libcurl_la-ntlm.lo `test -f 'vauth/ntlm.c' || echo './'`vauth/ntlm.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_sspi.Tpo -c vauth/krb5_sspi.c  -fPIC -DPIC -o vauth/libcurl_la-krb5_sspi.o
mv -f .deps/libcurl_la-url.Tpo .deps/libcurl_la-url.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm_sspi.Tpo -c -o vauth/libcurl_la-ntlm_sspi.lo `test -f 'vauth/ntlm_sspi.c' || echo './'`vauth/ntlm_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm_sspi.Tpo -c vauth/ntlm_sspi.c  -fPIC -DPIC -o vauth/libcurl_la-ntlm_sspi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm.Tpo -c vauth/ntlm.c  -fPIC -DPIC -o vauth/libcurl_la-ntlm.o
mv -f vauth/.deps/libcurl_la-krb5_sspi.Tpo vauth/.deps/libcurl_la-krb5_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/.deps/libcurl_la-oauth2.Tpo -c -o vauth/libcurl_la-oauth2.lo `test -f 'vauth/oauth2.c' || echo './'`vauth/oauth2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/.deps/libcurl_la-oauth2.Tpo -c vauth/oauth2.c  -fPIC -DPIC -o vauth/libcurl_la-oauth2.o
mv -f vauth/.deps/libcurl_la-ntlm_sspi.Tpo vauth/.deps/libcurl_la-ntlm_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_gssapi.Tpo -c -o vauth/libcurl_la-spnego_gssapi.lo `test -f 'vauth/spnego_gssapi.c' || echo './'`vauth/spnego_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_gssapi.Tpo -c vauth/spnego_gssapi.c  -fPIC -DPIC -o vauth/libcurl_la-spnego_gssapi.o
mv -f vauth/.deps/libcurl_la-digest.Tpo vauth/.deps/libcurl_la-digest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_sspi.Tpo -c -o vauth/libcurl_la-spnego_sspi.lo `test -f 'vauth/spnego_sspi.c' || echo './'`vauth/spnego_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_sspi.Tpo -c vauth/spnego_sspi.c  -fPIC -DPIC -o vauth/libcurl_la-spnego_sspi.o
mv -f vauth/.deps/libcurl_la-oauth2.Tpo vauth/.deps/libcurl_la-oauth2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/.deps/libcurl_la-vauth.Tpo -c -o vauth/libcurl_la-vauth.lo `test -f 'vauth/vauth.c' || echo './'`vauth/vauth.c
mv -f vauth/.deps/libcurl_la-spnego_gssapi.Tpo vauth/.deps/libcurl_la-spnego_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/.deps/libcurl_la-bearssl.Tpo -c -o vtls/libcurl_la-bearssl.lo `test -f 'vtls/bearssl.c' || echo './'`vtls/bearssl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/.deps/libcurl_la-vauth.Tpo -c vauth/vauth.c  -fPIC -DPIC -o vauth/libcurl_la-vauth.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/.deps/libcurl_la-bearssl.Tpo -c vtls/bearssl.c  -fPIC -DPIC -o vtls/libcurl_la-bearssl.o
mv -f vauth/.deps/libcurl_la-spnego_sspi.Tpo vauth/.deps/libcurl_la-spnego_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c -o vtls/libcurl_la-gskit.lo `test -f 'vtls/gskit.c' || echo './'`vtls/gskit.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c vtls/gskit.c  -fPIC -DPIC -o vtls/libcurl_la-gskit.o
mv -f vtls/.deps/libcurl_la-bearssl.Tpo vtls/.deps/libcurl_la-bearssl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c -o vtls/libcurl_la-gtls.lo `test -f 'vtls/gtls.c' || echo './'`vtls/gtls.c
mv -f vtls/.deps/libcurl_la-gskit.Tpo vtls/.deps/libcurl_la-gskit.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/.deps/libcurl_la-hostcheck.Tpo -c -o vtls/libcurl_la-hostcheck.lo `test -f 'vtls/hostcheck.c' || echo './'`vtls/hostcheck.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c vtls/gtls.c  -fPIC -DPIC -o vtls/libcurl_la-gtls.o
mv -f vauth/.deps/libcurl_la-vauth.Tpo vauth/.deps/libcurl_la-vauth.Plo
mv -f vauth/.deps/libcurl_la-ntlm.Tpo vauth/.deps/libcurl_la-ntlm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/.deps/libcurl_la-keylog.Tpo -c -o vtls/libcurl_la-keylog.lo `test -f 'vtls/keylog.c' || echo './'`vtls/keylog.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls.Tpo -c -o vtls/libcurl_la-mbedtls.lo `test -f 'vtls/mbedtls.c' || echo './'`vtls/mbedtls.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/.deps/libcurl_la-hostcheck.Tpo -c vtls/hostcheck.c  -fPIC -DPIC -o vtls/libcurl_la-hostcheck.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls.Tpo -c vtls/mbedtls.c  -fPIC -DPIC -o vtls/libcurl_la-mbedtls.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/.deps/libcurl_la-keylog.Tpo -c vtls/keylog.c  -fPIC -DPIC -o vtls/libcurl_la-keylog.o
mv -f vtls/.deps/libcurl_la-gtls.Tpo vtls/.deps/libcurl_la-gtls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo -c -o vtls/libcurl_la-mbedtls_threadlock.lo `test -f 'vtls/mbedtls_threadlock.c' || echo './'`vtls/mbedtls_threadlock.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo -c vtls/mbedtls_threadlock.c  -fPIC -DPIC -o vtls/libcurl_la-mbedtls_threadlock.o
mv -f vtls/.deps/libcurl_la-mbedtls.Tpo vtls/.deps/libcurl_la-mbedtls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c -o vtls/libcurl_la-nss.lo `test -f 'vtls/nss.c' || echo './'`vtls/nss.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c vtls/nss.c  -fPIC -DPIC -o vtls/libcurl_la-nss.o
mv -f vtls/.deps/libcurl_la-hostcheck.Tpo vtls/.deps/libcurl_la-hostcheck.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c -o vtls/libcurl_la-openssl.lo `test -f 'vtls/openssl.c' || echo './'`vtls/openssl.c
mv -f vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo vtls/.deps/libcurl_la-mbedtls_threadlock.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/.deps/libcurl_la-rustls.Tpo -c -o vtls/libcurl_la-rustls.lo `test -f 'vtls/rustls.c' || echo './'`vtls/rustls.c
mv -f vtls/.deps/libcurl_la-keylog.Tpo vtls/.deps/libcurl_la-keylog.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel.Tpo -c -o vtls/libcurl_la-schannel.lo `test -f 'vtls/schannel.c' || echo './'`vtls/schannel.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c vtls/openssl.c  -fPIC -DPIC -o vtls/libcurl_la-openssl.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/.deps/libcurl_la-rustls.Tpo -c vtls/rustls.c  -fPIC -DPIC -o vtls/libcurl_la-rustls.o
mv -f vtls/.deps/libcurl_la-nss.Tpo vtls/.deps/libcurl_la-nss.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel_verify.Tpo -c -o vtls/libcurl_la-schannel_verify.lo `test -f 'vtls/schannel_verify.c' || echo './'`vtls/schannel_verify.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel.Tpo -c vtls/schannel.c  -fPIC -DPIC -o vtls/libcurl_la-schannel.o
mv -f vtls/.deps/libcurl_la-rustls.Tpo vtls/.deps/libcurl_la-rustls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/.deps/libcurl_la-sectransp.Tpo -c -o vtls/libcurl_la-sectransp.lo `test -f 'vtls/sectransp.c' || echo './'`vtls/sectransp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel_verify.Tpo -c vtls/schannel_verify.c  -fPIC -DPIC -o vtls/libcurl_la-schannel_verify.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/.deps/libcurl_la-sectransp.Tpo -c vtls/sectransp.c  -fPIC -DPIC -o vtls/libcurl_la-sectransp.o
mv -f vtls/.deps/libcurl_la-schannel.Tpo vtls/.deps/libcurl_la-schannel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c -o vtls/libcurl_la-vtls.lo `test -f 'vtls/vtls.c' || echo './'`vtls/vtls.c
mv -f vtls/.deps/libcurl_la-schannel_verify.Tpo vtls/.deps/libcurl_la-schannel_verify.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/.deps/libcurl_la-wolfssl.Tpo -c -o vtls/libcurl_la-wolfssl.lo `test -f 'vtls/wolfssl.c' || echo './'`vtls/wolfssl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c vtls/vtls.c  -fPIC -DPIC -o vtls/libcurl_la-vtls.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/.deps/libcurl_la-wolfssl.Tpo -c vtls/wolfssl.c  -fPIC -DPIC -o vtls/libcurl_la-wolfssl.o
mv -f vtls/.deps/libcurl_la-sectransp.Tpo vtls/.deps/libcurl_la-sectransp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/.deps/libcurl_la-x509asn1.Tpo -c -o vtls/libcurl_la-x509asn1.lo `test -f 'vtls/x509asn1.c' || echo './'`vtls/x509asn1.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/.deps/libcurl_la-x509asn1.Tpo -c vtls/x509asn1.c  -fPIC -DPIC -o vtls/libcurl_la-x509asn1.o
mv -f vtls/.deps/libcurl_la-wolfssl.Tpo vtls/.deps/libcurl_la-wolfssl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_msh3.Tpo -c -o vquic/libcurl_la-curl_msh3.lo `test -f 'vquic/curl_msh3.c' || echo './'`vquic/curl_msh3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_msh3.Tpo -c vquic/curl_msh3.c  -fPIC -DPIC -o vquic/libcurl_la-curl_msh3.o
mv -f vtls/.deps/libcurl_la-x509asn1.Tpo vtls/.deps/libcurl_la-x509asn1.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_ngtcp2.Tpo -c -o vquic/libcurl_la-curl_ngtcp2.lo `test -f 'vquic/curl_ngtcp2.c' || echo './'`vquic/curl_ngtcp2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_ngtcp2.Tpo -c vquic/curl_ngtcp2.c  -fPIC -DPIC -o vquic/libcurl_la-curl_ngtcp2.o
mv -f vquic/.deps/libcurl_la-curl_msh3.Tpo vquic/.deps/libcurl_la-curl_msh3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_quiche.Tpo -c -o vquic/libcurl_la-curl_quiche.lo `test -f 'vquic/curl_quiche.c' || echo './'`vquic/curl_quiche.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_quiche.Tpo -c vquic/curl_quiche.c  -fPIC -DPIC -o vquic/libcurl_la-curl_quiche.o
mv -f vquic/.deps/libcurl_la-curl_ngtcp2.Tpo vquic/.deps/libcurl_la-curl_ngtcp2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/.deps/libcurl_la-vquic.Tpo -c -o vquic/libcurl_la-vquic.lo `test -f 'vquic/vquic.c' || echo './'`vquic/vquic.c
mv -f vquic/.deps/libcurl_la-curl_quiche.Tpo vquic/.deps/libcurl_la-curl_quiche.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh.Tpo -c -o vssh/libcurl_la-libssh.lo `test -f 'vssh/libssh.c' || echo './'`vssh/libssh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/.deps/libcurl_la-vquic.Tpo -c vquic/vquic.c  -fPIC -DPIC -o vquic/libcurl_la-vquic.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh.Tpo -c vssh/libssh.c  -fPIC -DPIC -o vssh/libcurl_la-libssh.o
mv -f vssh/.deps/libcurl_la-libssh.Tpo vssh/.deps/libcurl_la-libssh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh2.Tpo -c -o vssh/libcurl_la-libssh2.lo `test -f 'vssh/libssh2.c' || echo './'`vssh/libssh2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh2.Tpo -c vssh/libssh2.c  -fPIC -DPIC -o vssh/libcurl_la-libssh2.o
mv -f vquic/.deps/libcurl_la-vquic.Tpo vquic/.deps/libcurl_la-vquic.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/.deps/libcurl_la-wolfssh.Tpo -c -o vssh/libcurl_la-wolfssh.lo `test -f 'vssh/wolfssh.c' || echo './'`vssh/wolfssh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/.deps/libcurl_la-wolfssh.Tpo -c vssh/wolfssh.c  -fPIC -DPIC -o vssh/libcurl_la-wolfssh.o
mv -f vssh/.deps/libcurl_la-wolfssh.Tpo vssh/.deps/libcurl_la-wolfssh.Plo
mv -f vtls/.deps/libcurl_la-vtls.Tpo vtls/.deps/libcurl_la-vtls.Plo
mv -f vtls/.deps/libcurl_la-openssl.Tpo vtls/.deps/libcurl_la-openssl.Plo
mv -f vssh/.deps/libcurl_la-libssh2.Tpo vssh/.deps/libcurl_la-libssh2.Plo
/bin/sh ../libtool  --tag=CC   --mode=link clang  -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2   -version-info 12:0:8    -export-symbols-regex '^curl_.*' -static -all-static -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz -static -all-static -o libcurl.la -rpath /usr/local/lib libcurl_la-altsvc.lo libcurl_la-amigaos.lo libcurl_la-asyn-ares.lo libcurl_la-asyn-thread.lo libcurl_la-base64.lo libcurl_la-bufref.lo libcurl_la-c-hyper.lo libcurl_la-cf-https-connect.lo libcurl_la-cf-socket.lo libcurl_la-cfilters.lo libcurl_la-conncache.lo libcurl_la-connect.lo libcurl_la-content_encoding.lo libcurl_la-cookie.lo libcurl_la-curl_addrinfo.lo libcurl_la-curl_des.lo libcurl_la-curl_endian.lo libcurl_la-curl_fnmatch.lo libcurl_la-curl_get_line.lo libcurl_la-curl_gethostname.lo libcurl_la-curl_gssapi.lo libcurl_la-curl_log.lo libcurl_la-curl_memrchr.lo libcurl_la-curl_multibyte.lo libcurl_la-curl_ntlm_core.lo libcurl_la-curl_ntlm_wb.lo libcurl_la-curl_path.lo libcurl_la-curl_range.lo libcurl_la-curl_rtmp.lo libcurl_la-curl_sasl.lo libcurl_la-curl_sspi.lo libcurl_la-curl_threads.lo libcurl_la-dict.lo libcurl_la-doh.lo libcurl_la-dynbuf.lo libcurl_la-easy.lo libcurl_la-easygetopt.lo libcurl_la-easyoptions.lo libcurl_la-escape.lo libcurl_la-file.lo libcurl_la-fileinfo.lo libcurl_la-fopen.lo libcurl_la-formdata.lo libcurl_la-ftp.lo libcurl_la-ftplistparser.lo libcurl_la-getenv.lo libcurl_la-getinfo.lo libcurl_la-gopher.lo libcurl_la-h2h3.lo libcurl_la-hash.lo libcurl_la-headers.lo libcurl_la-hmac.lo libcurl_la-hostasyn.lo libcurl_la-hostip.lo libcurl_la-hostip4.lo libcurl_la-hostip6.lo libcurl_la-hostsyn.lo libcurl_la-hsts.lo libcurl_la-http.lo libcurl_la-http2.lo libcurl_la-http_chunks.lo libcurl_la-http_digest.lo libcurl_la-http_negotiate.lo libcurl_la-http_ntlm.lo libcurl_la-http_proxy.lo libcurl_la-http_aws_sigv4.lo libcurl_la-idn.lo libcurl_la-if2ip.lo libcurl_la-imap.lo libcurl_la-inet_ntop.lo libcurl_la-inet_pton.lo libcurl_la-krb5.lo libcurl_la-ldap.lo libcurl_la-llist.lo libcurl_la-md4.lo libcurl_la-md5.lo libcurl_la-memdebug.lo libcurl_la-mime.lo libcurl_la-mprintf.lo libcurl_la-mqtt.lo libcurl_la-multi.lo libcurl_la-netrc.lo libcurl_la-nonblock.lo libcurl_la-noproxy.lo libcurl_la-openldap.lo libcurl_la-parsedate.lo libcurl_la-pingpong.lo libcurl_la-pop3.lo libcurl_la-progress.lo libcurl_la-psl.lo libcurl_la-rand.lo libcurl_la-rename.lo libcurl_la-rtsp.lo libcurl_la-select.lo libcurl_la-sendf.lo libcurl_la-setopt.lo libcurl_la-sha256.lo libcurl_la-share.lo libcurl_la-slist.lo libcurl_la-smb.lo libcurl_la-smtp.lo libcurl_la-socketpair.lo libcurl_la-socks.lo libcurl_la-socks_gssapi.lo libcurl_la-socks_sspi.lo libcurl_la-speedcheck.lo libcurl_la-splay.lo libcurl_la-strcase.lo libcurl_la-strdup.lo libcurl_la-strerror.lo libcurl_la-strtok.lo libcurl_la-strtoofft.lo libcurl_la-system_win32.lo libcurl_la-telnet.lo libcurl_la-tftp.lo libcurl_la-timediff.lo libcurl_la-timeval.lo libcurl_la-transfer.lo libcurl_la-url.lo libcurl_la-urlapi.lo libcurl_la-version.lo libcurl_la-version_win32.lo libcurl_la-warnless.lo libcurl_la-ws.lo vauth/libcurl_la-cleartext.lo vauth/libcurl_la-cram.lo vauth/libcurl_la-digest.lo vauth/libcurl_la-digest_sspi.lo vauth/libcurl_la-gsasl.lo vauth/libcurl_la-krb5_gssapi.lo vauth/libcurl_la-krb5_sspi.lo vauth/libcurl_la-ntlm.lo vauth/libcurl_la-ntlm_sspi.lo vauth/libcurl_la-oauth2.lo vauth/libcurl_la-spnego_gssapi.lo vauth/libcurl_la-spnego_sspi.lo vauth/libcurl_la-vauth.lo vtls/libcurl_la-bearssl.lo vtls/libcurl_la-gskit.lo vtls/libcurl_la-gtls.lo vtls/libcurl_la-hostcheck.lo vtls/libcurl_la-keylog.lo vtls/libcurl_la-mbedtls.lo vtls/libcurl_la-mbedtls_threadlock.lo vtls/libcurl_la-nss.lo vtls/libcurl_la-openssl.lo vtls/libcurl_la-rustls.lo vtls/libcurl_la-schannel.lo vtls/libcurl_la-schannel_verify.lo vtls/libcurl_la-sectransp.lo vtls/libcurl_la-vtls.lo vtls/libcurl_la-wolfssl.lo vtls/libcurl_la-x509asn1.lo vquic/libcurl_la-curl_msh3.lo vquic/libcurl_la-curl_ngtcp2.lo vquic/libcurl_la-curl_quiche.lo vquic/libcurl_la-vquic.lo vssh/libcurl_la-libssh.lo vssh/libcurl_la-libssh2.lo vssh/libcurl_la-wolfssh.lo        
libtool: link: /usr/bin/ar cr .libs/libcurl.a  libcurl_la-altsvc.o libcurl_la-amigaos.o libcurl_la-asyn-ares.o libcurl_la-asyn-thread.o libcurl_la-base64.o libcurl_la-bufref.o libcurl_la-c-hyper.o libcurl_la-cf-https-connect.o libcurl_la-cf-socket.o libcurl_la-cfilters.o libcurl_la-conncache.o libcurl_la-connect.o libcurl_la-content_encoding.o libcurl_la-cookie.o libcurl_la-curl_addrinfo.o libcurl_la-curl_des.o libcurl_la-curl_endian.o libcurl_la-curl_fnmatch.o libcurl_la-curl_get_line.o libcurl_la-curl_gethostname.o libcurl_la-curl_gssapi.o libcurl_la-curl_log.o libcurl_la-curl_memrchr.o libcurl_la-curl_multibyte.o libcurl_la-curl_ntlm_core.o libcurl_la-curl_ntlm_wb.o libcurl_la-curl_path.o libcurl_la-curl_range.o libcurl_la-curl_rtmp.o libcurl_la-curl_sasl.o libcurl_la-curl_sspi.o libcurl_la-curl_threads.o libcurl_la-dict.o libcurl_la-doh.o libcurl_la-dynbuf.o libcurl_la-easy.o libcurl_la-easygetopt.o libcurl_la-easyoptions.o libcurl_la-escape.o libcurl_la-file.o libcurl_la-fileinfo.o libcurl_la-fopen.o libcurl_la-formdata.o libcurl_la-ftp.o libcurl_la-ftplistparser.o libcurl_la-getenv.o libcurl_la-getinfo.o libcurl_la-gopher.o libcurl_la-h2h3.o libcurl_la-hash.o libcurl_la-headers.o libcurl_la-hmac.o libcurl_la-hostasyn.o libcurl_la-hostip.o libcurl_la-hostip4.o libcurl_la-hostip6.o libcurl_la-hostsyn.o libcurl_la-hsts.o libcurl_la-http.o libcurl_la-http2.o libcurl_la-http_chunks.o libcurl_la-http_digest.o libcurl_la-http_negotiate.o libcurl_la-http_ntlm.o libcurl_la-http_proxy.o libcurl_la-http_aws_sigv4.o libcurl_la-idn.o libcurl_la-if2ip.o libcurl_la-imap.o libcurl_la-inet_ntop.o libcurl_la-inet_pton.o libcurl_la-krb5.o libcurl_la-ldap.o libcurl_la-llist.o libcurl_la-md4.o libcurl_la-md5.o libcurl_la-memdebug.o libcurl_la-mime.o libcurl_la-mprintf.o libcurl_la-mqtt.o libcurl_la-multi.o libcurl_la-netrc.o libcurl_la-nonblock.o libcurl_la-noproxy.o libcurl_la-openldap.o libcurl_la-parsedate.o libcurl_la-pingpong.o libcurl_la-pop3.o libcurl_la-progress.o libcurl_la-psl.o libcurl_la-rand.o libcurl_la-rename.o libcurl_la-rtsp.o libcurl_la-select.o libcurl_la-sendf.o libcurl_la-setopt.o libcurl_la-sha256.o libcurl_la-share.o libcurl_la-slist.o libcurl_la-smb.o libcurl_la-smtp.o libcurl_la-socketpair.o libcurl_la-socks.o libcurl_la-socks_gssapi.o libcurl_la-socks_sspi.o libcurl_la-speedcheck.o libcurl_la-splay.o libcurl_la-strcase.o libcurl_la-strdup.o libcurl_la-strerror.o libcurl_la-strtok.o libcurl_la-strtoofft.o libcurl_la-system_win32.o libcurl_la-telnet.o libcurl_la-tftp.o libcurl_la-timediff.o libcurl_la-timeval.o libcurl_la-transfer.o libcurl_la-url.o libcurl_la-urlapi.o libcurl_la-version.o libcurl_la-version_win32.o libcurl_la-warnless.o libcurl_la-ws.o vauth/libcurl_la-cleartext.o vauth/libcurl_la-cram.o vauth/libcurl_la-digest.o vauth/libcurl_la-digest_sspi.o vauth/libcurl_la-gsasl.o vauth/libcurl_la-krb5_gssapi.o vauth/libcurl_la-krb5_sspi.o vauth/libcurl_la-ntlm.o vauth/libcurl_la-ntlm_sspi.o vauth/libcurl_la-oauth2.o vauth/libcurl_la-spnego_gssapi.o vauth/libcurl_la-spnego_sspi.o vauth/libcurl_la-vauth.o vtls/libcurl_la-bearssl.o vtls/libcurl_la-gskit.o vtls/libcurl_la-gtls.o vtls/libcurl_la-hostcheck.o vtls/libcurl_la-keylog.o vtls/libcurl_la-mbedtls.o vtls/libcurl_la-mbedtls_threadlock.o vtls/libcurl_la-nss.o vtls/libcurl_la-openssl.o vtls/libcurl_la-rustls.o vtls/libcurl_la-schannel.o vtls/libcurl_la-schannel_verify.o vtls/libcurl_la-sectransp.o vtls/libcurl_la-vtls.o vtls/libcurl_la-wolfssl.o vtls/libcurl_la-x509asn1.o vquic/libcurl_la-curl_msh3.o vquic/libcurl_la-curl_ngtcp2.o vquic/libcurl_la-curl_quiche.o vquic/libcurl_la-vquic.o vssh/libcurl_la-libssh.o vssh/libcurl_la-libssh2.o vssh/libcurl_la-wolfssh.o
libtool: link: ranlib .libs/libcurl.a
libtool: link: ( cd ".libs" && rm -f "libcurl.la" && ln -s "../libcurl.la" "libcurl.la" )
make[2]: Leaving directory '/tmp/curl-8.0.1/lib'
make[1]: Leaving directory '/tmp/curl-8.0.1/lib'
Making all in src
make[1]: Entering directory '/tmp/curl-8.0.1/src'
Making all in ../docs
make[2]: Entering directory '/tmp/curl-8.0.1/docs'
Making all in .
make[3]: Entering directory '/tmp/curl-8.0.1/docs'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/curl-8.0.1/docs'
Making all in cmdline-opts
make[3]: Entering directory '/tmp/curl-8.0.1/docs/cmdline-opts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/curl-8.0.1/docs/cmdline-opts'
make[2]: Leaving directory '/tmp/curl-8.0.1/docs'
make[2]: Entering directory '/tmp/curl-8.0.1/src'
depbase=`echo slist_wc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT slist_wc.o -MD -MP -MF $depbase.Tpo -c -o slist_wc.o slist_wc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_binmode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_binmode.o -MD -MP -MF $depbase.Tpo -c -o tool_binmode.o tool_binmode.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_bname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_bname.o -MD -MP -MF $depbase.Tpo -c -o tool_bname.o tool_bname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_dbg.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_dbg.o tool_cb_dbg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_hdr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_hdr.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_hdr.o tool_cb_hdr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_prg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_prg.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_prg.o tool_cb_prg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_rea.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_rea.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_rea.o tool_cb_rea.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_see.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_see.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_see.o tool_cb_see.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_wrt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_wrt.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_wrt.o tool_cb_wrt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cfgable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cfgable.o -MD -MP -MF $depbase.Tpo -c -o tool_cfgable.o tool_cfgable.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_dirhie.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_dirhie.o -MD -MP -MF $depbase.Tpo -c -o tool_dirhie.o tool_dirhie.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_doswin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_doswin.o -MD -MP -MF $depbase.Tpo -c -o tool_doswin.o tool_doswin.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_easysrc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_easysrc.o -MD -MP -MF $depbase.Tpo -c -o tool_easysrc.o tool_easysrc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_filetime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_filetime.o -MD -MP -MF $depbase.Tpo -c -o tool_filetime.o tool_filetime.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_findfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_findfile.o -MD -MP -MF $depbase.Tpo -c -o tool_findfile.o tool_findfile.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_formparse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_formparse.o -MD -MP -MF $depbase.Tpo -c -o tool_formparse.o tool_formparse.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_getparam.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_getparam.o -MD -MP -MF $depbase.Tpo -c -o tool_getparam.o tool_getparam.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_getpass.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_getpass.o -MD -MP -MF $depbase.Tpo -c -o tool_getpass.o tool_getpass.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_help.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_help.o -MD -MP -MF $depbase.Tpo -c -o tool_help.o tool_help.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_helpers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_helpers.o -MD -MP -MF $depbase.Tpo -c -o tool_helpers.o tool_helpers.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_hugehelp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_hugehelp.o -MD -MP -MF $depbase.Tpo -c -o tool_hugehelp.o tool_hugehelp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_libinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_libinfo.o -MD -MP -MF $depbase.Tpo -c -o tool_libinfo.o tool_libinfo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_listhelp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_listhelp.o -MD -MP -MF $depbase.Tpo -c -o tool_listhelp.o tool_listhelp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_main.o -MD -MP -MF $depbase.Tpo -c -o tool_main.o tool_main.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_msgs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_msgs.o -MD -MP -MF $depbase.Tpo -c -o tool_msgs.o tool_msgs.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_operate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_operate.o -MD -MP -MF $depbase.Tpo -c -o tool_operate.o tool_operate.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_operhlp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_operhlp.o -MD -MP -MF $depbase.Tpo -c -o tool_operhlp.o tool_operhlp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_paramhlp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_paramhlp.o -MD -MP -MF $depbase.Tpo -c -o tool_paramhlp.o tool_paramhlp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_parsecfg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_parsecfg.o -MD -MP -MF $depbase.Tpo -c -o tool_parsecfg.o tool_parsecfg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_progress.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_progress.o -MD -MP -MF $depbase.Tpo -c -o tool_progress.o tool_progress.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_stderr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_stderr.o -MD -MP -MF $depbase.Tpo -c -o tool_stderr.o tool_stderr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_strdup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_strdup.o -MD -MP -MF $depbase.Tpo -c -o tool_strdup.o tool_strdup.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_setopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_setopt.o -MD -MP -MF $depbase.Tpo -c -o tool_setopt.o tool_setopt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_sleep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_sleep.o -MD -MP -MF $depbase.Tpo -c -o tool_sleep.o tool_sleep.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_urlglob.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_urlglob.o -MD -MP -MF $depbase.Tpo -c -o tool_urlglob.o tool_urlglob.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_util.o -MD -MP -MF $depbase.Tpo -c -o tool_util.o tool_util.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_vms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_vms.o -MD -MP -MF $depbase.Tpo -c -o tool_vms.o tool_vms.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_writeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_writeout.o -MD -MP -MF $depbase.Tpo -c -o tool_writeout.o tool_writeout.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_writeout_json.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_writeout_json.o -MD -MP -MF $depbase.Tpo -c -o tool_writeout_json.o tool_writeout_json.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_xattr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_xattr.o -MD -MP -MF $depbase.Tpo -c -o tool_xattr.o tool_xattr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/strtoofft.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/strtoofft.o -MD -MP -MF $depbase.Tpo -c -o ../lib/strtoofft.o ../lib/strtoofft.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/timediff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/timediff.o -MD -MP -MF $depbase.Tpo -c -o ../lib/timediff.o ../lib/timediff.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/nonblock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/nonblock.o -MD -MP -MF $depbase.Tpo -c -o ../lib/nonblock.o ../lib/nonblock.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/warnless.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/warnless.o -MD -MP -MF $depbase.Tpo -c -o ../lib/warnless.o ../lib/warnless.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/curl_multibyte.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/curl_multibyte.o -MD -MP -MF $depbase.Tpo -c -o ../lib/curl_multibyte.o ../lib/curl_multibyte.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/version_win32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/version_win32.o -MD -MP -MF $depbase.Tpo -c -o ../lib/version_win32.o ../lib/version_win32.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/dynbuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/dynbuf.o -MD -MP -MF $depbase.Tpo -c -o ../lib/dynbuf.o ../lib/dynbuf.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool  --tag=CC   --mode=link clang  -Qunused-arguments -Wno-pointer-bool-conversion -O2   -static -all-static -o curl slist_wc.o tool_binmode.o tool_bname.o tool_cb_dbg.o tool_cb_hdr.o tool_cb_prg.o tool_cb_rea.o tool_cb_see.o tool_cb_wrt.o tool_cfgable.o tool_dirhie.o tool_doswin.o tool_easysrc.o tool_filetime.o tool_findfile.o tool_formparse.o tool_getparam.o tool_getpass.o tool_help.o tool_helpers.o tool_hugehelp.o tool_libinfo.o tool_listhelp.o tool_main.o tool_msgs.o tool_operate.o tool_operhlp.o tool_paramhlp.o tool_parsecfg.o tool_progress.o tool_stderr.o tool_strdup.o tool_setopt.o tool_sleep.o tool_urlglob.o tool_util.o tool_vms.o tool_writeout.o tool_writeout_json.o tool_xattr.o ../lib/strtoofft.o ../lib/timediff.o ../lib/nonblock.o ../lib/warnless.o ../lib/curl_multibyte.o ../lib/version_win32.o ../lib/dynbuf.o   ../lib/libcurl.la -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz 
libtool: link: clang -Qunused-arguments -Wno-pointer-bool-conversion -O2 -static -o curl slist_wc.o tool_binmode.o tool_bname.o tool_cb_dbg.o tool_cb_hdr.o tool_cb_prg.o tool_cb_rea.o tool_cb_see.o tool_cb_wrt.o tool_cfgable.o tool_dirhie.o tool_doswin.o tool_easysrc.o tool_filetime.o tool_findfile.o tool_formparse.o tool_getparam.o tool_getpass.o tool_help.o tool_helpers.o tool_hugehelp.o tool_libinfo.o tool_listhelp.o tool_main.o tool_msgs.o tool_operate.o tool_operhlp.o tool_paramhlp.o tool_parsecfg.o tool_progress.o tool_stderr.o tool_strdup.o tool_setopt.o tool_sleep.o tool_urlglob.o tool_util.o tool_vms.o tool_writeout.o tool_writeout_json.o tool_xattr.o ../lib/strtoofft.o ../lib/timediff.o ../lib/nonblock.o ../lib/warnless.o ../lib/curl_multibyte.o ../lib/version_win32.o ../lib/dynbuf.o  ../lib/.libs/libcurl.a -L/lib -lnghttp2 -lssh2 -lssl -lcrypto -ldl -lz -pthread
make[2]: Leaving directory '/tmp/curl-8.0.1/src'
make[1]: Leaving directory '/tmp/curl-8.0.1/src'
make[1]: Entering directory '/tmp/curl-8.0.1'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/curl-8.0.1'
+ strip src/curl
+ ls -lah src/curl
-rwxrwxrwx    1 root     root        3.5M Mar 20 14:02 src/curl
+ file src/curl
src/curl: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, stripped
+ ldd src/curl
/lib/ld-musl-i386.so.1: src/curl: Not a valid dynamic program
+ true
+ ./src/curl -V
curl 8.0.1 (x86_64-pc-linux-muslx32) libcurl/8.0.1 OpenSSL/1.1.1t zlib/1.2.12 libssh2/1.9.0 nghttp2/1.43.0
Release-Date: 2023-03-20
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP UnixSockets
+ mkdir -p /tmp/release/
+ mv src/curl /tmp/release/curl-i386
+ cd ..
+ rm -rf curl-8.0.1/
+ docker_build aarch64 multiarch/alpine:aarch64-latest-stable ./build.sh
+ export ARCH=aarch64
+ ARCH=aarch64
+ shift
+ DOCKER_IMAGE=multiarch/alpine:aarch64-latest-stable
+ shift
++ id -g
++ pwd
++ id -g
+ docker run --rm -e ARCH -e BRANCH_NAME -e BUILD_UID=971 -e BUILD_GID=971 -v /var/lib/jenkins/workspace/oparisthebest_static-curl_master:/tmp -w /tmp multiarch/alpine:aarch64-latest-stable sh -c 'umask a=rwx; "$@"; exit=$?; chown -R '\''971:971'\'' /tmp; exit $exit' -- ./build.sh
+ '[' '!' -f curl-8.0.1.tar.gz ]
+ rm -rf curl-8.0.1/
+ tar xzf curl-8.0.1.tar.gz
+ cd curl-8.0.1/
+ apk add build-base clang openssl-dev nghttp2-dev nghttp2-static libssh2-dev libssh2-static
fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz
(1/39) Upgrading musl (1.2.2-r3 -> 1.2.2-r4)
(2/39) Upgrading libcrypto1.1 (1.1.1n-r0 -> 1.1.1t-r0)
(3/39) Upgrading libssl1.1 (1.1.1n-r0 -> 1.1.1t-r0)
(4/39) Upgrading zlib (1.2.12-r0 -> 1.2.12-r3)
(5/39) Installing libgcc (10.3.1_git20210424-r2)
(6/39) Installing libstdc++ (10.3.1_git20210424-r2)
(7/39) Installing binutils (2.35.2-r2)
(8/39) Installing libmagic (5.40-r1)
(9/39) Installing file (5.40-r1)
(10/39) Installing libgomp (10.3.1_git20210424-r2)
(11/39) Installing libatomic (10.3.1_git20210424-r2)
(12/39) Installing libgphobos (10.3.1_git20210424-r2)
(13/39) Installing gmp (6.2.1-r1)
(14/39) Installing isl22 (0.22-r0)
(15/39) Installing mpfr4 (4.1.0-r0)
(16/39) Installing mpc1 (1.2.1-r0)
(17/39) Installing gcc (10.3.1_git20210424-r2)
(18/39) Installing musl-dev (1.2.2-r4)
(19/39) Installing libc-dev (0.7.2-r3)
(20/39) Installing g++ (10.3.1_git20210424-r2)
(21/39) Installing make (4.3-r0)
(22/39) Installing fortify-headers (1.1-r1)
(23/39) Installing patch (2.7.6-r7)
(24/39) Installing build-base (0.5-r3)
(25/39) Installing libffi (3.3-r2)
(26/39) Installing xz-libs (5.2.5-r1)
(27/39) Installing libxml2 (2.9.14-r2)
(28/39) Installing llvm11-libs (11.1.0-r2)
(29/39) Installing clang-libs (11.1.0-r1)
(30/39) Installing clang (11.1.0-r1)
(31/39) Installing libssh2 (1.9.0-r1)
(32/39) Installing pkgconf (1.7.4-r1)
(33/39) Installing openssl-dev (1.1.1t-r0)
(34/39) Installing zlib-dev (1.2.12-r3)
(35/39) Installing libssh2-dev (1.9.0-r1)
(36/39) Installing libssh2-static (1.9.0-r1)
(37/39) Installing nghttp2-libs (1.43.0-r0)
(38/39) Installing nghttp2-dev (1.43.0-r0)
(39/39) Installing nghttp2-static (1.43.0-r0)
Executing busybox-1.33.1-r7.trigger
OK: 403 MiB in 55 packages
+ apk add openssl-libs-static zlib-static
(1/2) Installing openssl-libs-static (1.1.1t-r0)
(2/2) Installing zlib-static (1.2.12-r3)
OK: 426 MiB in 57 packages
+ export 'CC=clang'
+ LDFLAGS=-static PKG_CONFIG='pkg-config --static' ./configure --disable-shared --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets --with-ssl --with-libssh2
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
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 hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking whether to disable dependency on -lrt... (assumed no)
checking whether to enable ECH support... no
checking for path separator... :
checking for sed... /bin/sed
checking for grep... /bin/grep
checking that grep -E works... yes
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... clang
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 the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking how to run the C preprocessor... clang -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of clang... gcc3
checking curl version... 8.0.1
checking for httpd... no
checking for apache2... no
checking for apachectl... no
checking for apxs... no
configure: httpd/apache2 not in PATH, httpd tests disabled
configure: apxs not in PATH, httpd tests disabled
checking for nghttpx... no
checking for caddy... no
checking build system type... aarch64-unknown-linux-musl
checking host system type... aarch64-unknown-linux-musl
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... /bin/grep -E
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 how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking how to convert aarch64-unknown-linux-musl file names to aarch64-unknown-linux-musl format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-musl file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... 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... no
checking whether to build static libraries... yes
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... no
checking whether to build shared libraries with -mimpure-text... no
checking whether to build shared libraries with PIC... yes
checking whether to build static libraries with PIC... no
checking whether to build shared libraries only... no
checking whether to build static libraries only... yes
checking for windres... no
checking for inline... inline
checking if cpp -P is needed... no
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... yes
checking if compiler is xlclang... no
checking if compiler is GNU C... no
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 accepts some basic options... yes
configure: compiler options added: -Qunused-arguments -Wno-pointer-bool-conversion 
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 halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
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 build target supports WIN32 crypto API... no
checking for good-to-use Darwin CFLAGS... no
checking whether to link macOS CoreFoundation and SystemConfiguration framework... no
checking to see if the compiler supports __builtin_available()... yes
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... no
checking whether to support ldaps... no
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 smb... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to support mqtt... no
checking whether to provide built-in manual... yes
checking whether to enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for proto/bsdsocket.h... no
checking for connect in libraries... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for zlib options with pkg-config... found
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... no
checking for brotli/decode.h... no
checking for ZSTD_createDStream in -lzstd... no
checking for zstd.h... 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 GSS-API support is requested... no
checking whether to enable Windows native SSL/TLS... no
checking whether to enable Secure Transport... no
checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -ldl -pthread -lcrypto -ldl -pthread "
configure: pkg-config: SSL_LDFLAGS: ""
configure: pkg-config: SSL_CPPFLAGS: ""
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking for openssl/x509.h... yes
checking for openssl/rsa.h... yes
checking for openssl/crypto.h... yes
checking for openssl/pem.h... yes
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for RAND_egd... no
checking for BoringSSL... no
checking for libressl... no
checking for OpenSSL >= v3... no
checking for "/dev/urandom"... yes
checking for SRP support in OpenSSL... yes
configure: built with one SSL backend
checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
checking whether to use builtin CA store of SSL library... no
checking for library containing psl_builtin... no
configure: WARNING: libpsl was not found
checking for library containing gsasl_init... no
configure: WARNING: libgsasl was not found
checking for libssh2 options with pkg-config... found
checking for libssh2_session_block_directions in -lssh2... yes
checking for libssh2.h... yes
configure: Added /lib to CURL_LIBRARY_PATH
checking for RTMP_Init in -lrtmp... no
checking whether versioned symbols are wanted... no
checking whether to enable Windows native IDN (Windows native builds only)... no
checking whether to build with libidn2... (assumed) yes
checking for libidn2 options with pkg-config... no
configure: IDN_LIBS: "-lidn2"
configure: IDN_LDFLAGS: ""
configure: IDN_CPPFLAGS: ""
configure: IDN_DIR: ""
checking if idn2_lookup_ul can be linked... no
checking for idn2.h... no
configure: WARNING: Cannot find libraries for IDN support: IDN disabled
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2 
configure: -I is 
configure: -L is 
checking for nghttp2_session_set_local_window_size in -lnghttp2... yes
checking for nghttp2/nghttp2.h... yes
configure: Added  to CURL_LIBRARY_PATH
checking for fish options with pkg-config... no
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 unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for netinet/in6.h... no
checking for sys/un.h... yes
checking for linux/tcp.h... no
checking for netinet/tcp.h... yes
checking for netinet/udp.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... no
checking for fcntl.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 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 stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... no
checking for sys/wait.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 for sys/types.h... (cached) yes
checking for sys/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... 8
checking size of int... 4
checking size of time_t... 8
checking size of off_t... 8
checking size of curl_off_t... 8
checking for long long... yes
checking for ssize_t... yes
checking for bool... yes
checking for sa_family_t... yes
checking for suseconds_t... yes
checking if time_t is unsigned... no
checking for sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) 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 for select... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... yes
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 for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
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 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 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/xattr.h... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 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 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... yes
checking if gethostbyname_r is prototyped... yes
checking if gethostbyname_r takes 3 args.... no
checking if gethostbyname_r takes 5 args.... no
checking if gethostbyname_r takes 6 args.... yes
checking if gethostbyname_r is compilable... yes
checking if gethostbyname_r usage allowed... yes
checking if gethostbyname_r might be used... yes
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking for gethostname arg 2 data type... size_t
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getpeername can be linked... yes
checking if getpeername is prototyped... yes
checking if getpeername is compilable... yes
checking if getpeername usage allowed... yes
checking if getpeername might be used... yes
checking if getsockname can be linked... yes
checking if getsockname is prototyped... yes
checking if getsockname is compilable... yes
checking if getsockname usage allowed... yes
checking if getsockname might be used... yes
checking for net/if.h... (cached) yes
checking if if_nametoindex can be linked... yes
checking if if_nametoindex is prototyped... yes
checking if if_nametoindex is compilable... yes
checking if if_nametoindex usage allowed... yes
checking if if_nametoindex 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 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 for sys/types.h... (cached) yes
checking for sys/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_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 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 memrchr can be linked... yes
checking if memrchr is prototyped... no
checking if memrchr might be used... no
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... yes
checking if poll might be used... yes
checking for sys/types.h... (cached) yes
checking for signal.h... 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 socketpair can be linked... yes
checking if socketpair is prototyped... yes
checking if socketpair is compilable... yes
checking if socketpair usage allowed... yes
checking if socketpair 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 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 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 clang options needed to detect all undeclared functions... -fno-builtin
checking whether getpwuid_r is declared... yes
checking for fnmatch... yes
checking for fchmod... 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 getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for mach_absolute_time... no
checking deeper for mach_absolute_time... but still no
checking for pipe... yes
checking for sched_yield... yes
checking for sendmsg... yes
checking for setlocale... yes
checking for setmode... no
checking deeper for setmode... but still no
checking for setrlimit... yes
checking for snprintf... yes
checking for utime... yes
checking for utimes... yes
checking for arc4random... no
checking deeper for arc4random... but still no
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... no
checking for gnroff... no
checking for nroff... no
configure: WARNING: disabling built-in manual
checking whether to enable the threaded resolver... yes
checking whether to use POSIX threads for threaded resolver... auto
checking for pthread.h... yes
checking for pthread_create... yes
checking convert -I options to -isystem... yes
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 support NTLM... yes
checking whether to enable NTLM delegation to winbind's helper... yes
checking whether to enable TLS-SRP authentication... yes
checking whether to enable Unix domain sockets... yes
checking for struct sockaddr_un.sun_path... yes
checking whether to support cookies... yes
checking whether to support socketpair... yes
checking whether to support HTTP authentication... yes
checking whether to support DoH... yes
checking whether to support the MIME API... yes
checking whether to support date parsing... yes
checking whether to support netrc parsing... yes
checking whether to support progress-meter... yes
checking whether to support DNS shuffling... yes
checking whether to support curl_easy_option*... yes
checking whether to support alt-svc... yes
checking whether to support headers-api... yes
checking whether to support HSTS... yes
checking for SSL_set0_wbio... yes
checking whether to support WebSockets... no
checking whether hiding of library internal symbols will actually happen... yes
configure: using LIBS: -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz
configure: LIBS note: LIBS should only be used to specify libraries (-lname).
configure: WARNING: Continuing even with errors mentioned immediately above this line.
checking that generated files are newer than configure... done
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 docs/libcurl/opts/Makefile
config.status: creating docs/cmdline-opts/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 scripts/Makefile
config.status: creating lib/libcurl.vers
config.status: creating lib/libcurl.plist
config.status: creating tests/Makefile
config.status: creating tests/config
config.status: creating tests/certs/Makefile
config.status: creating tests/certs/scripts/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 tests/http/config.ini
config.status: creating tests/http/Makefile
config.status: creating packages/Makefile
config.status: creating packages/vms/Makefile
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/curl_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Configured to build curl/libcurl:

  Host setup:       aarch64-unknown-linux-musl
  Install prefix:   /usr/local
  Compiler:         clang
   CFLAGS:          -Qunused-arguments -Wno-pointer-bool-conversion -O2
   CPPFLAGS:        
   LDFLAGS:         -static -L/lib -L/lib
   LIBS:            -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz

  curl version:     8.0.1
  SSL:              enabled (OpenSSL)
  SSH:              enabled (libSSH2)
  zlib:             enabled
  brotli:           no      (--with-brotli)
  zstd:             no      (--with-zstd)
  GSS-API:          no      (--with-gssapi)
  GSASL:            no      (libgsasl not found)
  TLS-SRP:          enabled
  resolver:         POSIX threaded
  IPv6:             enabled
  Unix sockets:     enabled
  IDN:              no      (--with-{libidn2,winidn})
  Build libcurl:    Shared=no, Static=yes
  Built-in manual:  no      (--enable-manual)
  --libcurl option: enabled (--disable-libcurl-option)
  Verbose errors:   enabled (--disable-verbose)
  Code coverage:    disabled
  SSPI:             no      (--enable-sspi)
  ca cert bundle:   /etc/ssl/certs/ca-certificates.crt
  ca cert path:     no
  ca fallback:      no
  LDAP:             no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
  LDAPS:            no      (--enable-ldaps)
  RTSP:             enabled
  RTMP:             no      (--with-librtmp)
  PSL:              no      (libpsl not found)
  Alt-svc:          enabled (--disable-alt-svc)
  Headers API:      enabled (--disable-headers-api)
  HSTS:             enabled (--disable-hsts)
  HTTP1:            enabled (internal)
  HTTP2:            enabled (nghttp2)
  HTTP3:            no      (--with-ngtcp2, --with-quiche --with-msh3)
  ECH:              no      (--enable-ech)
  WebSockets:       no      (--enable-websockets)
  Protocols:        DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS MQTT POP3 POP3S RTSP SCP SFTP SMB SMBS SMTP SMTPS TELNET TFTP
  Features:         AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets alt-svc libz threadsafe

+ make -j4 'V=1' 'LDFLAGS=-static -all-static'
Making all in lib
make[1]: Entering directory '/tmp/curl-8.0.1/lib'
/usr/bin/make  all-am
make[2]: Entering directory '/tmp/curl-8.0.1/lib'
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c -o libcurl_la-altsvc.lo `test -f 'altsvc.c' || echo './'`altsvc.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c -o libcurl_la-amigaos.lo `test -f 'amigaos.c' || echo './'`amigaos.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c -o libcurl_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo './'`asyn-ares.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c -o libcurl_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo './'`asyn-thread.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c asyn-ares.c -o libcurl_la-asyn-ares.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c amigaos.c -o libcurl_la-amigaos.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c asyn-thread.c -o libcurl_la-asyn-thread.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c altsvc.c -o libcurl_la-altsvc.o
mv -f .deps/libcurl_la-amigaos.Tpo .deps/libcurl_la-amigaos.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c -o libcurl_la-base64.lo `test -f 'base64.c' || echo './'`base64.c
mv -f .deps/libcurl_la-asyn-ares.Tpo .deps/libcurl_la-asyn-ares.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-bufref.lo -MD -MP -MF .deps/libcurl_la-bufref.Tpo -c -o libcurl_la-bufref.lo `test -f 'bufref.c' || echo './'`bufref.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c base64.c -o libcurl_la-base64.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-bufref.lo -MD -MP -MF .deps/libcurl_la-bufref.Tpo -c bufref.c -o libcurl_la-bufref.o
mv -f .deps/libcurl_la-asyn-thread.Tpo .deps/libcurl_la-asyn-thread.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-c-hyper.lo -MD -MP -MF .deps/libcurl_la-c-hyper.Tpo -c -o libcurl_la-c-hyper.lo `test -f 'c-hyper.c' || echo './'`c-hyper.c
mv -f .deps/libcurl_la-bufref.Tpo .deps/libcurl_la-bufref.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cf-https-connect.lo -MD -MP -MF .deps/libcurl_la-cf-https-connect.Tpo -c -o libcurl_la-cf-https-connect.lo `test -f 'cf-https-connect.c' || echo './'`cf-https-connect.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cf-https-connect.lo -MD -MP -MF .deps/libcurl_la-cf-https-connect.Tpo -c cf-https-connect.c -o libcurl_la-cf-https-connect.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-c-hyper.lo -MD -MP -MF .deps/libcurl_la-c-hyper.Tpo -c c-hyper.c -o libcurl_la-c-hyper.o
mv -f .deps/libcurl_la-altsvc.Tpo .deps/libcurl_la-altsvc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cf-socket.lo -MD -MP -MF .deps/libcurl_la-cf-socket.Tpo -c -o libcurl_la-cf-socket.lo `test -f 'cf-socket.c' || echo './'`cf-socket.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cf-socket.lo -MD -MP -MF .deps/libcurl_la-cf-socket.Tpo -c cf-socket.c -o libcurl_la-cf-socket.o
mv -f .deps/libcurl_la-base64.Tpo .deps/libcurl_la-base64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cfilters.lo -MD -MP -MF .deps/libcurl_la-cfilters.Tpo -c -o libcurl_la-cfilters.lo `test -f 'cfilters.c' || echo './'`cfilters.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cfilters.lo -MD -MP -MF .deps/libcurl_la-cfilters.Tpo -c cfilters.c -o libcurl_la-cfilters.o
mv -f .deps/libcurl_la-c-hyper.Tpo .deps/libcurl_la-c-hyper.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c -o libcurl_la-conncache.lo `test -f 'conncache.c' || echo './'`conncache.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c conncache.c -o libcurl_la-conncache.o
mv -f .deps/libcurl_la-cf-https-connect.Tpo .deps/libcurl_la-cf-https-connect.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c -o libcurl_la-connect.lo `test -f 'connect.c' || echo './'`connect.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c connect.c -o libcurl_la-connect.o
mv -f .deps/libcurl_la-cfilters.Tpo .deps/libcurl_la-cfilters.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c -o libcurl_la-content_encoding.lo `test -f 'content_encoding.c' || echo './'`content_encoding.c
mv -f .deps/libcurl_la-conncache.Tpo .deps/libcurl_la-conncache.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c -o libcurl_la-cookie.lo `test -f 'cookie.c' || echo './'`cookie.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c content_encoding.c -o libcurl_la-content_encoding.o
mv -f .deps/libcurl_la-cf-socket.Tpo .deps/libcurl_la-cf-socket.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c -o libcurl_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo './'`curl_addrinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c cookie.c -o libcurl_la-cookie.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c curl_addrinfo.c -o libcurl_la-curl_addrinfo.o
mv -f .deps/libcurl_la-curl_addrinfo.Tpo .deps/libcurl_la-curl_addrinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_des.lo -MD -MP -MF .deps/libcurl_la-curl_des.Tpo -c -o libcurl_la-curl_des.lo `test -f 'curl_des.c' || echo './'`curl_des.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_des.lo -MD -MP -MF .deps/libcurl_la-curl_des.Tpo -c curl_des.c -o libcurl_la-curl_des.o
mv -f .deps/libcurl_la-content_encoding.Tpo .deps/libcurl_la-content_encoding.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c -o libcurl_la-curl_endian.lo `test -f 'curl_endian.c' || echo './'`curl_endian.c
mv -f .deps/libcurl_la-connect.Tpo .deps/libcurl_la-connect.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c -o libcurl_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo './'`curl_fnmatch.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c curl_endian.c -o libcurl_la-curl_endian.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c curl_fnmatch.c -o libcurl_la-curl_fnmatch.o
mv -f .deps/libcurl_la-curl_des.Tpo .deps/libcurl_la-curl_des.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_get_line.lo -MD -MP -MF .deps/libcurl_la-curl_get_line.Tpo -c -o libcurl_la-curl_get_line.lo `test -f 'curl_get_line.c' || echo './'`curl_get_line.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_get_line.lo -MD -MP -MF .deps/libcurl_la-curl_get_line.Tpo -c curl_get_line.c -o libcurl_la-curl_get_line.o
mv -f .deps/libcurl_la-curl_endian.Tpo .deps/libcurl_la-curl_endian.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c -o libcurl_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo './'`curl_gethostname.c
mv -f .deps/libcurl_la-curl_fnmatch.Tpo .deps/libcurl_la-curl_fnmatch.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c -o libcurl_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo './'`curl_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c curl_gethostname.c -o libcurl_la-curl_gethostname.o
mv -f .deps/libcurl_la-cookie.Tpo .deps/libcurl_la-cookie.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_log.lo -MD -MP -MF .deps/libcurl_la-curl_log.Tpo -c -o libcurl_la-curl_log.lo `test -f 'curl_log.c' || echo './'`curl_log.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c curl_gssapi.c -o libcurl_la-curl_gssapi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_log.lo -MD -MP -MF .deps/libcurl_la-curl_log.Tpo -c curl_log.c -o libcurl_la-curl_log.o
mv -f .deps/libcurl_la-curl_get_line.Tpo .deps/libcurl_la-curl_get_line.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c -o libcurl_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo './'`curl_memrchr.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c curl_memrchr.c -o libcurl_la-curl_memrchr.o
mv -f .deps/libcurl_la-curl_gssapi.Tpo .deps/libcurl_la-curl_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c -o libcurl_la-curl_multibyte.lo `test -f 'curl_multibyte.c' || echo './'`curl_multibyte.c
mv -f .deps/libcurl_la-curl_gethostname.Tpo .deps/libcurl_la-curl_gethostname.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c -o libcurl_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo './'`curl_ntlm_core.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c curl_multibyte.c -o libcurl_la-curl_multibyte.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c curl_ntlm_core.c -o libcurl_la-curl_ntlm_core.o
mv -f .deps/libcurl_la-curl_multibyte.Tpo .deps/libcurl_la-curl_multibyte.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c -o libcurl_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo './'`curl_ntlm_wb.c
mv -f .deps/libcurl_la-curl_memrchr.Tpo .deps/libcurl_la-curl_memrchr.Plo
mv -f .deps/libcurl_la-curl_log.Tpo .deps/libcurl_la-curl_log.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_path.lo -MD -MP -MF .deps/libcurl_la-curl_path.Tpo -c -o libcurl_la-curl_path.lo `test -f 'curl_path.c' || echo './'`curl_path.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_range.lo -MD -MP -MF .deps/libcurl_la-curl_range.Tpo -c -o libcurl_la-curl_range.lo `test -f 'curl_range.c' || echo './'`curl_range.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c curl_ntlm_wb.c -o libcurl_la-curl_ntlm_wb.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_path.lo -MD -MP -MF .deps/libcurl_la-curl_path.Tpo -c curl_path.c -o libcurl_la-curl_path.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_range.lo -MD -MP -MF .deps/libcurl_la-curl_range.Tpo -c curl_range.c -o libcurl_la-curl_range.o
mv -f .deps/libcurl_la-curl_range.Tpo .deps/libcurl_la-curl_range.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c -o libcurl_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo './'`curl_rtmp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c curl_rtmp.c -o libcurl_la-curl_rtmp.o
mv -f .deps/libcurl_la-curl_path.Tpo .deps/libcurl_la-curl_path.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c -o libcurl_la-curl_sasl.lo `test -f 'curl_sasl.c' || echo './'`curl_sasl.c
mv -f .deps/libcurl_la-curl_ntlm_core.Tpo .deps/libcurl_la-curl_ntlm_core.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c -o libcurl_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo './'`curl_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c curl_sasl.c -o libcurl_la-curl_sasl.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c curl_sspi.c -o libcurl_la-curl_sspi.o
mv -f .deps/libcurl_la-curl_rtmp.Tpo .deps/libcurl_la-curl_rtmp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c -o libcurl_la-curl_threads.lo `test -f 'curl_threads.c' || echo './'`curl_threads.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c curl_threads.c -o libcurl_la-curl_threads.o
mv -f .deps/libcurl_la-curl_ntlm_wb.Tpo .deps/libcurl_la-curl_ntlm_wb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c -o libcurl_la-dict.lo `test -f 'dict.c' || echo './'`dict.c
mv -f .deps/libcurl_la-curl_sspi.Tpo .deps/libcurl_la-curl_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-doh.lo -MD -MP -MF .deps/libcurl_la-doh.Tpo -c -o libcurl_la-doh.lo `test -f 'doh.c' || echo './'`doh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c dict.c -o libcurl_la-dict.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-doh.lo -MD -MP -MF .deps/libcurl_la-doh.Tpo -c doh.c -o libcurl_la-doh.o
mv -f .deps/libcurl_la-curl_threads.Tpo .deps/libcurl_la-curl_threads.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-dynbuf.lo -MD -MP -MF .deps/libcurl_la-dynbuf.Tpo -c -o libcurl_la-dynbuf.lo `test -f 'dynbuf.c' || echo './'`dynbuf.c
mv -f .deps/libcurl_la-curl_sasl.Tpo .deps/libcurl_la-curl_sasl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c -o libcurl_la-easy.lo `test -f 'easy.c' || echo './'`easy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-dynbuf.lo -MD -MP -MF .deps/libcurl_la-dynbuf.Tpo -c dynbuf.c -o libcurl_la-dynbuf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c easy.c -o libcurl_la-easy.o
mv -f .deps/libcurl_la-dict.Tpo .deps/libcurl_la-dict.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easygetopt.lo -MD -MP -MF .deps/libcurl_la-easygetopt.Tpo -c -o libcurl_la-easygetopt.lo `test -f 'easygetopt.c' || echo './'`easygetopt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easygetopt.lo -MD -MP -MF .deps/libcurl_la-easygetopt.Tpo -c easygetopt.c -o libcurl_la-easygetopt.o
mv -f .deps/libcurl_la-dynbuf.Tpo .deps/libcurl_la-dynbuf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easyoptions.lo -MD -MP -MF .deps/libcurl_la-easyoptions.Tpo -c -o libcurl_la-easyoptions.lo `test -f 'easyoptions.c' || echo './'`easyoptions.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easyoptions.lo -MD -MP -MF .deps/libcurl_la-easyoptions.Tpo -c easyoptions.c -o libcurl_la-easyoptions.o
mv -f .deps/libcurl_la-doh.Tpo .deps/libcurl_la-doh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c -o libcurl_la-escape.lo `test -f 'escape.c' || echo './'`escape.c
mv -f .deps/libcurl_la-easygetopt.Tpo .deps/libcurl_la-easygetopt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c -o libcurl_la-file.lo `test -f 'file.c' || echo './'`file.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c escape.c -o libcurl_la-escape.o
mv -f .deps/libcurl_la-easyoptions.Tpo .deps/libcurl_la-easyoptions.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c -o libcurl_la-fileinfo.lo `test -f 'fileinfo.c' || echo './'`fileinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c file.c -o libcurl_la-file.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c fileinfo.c -o libcurl_la-fileinfo.o
mv -f .deps/libcurl_la-easy.Tpo .deps/libcurl_la-easy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-fopen.lo -MD -MP -MF .deps/libcurl_la-fopen.Tpo -c -o libcurl_la-fopen.lo `test -f 'fopen.c' || echo './'`fopen.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-fopen.lo -MD -MP -MF .deps/libcurl_la-fopen.Tpo -c fopen.c -o libcurl_la-fopen.o
mv -f .deps/libcurl_la-fileinfo.Tpo .deps/libcurl_la-fileinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c -o libcurl_la-formdata.lo `test -f 'formdata.c' || echo './'`formdata.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c formdata.c -o libcurl_la-formdata.o
mv -f .deps/libcurl_la-escape.Tpo .deps/libcurl_la-escape.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c -o libcurl_la-ftp.lo `test -f 'ftp.c' || echo './'`ftp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c ftp.c -o libcurl_la-ftp.o
mv -f .deps/libcurl_la-file.Tpo .deps/libcurl_la-file.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c -o libcurl_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo './'`ftplistparser.c
mv -f .deps/libcurl_la-fopen.Tpo .deps/libcurl_la-fopen.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c -o libcurl_la-getenv.lo `test -f 'getenv.c' || echo './'`getenv.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c ftplistparser.c -o libcurl_la-ftplistparser.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c getenv.c -o libcurl_la-getenv.o
mv -f .deps/libcurl_la-getenv.Tpo .deps/libcurl_la-getenv.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c -o libcurl_la-getinfo.lo `test -f 'getinfo.c' || echo './'`getinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c getinfo.c -o libcurl_la-getinfo.o
mv -f .deps/libcurl_la-formdata.Tpo .deps/libcurl_la-formdata.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c -o libcurl_la-gopher.lo `test -f 'gopher.c' || echo './'`gopher.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c gopher.c -o libcurl_la-gopher.o
mv -f .deps/libcurl_la-ftplistparser.Tpo .deps/libcurl_la-ftplistparser.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-h2h3.lo -MD -MP -MF .deps/libcurl_la-h2h3.Tpo -c -o libcurl_la-h2h3.lo `test -f 'h2h3.c' || echo './'`h2h3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-h2h3.lo -MD -MP -MF .deps/libcurl_la-h2h3.Tpo -c h2h3.c -o libcurl_la-h2h3.o
mv -f .deps/libcurl_la-getinfo.Tpo .deps/libcurl_la-getinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c -o libcurl_la-hash.lo `test -f 'hash.c' || echo './'`hash.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c hash.c -o libcurl_la-hash.o
mv -f .deps/libcurl_la-gopher.Tpo .deps/libcurl_la-gopher.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-headers.lo -MD -MP -MF .deps/libcurl_la-headers.Tpo -c -o libcurl_la-headers.lo `test -f 'headers.c' || echo './'`headers.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-headers.lo -MD -MP -MF .deps/libcurl_la-headers.Tpo -c headers.c -o libcurl_la-headers.o
mv -f .deps/libcurl_la-h2h3.Tpo .deps/libcurl_la-h2h3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c -o libcurl_la-hmac.lo `test -f 'hmac.c' || echo './'`hmac.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c hmac.c -o libcurl_la-hmac.o
mv -f .deps/libcurl_la-ftp.Tpo .deps/libcurl_la-ftp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c -o libcurl_la-hostasyn.lo `test -f 'hostasyn.c' || echo './'`hostasyn.c
mv -f .deps/libcurl_la-hash.Tpo .deps/libcurl_la-hash.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c -o libcurl_la-hostip.lo `test -f 'hostip.c' || echo './'`hostip.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c hostasyn.c -o libcurl_la-hostasyn.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c hostip.c -o libcurl_la-hostip.o
mv -f .deps/libcurl_la-headers.Tpo .deps/libcurl_la-headers.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c -o libcurl_la-hostip4.lo `test -f 'hostip4.c' || echo './'`hostip4.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c hostip4.c -o libcurl_la-hostip4.o
mv -f .deps/libcurl_la-hmac.Tpo .deps/libcurl_la-hmac.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c -o libcurl_la-hostip6.lo `test -f 'hostip6.c' || echo './'`hostip6.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c hostip6.c -o libcurl_la-hostip6.o
mv -f .deps/libcurl_la-hostasyn.Tpo .deps/libcurl_la-hostasyn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c -o libcurl_la-hostsyn.lo `test -f 'hostsyn.c' || echo './'`hostsyn.c
mv -f .deps/libcurl_la-hostip4.Tpo .deps/libcurl_la-hostip4.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c hostsyn.c -o libcurl_la-hostsyn.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hsts.lo -MD -MP -MF .deps/libcurl_la-hsts.Tpo -c -o libcurl_la-hsts.lo `test -f 'hsts.c' || echo './'`hsts.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hsts.lo -MD -MP -MF .deps/libcurl_la-hsts.Tpo -c hsts.c -o libcurl_la-hsts.o
mv -f .deps/libcurl_la-hostsyn.Tpo .deps/libcurl_la-hostsyn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c -o libcurl_la-http.lo `test -f 'http.c' || echo './'`http.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c http.c -o libcurl_la-http.o
mv -f .deps/libcurl_la-hostip6.Tpo .deps/libcurl_la-hostip6.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c -o libcurl_la-http2.lo `test -f 'http2.c' || echo './'`http2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c http2.c -o libcurl_la-http2.o
mv -f .deps/libcurl_la-hostip.Tpo .deps/libcurl_la-hostip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c -o libcurl_la-http_chunks.lo `test -f 'http_chunks.c' || echo './'`http_chunks.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c http_chunks.c -o libcurl_la-http_chunks.o
mv -f .deps/libcurl_la-hsts.Tpo .deps/libcurl_la-hsts.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c -o libcurl_la-http_digest.lo `test -f 'http_digest.c' || echo './'`http_digest.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c http_digest.c -o libcurl_la-http_digest.o
mv -f .deps/libcurl_la-http_chunks.Tpo .deps/libcurl_la-http_chunks.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c -o libcurl_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo './'`http_negotiate.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c http_negotiate.c -o libcurl_la-http_negotiate.o
mv -f .deps/libcurl_la-http_negotiate.Tpo .deps/libcurl_la-http_negotiate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_ntlm.lo -MD -MP -MF .deps/libcurl_la-http_ntlm.Tpo -c -o libcurl_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo './'`http_ntlm.c
mv -f .deps/libcurl_la-http_digest.Tpo .deps/libcurl_la-http_digest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c -o libcurl_la-http_proxy.lo `test -f 'http_proxy.c' || echo './'`http_proxy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_ntlm.lo -MD -MP -MF .deps/libcurl_la-http_ntlm.Tpo -c http_ntlm.c -o libcurl_la-http_ntlm.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c http_proxy.c -o libcurl_la-http_proxy.o
mv -f .deps/libcurl_la-http2.Tpo .deps/libcurl_la-http2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF .deps/libcurl_la-http_aws_sigv4.Tpo -c -o libcurl_la-http_aws_sigv4.lo `test -f 'http_aws_sigv4.c' || echo './'`http_aws_sigv4.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF .deps/libcurl_la-http_aws_sigv4.Tpo -c http_aws_sigv4.c -o libcurl_la-http_aws_sigv4.o
mv -f .deps/libcurl_la-http.Tpo .deps/libcurl_la-http.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-idn.lo -MD -MP -MF .deps/libcurl_la-idn.Tpo -c -o libcurl_la-idn.lo `test -f 'idn.c' || echo './'`idn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-idn.lo -MD -MP -MF .deps/libcurl_la-idn.Tpo -c idn.c -o libcurl_la-idn.o
mv -f .deps/libcurl_la-http_ntlm.Tpo .deps/libcurl_la-http_ntlm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c -o libcurl_la-if2ip.lo `test -f 'if2ip.c' || echo './'`if2ip.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c if2ip.c -o libcurl_la-if2ip.o
mv -f .deps/libcurl_la-idn.Tpo .deps/libcurl_la-idn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c -o libcurl_la-imap.lo `test -f 'imap.c' || echo './'`imap.c
mv -f .deps/libcurl_la-http_aws_sigv4.Tpo .deps/libcurl_la-http_aws_sigv4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c -o libcurl_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo './'`inet_ntop.c
mv -f .deps/libcurl_la-http_proxy.Tpo .deps/libcurl_la-http_proxy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c -o libcurl_la-inet_pton.lo `test -f 'inet_pton.c' || echo './'`inet_pton.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c imap.c -o libcurl_la-imap.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c inet_ntop.c -o libcurl_la-inet_ntop.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c inet_pton.c -o libcurl_la-inet_pton.o
mv -f .deps/libcurl_la-inet_ntop.Tpo .deps/libcurl_la-inet_ntop.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c -o libcurl_la-krb5.lo `test -f 'krb5.c' || echo './'`krb5.c
mv -f .deps/libcurl_la-inet_pton.Tpo .deps/libcurl_la-inet_pton.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c -o libcurl_la-ldap.lo `test -f 'ldap.c' || echo './'`ldap.c
mv -f .deps/libcurl_la-if2ip.Tpo .deps/libcurl_la-if2ip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c -o libcurl_la-llist.lo `test -f 'llist.c' || echo './'`llist.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c krb5.c -o libcurl_la-krb5.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c ldap.c -o libcurl_la-ldap.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c llist.c -o libcurl_la-llist.o
mv -f .deps/libcurl_la-krb5.Tpo .deps/libcurl_la-krb5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c -o libcurl_la-md4.lo `test -f 'md4.c' || echo './'`md4.c
mv -f .deps/libcurl_la-ldap.Tpo .deps/libcurl_la-ldap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c -o libcurl_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c md4.c -o libcurl_la-md4.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c md5.c -o libcurl_la-md5.o
mv -f .deps/libcurl_la-llist.Tpo .deps/libcurl_la-llist.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c -o libcurl_la-memdebug.lo `test -f 'memdebug.c' || echo './'`memdebug.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c memdebug.c -o libcurl_la-memdebug.o
mv -f .deps/libcurl_la-md4.Tpo .deps/libcurl_la-md4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mime.lo -MD -MP -MF .deps/libcurl_la-mime.Tpo -c -o libcurl_la-mime.lo `test -f 'mime.c' || echo './'`mime.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mime.lo -MD -MP -MF .deps/libcurl_la-mime.Tpo -c mime.c -o libcurl_la-mime.o
mv -f .deps/libcurl_la-md5.Tpo .deps/libcurl_la-md5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c -o libcurl_la-mprintf.lo `test -f 'mprintf.c' || echo './'`mprintf.c
mv -f .deps/libcurl_la-memdebug.Tpo .deps/libcurl_la-memdebug.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mqtt.lo -MD -MP -MF .deps/libcurl_la-mqtt.Tpo -c -o libcurl_la-mqtt.lo `test -f 'mqtt.c' || echo './'`mqtt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c mprintf.c -o libcurl_la-mprintf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mqtt.lo -MD -MP -MF .deps/libcurl_la-mqtt.Tpo -c mqtt.c -o libcurl_la-mqtt.o
mv -f .deps/libcurl_la-imap.Tpo .deps/libcurl_la-imap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c -o libcurl_la-multi.lo `test -f 'multi.c' || echo './'`multi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c multi.c -o libcurl_la-multi.o
mv -f .deps/libcurl_la-mqtt.Tpo .deps/libcurl_la-mqtt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c -o libcurl_la-netrc.lo `test -f 'netrc.c' || echo './'`netrc.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c netrc.c -o libcurl_la-netrc.o
mv -f .deps/libcurl_la-mprintf.Tpo .deps/libcurl_la-mprintf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c -o libcurl_la-nonblock.lo `test -f 'nonblock.c' || echo './'`nonblock.c
mv -f .deps/libcurl_la-mime.Tpo .deps/libcurl_la-mime.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-noproxy.lo -MD -MP -MF .deps/libcurl_la-noproxy.Tpo -c -o libcurl_la-noproxy.lo `test -f 'noproxy.c' || echo './'`noproxy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c nonblock.c -o libcurl_la-nonblock.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-noproxy.lo -MD -MP -MF .deps/libcurl_la-noproxy.Tpo -c noproxy.c -o libcurl_la-noproxy.o
mv -f .deps/libcurl_la-netrc.Tpo .deps/libcurl_la-netrc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c -o libcurl_la-openldap.lo `test -f 'openldap.c' || echo './'`openldap.c
mv -f .deps/libcurl_la-nonblock.Tpo .deps/libcurl_la-nonblock.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c -o libcurl_la-parsedate.lo `test -f 'parsedate.c' || echo './'`parsedate.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c openldap.c -o libcurl_la-openldap.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c parsedate.c -o libcurl_la-parsedate.o
mv -f .deps/libcurl_la-openldap.Tpo .deps/libcurl_la-openldap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c -o libcurl_la-pingpong.lo `test -f 'pingpong.c' || echo './'`pingpong.c
mv -f .deps/libcurl_la-noproxy.Tpo .deps/libcurl_la-noproxy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c -o libcurl_la-pop3.lo `test -f 'pop3.c' || echo './'`pop3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c pingpong.c -o libcurl_la-pingpong.o
mv -f .deps/libcurl_la-multi.Tpo .deps/libcurl_la-multi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c -o libcurl_la-progress.lo `test -f 'progress.c' || echo './'`progress.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c pop3.c -o libcurl_la-pop3.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c progress.c -o libcurl_la-progress.o
mv -f .deps/libcurl_la-parsedate.Tpo .deps/libcurl_la-parsedate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-psl.lo -MD -MP -MF .deps/libcurl_la-psl.Tpo -c -o libcurl_la-psl.lo `test -f 'psl.c' || echo './'`psl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-psl.lo -MD -MP -MF .deps/libcurl_la-psl.Tpo -c psl.c -o libcurl_la-psl.o
mv -f .deps/libcurl_la-pingpong.Tpo .deps/libcurl_la-pingpong.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rand.lo -MD -MP -MF .deps/libcurl_la-rand.Tpo -c -o libcurl_la-rand.lo `test -f 'rand.c' || echo './'`rand.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rand.lo -MD -MP -MF .deps/libcurl_la-rand.Tpo -c rand.c -o libcurl_la-rand.o
mv -f .deps/libcurl_la-psl.Tpo .deps/libcurl_la-psl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rename.lo -MD -MP -MF .deps/libcurl_la-rename.Tpo -c -o libcurl_la-rename.lo `test -f 'rename.c' || echo './'`rename.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rename.lo -MD -MP -MF .deps/libcurl_la-rename.Tpo -c rename.c -o libcurl_la-rename.o
mv -f .deps/libcurl_la-progress.Tpo .deps/libcurl_la-progress.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c -o libcurl_la-rtsp.lo `test -f 'rtsp.c' || echo './'`rtsp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c rtsp.c -o libcurl_la-rtsp.o
mv -f .deps/libcurl_la-pop3.Tpo .deps/libcurl_la-pop3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c -o libcurl_la-select.lo `test -f 'select.c' || echo './'`select.c
mv -f .deps/libcurl_la-rename.Tpo .deps/libcurl_la-rename.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c -o libcurl_la-sendf.lo `test -f 'sendf.c' || echo './'`sendf.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c select.c -o libcurl_la-select.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c sendf.c -o libcurl_la-sendf.o
mv -f .deps/libcurl_la-rand.Tpo .deps/libcurl_la-rand.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-setopt.lo -MD -MP -MF .deps/libcurl_la-setopt.Tpo -c -o libcurl_la-setopt.lo `test -f 'setopt.c' || echo './'`setopt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-setopt.lo -MD -MP -MF .deps/libcurl_la-setopt.Tpo -c setopt.c -o libcurl_la-setopt.o
mv -f .deps/libcurl_la-rtsp.Tpo .deps/libcurl_la-rtsp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-sha256.lo -MD -MP -MF .deps/libcurl_la-sha256.Tpo -c -o libcurl_la-sha256.lo `test -f 'sha256.c' || echo './'`sha256.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-sha256.lo -MD -MP -MF .deps/libcurl_la-sha256.Tpo -c sha256.c -o libcurl_la-sha256.o
mv -f .deps/libcurl_la-select.Tpo .deps/libcurl_la-select.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c -o libcurl_la-share.lo `test -f 'share.c' || echo './'`share.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c share.c -o libcurl_la-share.o
mv -f .deps/libcurl_la-sendf.Tpo .deps/libcurl_la-sendf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c -o libcurl_la-slist.lo `test -f 'slist.c' || echo './'`slist.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c slist.c -o libcurl_la-slist.o
mv -f .deps/libcurl_la-sha256.Tpo .deps/libcurl_la-sha256.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c -o libcurl_la-smb.lo `test -f 'smb.c' || echo './'`smb.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c smb.c -o libcurl_la-smb.o
mv -f .deps/libcurl_la-slist.Tpo .deps/libcurl_la-slist.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c -o libcurl_la-smtp.lo `test -f 'smtp.c' || echo './'`smtp.c
mv -f .deps/libcurl_la-share.Tpo .deps/libcurl_la-share.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socketpair.lo -MD -MP -MF .deps/libcurl_la-socketpair.Tpo -c -o libcurl_la-socketpair.lo `test -f 'socketpair.c' || echo './'`socketpair.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c smtp.c -o libcurl_la-smtp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socketpair.lo -MD -MP -MF .deps/libcurl_la-socketpair.Tpo -c socketpair.c -o libcurl_la-socketpair.o
mv -f .deps/libcurl_la-socketpair.Tpo .deps/libcurl_la-socketpair.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c -o libcurl_la-socks.lo `test -f 'socks.c' || echo './'`socks.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c socks.c -o libcurl_la-socks.o
mv -f .deps/libcurl_la-setopt.Tpo .deps/libcurl_la-setopt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c -o libcurl_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo './'`socks_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c socks_gssapi.c -o libcurl_la-socks_gssapi.o
mv -f .deps/libcurl_la-smb.Tpo .deps/libcurl_la-smb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c -o libcurl_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo './'`socks_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c socks_sspi.c -o libcurl_la-socks_sspi.o
mv -f .deps/libcurl_la-socks_gssapi.Tpo .deps/libcurl_la-socks_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c -o libcurl_la-speedcheck.lo `test -f 'speedcheck.c' || echo './'`speedcheck.c
mv -f .deps/libcurl_la-socks_sspi.Tpo .deps/libcurl_la-socks_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c -o libcurl_la-splay.lo `test -f 'splay.c' || echo './'`splay.c
mv -f .deps/libcurl_la-smtp.Tpo .deps/libcurl_la-smtp.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c speedcheck.c -o libcurl_la-speedcheck.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strcase.lo -MD -MP -MF .deps/libcurl_la-strcase.Tpo -c -o libcurl_la-strcase.lo `test -f 'strcase.c' || echo './'`strcase.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strcase.lo -MD -MP -MF .deps/libcurl_la-strcase.Tpo -c strcase.c -o libcurl_la-strcase.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c splay.c -o libcurl_la-splay.o
mv -f .deps/libcurl_la-socks.Tpo .deps/libcurl_la-socks.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c -o libcurl_la-strdup.lo `test -f 'strdup.c' || echo './'`strdup.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c strdup.c -o libcurl_la-strdup.o
mv -f .deps/libcurl_la-speedcheck.Tpo .deps/libcurl_la-speedcheck.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c -o libcurl_la-strerror.lo `test -f 'strerror.c' || echo './'`strerror.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c strerror.c -o libcurl_la-strerror.o
mv -f .deps/libcurl_la-splay.Tpo .deps/libcurl_la-splay.Plo
mv -f .deps/libcurl_la-strdup.Tpo .deps/libcurl_la-strdup.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c -o libcurl_la-strtok.lo `test -f 'strtok.c' || echo './'`strtok.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c -o libcurl_la-strtoofft.lo `test -f 'strtoofft.c' || echo './'`strtoofft.c
mv -f .deps/libcurl_la-strcase.Tpo .deps/libcurl_la-strcase.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-system_win32.lo -MD -MP -MF .deps/libcurl_la-system_win32.Tpo -c -o libcurl_la-system_win32.lo `test -f 'system_win32.c' || echo './'`system_win32.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c strtok.c -o libcurl_la-strtok.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c strtoofft.c -o libcurl_la-strtoofft.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-system_win32.lo -MD -MP -MF .deps/libcurl_la-system_win32.Tpo -c system_win32.c -o libcurl_la-system_win32.o
mv -f .deps/libcurl_la-strtok.Tpo .deps/libcurl_la-strtok.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c -o libcurl_la-telnet.lo `test -f 'telnet.c' || echo './'`telnet.c
mv -f .deps/libcurl_la-system_win32.Tpo .deps/libcurl_la-system_win32.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c -o libcurl_la-tftp.lo `test -f 'tftp.c' || echo './'`tftp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c telnet.c -o libcurl_la-telnet.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c tftp.c -o libcurl_la-tftp.o
mv -f .deps/libcurl_la-strerror.Tpo .deps/libcurl_la-strerror.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-timediff.lo -MD -MP -MF .deps/libcurl_la-timediff.Tpo -c -o libcurl_la-timediff.lo `test -f 'timediff.c' || echo './'`timediff.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-timediff.lo -MD -MP -MF .deps/libcurl_la-timediff.Tpo -c timediff.c -o libcurl_la-timediff.o
mv -f .deps/libcurl_la-strtoofft.Tpo .deps/libcurl_la-strtoofft.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c -o libcurl_la-timeval.lo `test -f 'timeval.c' || echo './'`timeval.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c timeval.c -o libcurl_la-timeval.o
mv -f .deps/libcurl_la-timediff.Tpo .deps/libcurl_la-timediff.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c -o libcurl_la-transfer.lo `test -f 'transfer.c' || echo './'`transfer.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c transfer.c -o libcurl_la-transfer.o
mv -f .deps/libcurl_la-timeval.Tpo .deps/libcurl_la-timeval.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c -o libcurl_la-url.lo `test -f 'url.c' || echo './'`url.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c url.c -o libcurl_la-url.o
mv -f .deps/libcurl_la-tftp.Tpo .deps/libcurl_la-tftp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-urlapi.lo -MD -MP -MF .deps/libcurl_la-urlapi.Tpo -c -o libcurl_la-urlapi.lo `test -f 'urlapi.c' || echo './'`urlapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-urlapi.lo -MD -MP -MF .deps/libcurl_la-urlapi.Tpo -c urlapi.c -o libcurl_la-urlapi.o
mv -f .deps/libcurl_la-telnet.Tpo .deps/libcurl_la-telnet.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c -o libcurl_la-version.lo `test -f 'version.c' || echo './'`version.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c version.c -o libcurl_la-version.o
mv -f .deps/libcurl_la-transfer.Tpo .deps/libcurl_la-transfer.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-version_win32.lo -MD -MP -MF .deps/libcurl_la-version_win32.Tpo -c -o libcurl_la-version_win32.lo `test -f 'version_win32.c' || echo './'`version_win32.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-version_win32.lo -MD -MP -MF .deps/libcurl_la-version_win32.Tpo -c version_win32.c -o libcurl_la-version_win32.o
mv -f .deps/libcurl_la-version.Tpo .deps/libcurl_la-version.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c -o libcurl_la-warnless.lo `test -f 'warnless.c' || echo './'`warnless.c
mv -f .deps/libcurl_la-version_win32.Tpo .deps/libcurl_la-version_win32.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ws.lo -MD -MP -MF .deps/libcurl_la-ws.Tpo -c -o libcurl_la-ws.lo `test -f 'ws.c' || echo './'`ws.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c warnless.c -o libcurl_la-warnless.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ws.lo -MD -MP -MF .deps/libcurl_la-ws.Tpo -c ws.c -o libcurl_la-ws.o
mv -f .deps/libcurl_la-urlapi.Tpo .deps/libcurl_la-urlapi.Plo
mv -f .deps/libcurl_la-ws.Tpo .deps/libcurl_la-ws.Plo
mv -f .deps/libcurl_la-warnless.Tpo .deps/libcurl_la-warnless.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/.deps/libcurl_la-cleartext.Tpo -c -o vauth/libcurl_la-cleartext.lo `test -f 'vauth/cleartext.c' || echo './'`vauth/cleartext.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/.deps/libcurl_la-cram.Tpo -c -o vauth/libcurl_la-cram.lo `test -f 'vauth/cram.c' || echo './'`vauth/cram.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/.deps/libcurl_la-digest.Tpo -c -o vauth/libcurl_la-digest.lo `test -f 'vauth/digest.c' || echo './'`vauth/digest.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/.deps/libcurl_la-cleartext.Tpo -c vauth/cleartext.c -o vauth/libcurl_la-cleartext.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/.deps/libcurl_la-cram.Tpo -c vauth/cram.c -o vauth/libcurl_la-cram.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/.deps/libcurl_la-digest.Tpo -c vauth/digest.c -o vauth/libcurl_la-digest.o
mv -f .deps/libcurl_la-url.Tpo .deps/libcurl_la-url.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-digest_sspi.Tpo -c -o vauth/libcurl_la-digest_sspi.lo `test -f 'vauth/digest_sspi.c' || echo './'`vauth/digest_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-digest_sspi.Tpo -c vauth/digest_sspi.c -o vauth/libcurl_la-digest_sspi.o
mv -f vauth/.deps/libcurl_la-digest_sspi.Tpo vauth/.deps/libcurl_la-digest_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/.deps/libcurl_la-gsasl.Tpo -c -o vauth/libcurl_la-gsasl.lo `test -f 'vauth/gsasl.c' || echo './'`vauth/gsasl.c
mv -f vauth/.deps/libcurl_la-cleartext.Tpo vauth/.deps/libcurl_la-cleartext.Plo
mv -f vauth/.deps/libcurl_la-cram.Tpo vauth/.deps/libcurl_la-cram.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_gssapi.Tpo -c -o vauth/libcurl_la-krb5_gssapi.lo `test -f 'vauth/krb5_gssapi.c' || echo './'`vauth/krb5_gssapi.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_sspi.Tpo -c -o vauth/libcurl_la-krb5_sspi.lo `test -f 'vauth/krb5_sspi.c' || echo './'`vauth/krb5_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/.deps/libcurl_la-gsasl.Tpo -c vauth/gsasl.c -o vauth/libcurl_la-gsasl.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_sspi.Tpo -c vauth/krb5_sspi.c -o vauth/libcurl_la-krb5_sspi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_gssapi.Tpo -c vauth/krb5_gssapi.c -o vauth/libcurl_la-krb5_gssapi.o
mv -f vauth/.deps/libcurl_la-gsasl.Tpo vauth/.deps/libcurl_la-gsasl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm.Tpo -c -o vauth/libcurl_la-ntlm.lo `test -f 'vauth/ntlm.c' || echo './'`vauth/ntlm.c
mv -f vauth/.deps/libcurl_la-krb5_sspi.Tpo vauth/.deps/libcurl_la-krb5_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm_sspi.Tpo -c -o vauth/libcurl_la-ntlm_sspi.lo `test -f 'vauth/ntlm_sspi.c' || echo './'`vauth/ntlm_sspi.c
mv -f vauth/.deps/libcurl_la-krb5_gssapi.Tpo vauth/.deps/libcurl_la-krb5_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/.deps/libcurl_la-oauth2.Tpo -c -o vauth/libcurl_la-oauth2.lo `test -f 'vauth/oauth2.c' || echo './'`vauth/oauth2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm.Tpo -c vauth/ntlm.c -o vauth/libcurl_la-ntlm.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/.deps/libcurl_la-oauth2.Tpo -c vauth/oauth2.c -o vauth/libcurl_la-oauth2.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm_sspi.Tpo -c vauth/ntlm_sspi.c -o vauth/libcurl_la-ntlm_sspi.o
mv -f vauth/.deps/libcurl_la-ntlm_sspi.Tpo vauth/.deps/libcurl_la-ntlm_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_gssapi.Tpo -c -o vauth/libcurl_la-spnego_gssapi.lo `test -f 'vauth/spnego_gssapi.c' || echo './'`vauth/spnego_gssapi.c
mv -f vauth/.deps/libcurl_la-digest.Tpo vauth/.deps/libcurl_la-digest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_sspi.Tpo -c -o vauth/libcurl_la-spnego_sspi.lo `test -f 'vauth/spnego_sspi.c' || echo './'`vauth/spnego_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_gssapi.Tpo -c vauth/spnego_gssapi.c -o vauth/libcurl_la-spnego_gssapi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_sspi.Tpo -c vauth/spnego_sspi.c -o vauth/libcurl_la-spnego_sspi.o
mv -f vauth/.deps/libcurl_la-oauth2.Tpo vauth/.deps/libcurl_la-oauth2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/.deps/libcurl_la-vauth.Tpo -c -o vauth/libcurl_la-vauth.lo `test -f 'vauth/vauth.c' || echo './'`vauth/vauth.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/.deps/libcurl_la-vauth.Tpo -c vauth/vauth.c -o vauth/libcurl_la-vauth.o
mv -f vauth/.deps/libcurl_la-spnego_gssapi.Tpo vauth/.deps/libcurl_la-spnego_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/.deps/libcurl_la-bearssl.Tpo -c -o vtls/libcurl_la-bearssl.lo `test -f 'vtls/bearssl.c' || echo './'`vtls/bearssl.c
mv -f vauth/.deps/libcurl_la-spnego_sspi.Tpo vauth/.deps/libcurl_la-spnego_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c -o vtls/libcurl_la-gskit.lo `test -f 'vtls/gskit.c' || echo './'`vtls/gskit.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/.deps/libcurl_la-bearssl.Tpo -c vtls/bearssl.c -o vtls/libcurl_la-bearssl.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c vtls/gskit.c -o vtls/libcurl_la-gskit.o
mv -f vauth/.deps/libcurl_la-ntlm.Tpo vauth/.deps/libcurl_la-ntlm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c -o vtls/libcurl_la-gtls.lo `test -f 'vtls/gtls.c' || echo './'`vtls/gtls.c
mv -f vtls/.deps/libcurl_la-bearssl.Tpo vtls/.deps/libcurl_la-bearssl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/.deps/libcurl_la-hostcheck.Tpo -c -o vtls/libcurl_la-hostcheck.lo `test -f 'vtls/hostcheck.c' || echo './'`vtls/hostcheck.c
mv -f vtls/.deps/libcurl_la-gskit.Tpo vtls/.deps/libcurl_la-gskit.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/.deps/libcurl_la-keylog.Tpo -c -o vtls/libcurl_la-keylog.lo `test -f 'vtls/keylog.c' || echo './'`vtls/keylog.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c vtls/gtls.c -o vtls/libcurl_la-gtls.o
mv -f vauth/.deps/libcurl_la-vauth.Tpo vauth/.deps/libcurl_la-vauth.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls.Tpo -c -o vtls/libcurl_la-mbedtls.lo `test -f 'vtls/mbedtls.c' || echo './'`vtls/mbedtls.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/.deps/libcurl_la-hostcheck.Tpo -c vtls/hostcheck.c -o vtls/libcurl_la-hostcheck.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/.deps/libcurl_la-keylog.Tpo -c vtls/keylog.c -o vtls/libcurl_la-keylog.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls.Tpo -c vtls/mbedtls.c -o vtls/libcurl_la-mbedtls.o
mv -f vtls/.deps/libcurl_la-gtls.Tpo vtls/.deps/libcurl_la-gtls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo -c -o vtls/libcurl_la-mbedtls_threadlock.lo `test -f 'vtls/mbedtls_threadlock.c' || echo './'`vtls/mbedtls_threadlock.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo -c vtls/mbedtls_threadlock.c -o vtls/libcurl_la-mbedtls_threadlock.o
mv -f vtls/.deps/libcurl_la-mbedtls.Tpo vtls/.deps/libcurl_la-mbedtls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c -o vtls/libcurl_la-nss.lo `test -f 'vtls/nss.c' || echo './'`vtls/nss.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c vtls/nss.c -o vtls/libcurl_la-nss.o
mv -f vtls/.deps/libcurl_la-hostcheck.Tpo vtls/.deps/libcurl_la-hostcheck.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c -o vtls/libcurl_la-openssl.lo `test -f 'vtls/openssl.c' || echo './'`vtls/openssl.c
mv -f vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo vtls/.deps/libcurl_la-mbedtls_threadlock.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/.deps/libcurl_la-rustls.Tpo -c -o vtls/libcurl_la-rustls.lo `test -f 'vtls/rustls.c' || echo './'`vtls/rustls.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c vtls/openssl.c -o vtls/libcurl_la-openssl.o
mv -f vtls/.deps/libcurl_la-keylog.Tpo vtls/.deps/libcurl_la-keylog.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel.Tpo -c -o vtls/libcurl_la-schannel.lo `test -f 'vtls/schannel.c' || echo './'`vtls/schannel.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/.deps/libcurl_la-rustls.Tpo -c vtls/rustls.c -o vtls/libcurl_la-rustls.o
mv -f vtls/.deps/libcurl_la-nss.Tpo vtls/.deps/libcurl_la-nss.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel_verify.Tpo -c -o vtls/libcurl_la-schannel_verify.lo `test -f 'vtls/schannel_verify.c' || echo './'`vtls/schannel_verify.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel.Tpo -c vtls/schannel.c -o vtls/libcurl_la-schannel.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel_verify.Tpo -c vtls/schannel_verify.c -o vtls/libcurl_la-schannel_verify.o
mv -f vtls/.deps/libcurl_la-rustls.Tpo vtls/.deps/libcurl_la-rustls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/.deps/libcurl_la-sectransp.Tpo -c -o vtls/libcurl_la-sectransp.lo `test -f 'vtls/sectransp.c' || echo './'`vtls/sectransp.c
mv -f vtls/.deps/libcurl_la-schannel.Tpo vtls/.deps/libcurl_la-schannel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c -o vtls/libcurl_la-vtls.lo `test -f 'vtls/vtls.c' || echo './'`vtls/vtls.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/.deps/libcurl_la-sectransp.Tpo -c vtls/sectransp.c -o vtls/libcurl_la-sectransp.o
mv -f vtls/.deps/libcurl_la-schannel_verify.Tpo vtls/.deps/libcurl_la-schannel_verify.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/.deps/libcurl_la-wolfssl.Tpo -c -o vtls/libcurl_la-wolfssl.lo `test -f 'vtls/wolfssl.c' || echo './'`vtls/wolfssl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c vtls/vtls.c -o vtls/libcurl_la-vtls.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/.deps/libcurl_la-wolfssl.Tpo -c vtls/wolfssl.c -o vtls/libcurl_la-wolfssl.o
mv -f vtls/.deps/libcurl_la-sectransp.Tpo vtls/.deps/libcurl_la-sectransp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/.deps/libcurl_la-x509asn1.Tpo -c -o vtls/libcurl_la-x509asn1.lo `test -f 'vtls/x509asn1.c' || echo './'`vtls/x509asn1.c
mv -f vtls/.deps/libcurl_la-wolfssl.Tpo vtls/.deps/libcurl_la-wolfssl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_msh3.Tpo -c -o vquic/libcurl_la-curl_msh3.lo `test -f 'vquic/curl_msh3.c' || echo './'`vquic/curl_msh3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/.deps/libcurl_la-x509asn1.Tpo -c vtls/x509asn1.c -o vtls/libcurl_la-x509asn1.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_msh3.Tpo -c vquic/curl_msh3.c -o vquic/libcurl_la-curl_msh3.o
mv -f vtls/.deps/libcurl_la-x509asn1.Tpo vtls/.deps/libcurl_la-x509asn1.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_ngtcp2.Tpo -c -o vquic/libcurl_la-curl_ngtcp2.lo `test -f 'vquic/curl_ngtcp2.c' || echo './'`vquic/curl_ngtcp2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_ngtcp2.Tpo -c vquic/curl_ngtcp2.c -o vquic/libcurl_la-curl_ngtcp2.o
mv -f vquic/.deps/libcurl_la-curl_msh3.Tpo vquic/.deps/libcurl_la-curl_msh3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_quiche.Tpo -c -o vquic/libcurl_la-curl_quiche.lo `test -f 'vquic/curl_quiche.c' || echo './'`vquic/curl_quiche.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_quiche.Tpo -c vquic/curl_quiche.c -o vquic/libcurl_la-curl_quiche.o
mv -f vquic/.deps/libcurl_la-curl_ngtcp2.Tpo vquic/.deps/libcurl_la-curl_ngtcp2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/.deps/libcurl_la-vquic.Tpo -c -o vquic/libcurl_la-vquic.lo `test -f 'vquic/vquic.c' || echo './'`vquic/vquic.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/.deps/libcurl_la-vquic.Tpo -c vquic/vquic.c -o vquic/libcurl_la-vquic.o
mv -f vquic/.deps/libcurl_la-curl_quiche.Tpo vquic/.deps/libcurl_la-curl_quiche.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh.Tpo -c -o vssh/libcurl_la-libssh.lo `test -f 'vssh/libssh.c' || echo './'`vssh/libssh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh.Tpo -c vssh/libssh.c -o vssh/libcurl_la-libssh.o
mv -f vssh/.deps/libcurl_la-libssh.Tpo vssh/.deps/libcurl_la-libssh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh2.Tpo -c -o vssh/libcurl_la-libssh2.lo `test -f 'vssh/libssh2.c' || echo './'`vssh/libssh2.c
mv -f vquic/.deps/libcurl_la-vquic.Tpo vquic/.deps/libcurl_la-vquic.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/.deps/libcurl_la-wolfssh.Tpo -c -o vssh/libcurl_la-wolfssh.lo `test -f 'vssh/wolfssh.c' || echo './'`vssh/wolfssh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh2.Tpo -c vssh/libssh2.c -o vssh/libcurl_la-libssh2.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/.deps/libcurl_la-wolfssh.Tpo -c vssh/wolfssh.c -o vssh/libcurl_la-wolfssh.o
mv -f vssh/.deps/libcurl_la-wolfssh.Tpo vssh/.deps/libcurl_la-wolfssh.Plo
mv -f vtls/.deps/libcurl_la-vtls.Tpo vtls/.deps/libcurl_la-vtls.Plo
mv -f vtls/.deps/libcurl_la-openssl.Tpo vtls/.deps/libcurl_la-openssl.Plo
mv -f vssh/.deps/libcurl_la-libssh2.Tpo vssh/.deps/libcurl_la-libssh2.Plo
/bin/sh ../libtool  --tag=CC   --mode=link clang  -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2   -version-info 12:0:8    -export-symbols-regex '^curl_.*' -static -all-static -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz -static -all-static -o libcurl.la -rpath /usr/local/lib libcurl_la-altsvc.lo libcurl_la-amigaos.lo libcurl_la-asyn-ares.lo libcurl_la-asyn-thread.lo libcurl_la-base64.lo libcurl_la-bufref.lo libcurl_la-c-hyper.lo libcurl_la-cf-https-connect.lo libcurl_la-cf-socket.lo libcurl_la-cfilters.lo libcurl_la-conncache.lo libcurl_la-connect.lo libcurl_la-content_encoding.lo libcurl_la-cookie.lo libcurl_la-curl_addrinfo.lo libcurl_la-curl_des.lo libcurl_la-curl_endian.lo libcurl_la-curl_fnmatch.lo libcurl_la-curl_get_line.lo libcurl_la-curl_gethostname.lo libcurl_la-curl_gssapi.lo libcurl_la-curl_log.lo libcurl_la-curl_memrchr.lo libcurl_la-curl_multibyte.lo libcurl_la-curl_ntlm_core.lo libcurl_la-curl_ntlm_wb.lo libcurl_la-curl_path.lo libcurl_la-curl_range.lo libcurl_la-curl_rtmp.lo libcurl_la-curl_sasl.lo libcurl_la-curl_sspi.lo libcurl_la-curl_threads.lo libcurl_la-dict.lo libcurl_la-doh.lo libcurl_la-dynbuf.lo libcurl_la-easy.lo libcurl_la-easygetopt.lo libcurl_la-easyoptions.lo libcurl_la-escape.lo libcurl_la-file.lo libcurl_la-fileinfo.lo libcurl_la-fopen.lo libcurl_la-formdata.lo libcurl_la-ftp.lo libcurl_la-ftplistparser.lo libcurl_la-getenv.lo libcurl_la-getinfo.lo libcurl_la-gopher.lo libcurl_la-h2h3.lo libcurl_la-hash.lo libcurl_la-headers.lo libcurl_la-hmac.lo libcurl_la-hostasyn.lo libcurl_la-hostip.lo libcurl_la-hostip4.lo libcurl_la-hostip6.lo libcurl_la-hostsyn.lo libcurl_la-hsts.lo libcurl_la-http.lo libcurl_la-http2.lo libcurl_la-http_chunks.lo libcurl_la-http_digest.lo libcurl_la-http_negotiate.lo libcurl_la-http_ntlm.lo libcurl_la-http_proxy.lo libcurl_la-http_aws_sigv4.lo libcurl_la-idn.lo libcurl_la-if2ip.lo libcurl_la-imap.lo libcurl_la-inet_ntop.lo libcurl_la-inet_pton.lo libcurl_la-krb5.lo libcurl_la-ldap.lo libcurl_la-llist.lo libcurl_la-md4.lo libcurl_la-md5.lo libcurl_la-memdebug.lo libcurl_la-mime.lo libcurl_la-mprintf.lo libcurl_la-mqtt.lo libcurl_la-multi.lo libcurl_la-netrc.lo libcurl_la-nonblock.lo libcurl_la-noproxy.lo libcurl_la-openldap.lo libcurl_la-parsedate.lo libcurl_la-pingpong.lo libcurl_la-pop3.lo libcurl_la-progress.lo libcurl_la-psl.lo libcurl_la-rand.lo libcurl_la-rename.lo libcurl_la-rtsp.lo libcurl_la-select.lo libcurl_la-sendf.lo libcurl_la-setopt.lo libcurl_la-sha256.lo libcurl_la-share.lo libcurl_la-slist.lo libcurl_la-smb.lo libcurl_la-smtp.lo libcurl_la-socketpair.lo libcurl_la-socks.lo libcurl_la-socks_gssapi.lo libcurl_la-socks_sspi.lo libcurl_la-speedcheck.lo libcurl_la-splay.lo libcurl_la-strcase.lo libcurl_la-strdup.lo libcurl_la-strerror.lo libcurl_la-strtok.lo libcurl_la-strtoofft.lo libcurl_la-system_win32.lo libcurl_la-telnet.lo libcurl_la-tftp.lo libcurl_la-timediff.lo libcurl_la-timeval.lo libcurl_la-transfer.lo libcurl_la-url.lo libcurl_la-urlapi.lo libcurl_la-version.lo libcurl_la-version_win32.lo libcurl_la-warnless.lo libcurl_la-ws.lo vauth/libcurl_la-cleartext.lo vauth/libcurl_la-cram.lo vauth/libcurl_la-digest.lo vauth/libcurl_la-digest_sspi.lo vauth/libcurl_la-gsasl.lo vauth/libcurl_la-krb5_gssapi.lo vauth/libcurl_la-krb5_sspi.lo vauth/libcurl_la-ntlm.lo vauth/libcurl_la-ntlm_sspi.lo vauth/libcurl_la-oauth2.lo vauth/libcurl_la-spnego_gssapi.lo vauth/libcurl_la-spnego_sspi.lo vauth/libcurl_la-vauth.lo vtls/libcurl_la-bearssl.lo vtls/libcurl_la-gskit.lo vtls/libcurl_la-gtls.lo vtls/libcurl_la-hostcheck.lo vtls/libcurl_la-keylog.lo vtls/libcurl_la-mbedtls.lo vtls/libcurl_la-mbedtls_threadlock.lo vtls/libcurl_la-nss.lo vtls/libcurl_la-openssl.lo vtls/libcurl_la-rustls.lo vtls/libcurl_la-schannel.lo vtls/libcurl_la-schannel_verify.lo vtls/libcurl_la-sectransp.lo vtls/libcurl_la-vtls.lo vtls/libcurl_la-wolfssl.lo vtls/libcurl_la-x509asn1.lo vquic/libcurl_la-curl_msh3.lo vquic/libcurl_la-curl_ngtcp2.lo vquic/libcurl_la-curl_quiche.lo vquic/libcurl_la-vquic.lo vssh/libcurl_la-libssh.lo vssh/libcurl_la-libssh2.lo vssh/libcurl_la-wolfssh.lo        
libtool: link: /usr/bin/ar cr .libs/libcurl.a  libcurl_la-altsvc.o libcurl_la-amigaos.o libcurl_la-asyn-ares.o libcurl_la-asyn-thread.o libcurl_la-base64.o libcurl_la-bufref.o libcurl_la-c-hyper.o libcurl_la-cf-https-connect.o libcurl_la-cf-socket.o libcurl_la-cfilters.o libcurl_la-conncache.o libcurl_la-connect.o libcurl_la-content_encoding.o libcurl_la-cookie.o libcurl_la-curl_addrinfo.o libcurl_la-curl_des.o libcurl_la-curl_endian.o libcurl_la-curl_fnmatch.o libcurl_la-curl_get_line.o libcurl_la-curl_gethostname.o libcurl_la-curl_gssapi.o libcurl_la-curl_log.o libcurl_la-curl_memrchr.o libcurl_la-curl_multibyte.o libcurl_la-curl_ntlm_core.o libcurl_la-curl_ntlm_wb.o libcurl_la-curl_path.o libcurl_la-curl_range.o libcurl_la-curl_rtmp.o libcurl_la-curl_sasl.o libcurl_la-curl_sspi.o libcurl_la-curl_threads.o libcurl_la-dict.o libcurl_la-doh.o libcurl_la-dynbuf.o libcurl_la-easy.o libcurl_la-easygetopt.o libcurl_la-easyoptions.o libcurl_la-escape.o libcurl_la-file.o libcurl_la-fileinfo.o libcurl_la-fopen.o libcurl_la-formdata.o libcurl_la-ftp.o libcurl_la-ftplistparser.o libcurl_la-getenv.o libcurl_la-getinfo.o libcurl_la-gopher.o libcurl_la-h2h3.o libcurl_la-hash.o libcurl_la-headers.o libcurl_la-hmac.o libcurl_la-hostasyn.o libcurl_la-hostip.o libcurl_la-hostip4.o libcurl_la-hostip6.o libcurl_la-hostsyn.o libcurl_la-hsts.o libcurl_la-http.o libcurl_la-http2.o libcurl_la-http_chunks.o libcurl_la-http_digest.o libcurl_la-http_negotiate.o libcurl_la-http_ntlm.o libcurl_la-http_proxy.o libcurl_la-http_aws_sigv4.o libcurl_la-idn.o libcurl_la-if2ip.o libcurl_la-imap.o libcurl_la-inet_ntop.o libcurl_la-inet_pton.o libcurl_la-krb5.o libcurl_la-ldap.o libcurl_la-llist.o libcurl_la-md4.o libcurl_la-md5.o libcurl_la-memdebug.o libcurl_la-mime.o libcurl_la-mprintf.o libcurl_la-mqtt.o libcurl_la-multi.o libcurl_la-netrc.o libcurl_la-nonblock.o libcurl_la-noproxy.o libcurl_la-openldap.o libcurl_la-parsedate.o libcurl_la-pingpong.o libcurl_la-pop3.o libcurl_la-progress.o libcurl_la-psl.o libcurl_la-rand.o libcurl_la-rename.o libcurl_la-rtsp.o libcurl_la-select.o libcurl_la-sendf.o libcurl_la-setopt.o libcurl_la-sha256.o libcurl_la-share.o libcurl_la-slist.o libcurl_la-smb.o libcurl_la-smtp.o libcurl_la-socketpair.o libcurl_la-socks.o libcurl_la-socks_gssapi.o libcurl_la-socks_sspi.o libcurl_la-speedcheck.o libcurl_la-splay.o libcurl_la-strcase.o libcurl_la-strdup.o libcurl_la-strerror.o libcurl_la-strtok.o libcurl_la-strtoofft.o libcurl_la-system_win32.o libcurl_la-telnet.o libcurl_la-tftp.o libcurl_la-timediff.o libcurl_la-timeval.o libcurl_la-transfer.o libcurl_la-url.o libcurl_la-urlapi.o libcurl_la-version.o libcurl_la-version_win32.o libcurl_la-warnless.o libcurl_la-ws.o vauth/libcurl_la-cleartext.o vauth/libcurl_la-cram.o vauth/libcurl_la-digest.o vauth/libcurl_la-digest_sspi.o vauth/libcurl_la-gsasl.o vauth/libcurl_la-krb5_gssapi.o vauth/libcurl_la-krb5_sspi.o vauth/libcurl_la-ntlm.o vauth/libcurl_la-ntlm_sspi.o vauth/libcurl_la-oauth2.o vauth/libcurl_la-spnego_gssapi.o vauth/libcurl_la-spnego_sspi.o vauth/libcurl_la-vauth.o vtls/libcurl_la-bearssl.o vtls/libcurl_la-gskit.o vtls/libcurl_la-gtls.o vtls/libcurl_la-hostcheck.o vtls/libcurl_la-keylog.o vtls/libcurl_la-mbedtls.o vtls/libcurl_la-mbedtls_threadlock.o vtls/libcurl_la-nss.o vtls/libcurl_la-openssl.o vtls/libcurl_la-rustls.o vtls/libcurl_la-schannel.o vtls/libcurl_la-schannel_verify.o vtls/libcurl_la-sectransp.o vtls/libcurl_la-vtls.o vtls/libcurl_la-wolfssl.o vtls/libcurl_la-x509asn1.o vquic/libcurl_la-curl_msh3.o vquic/libcurl_la-curl_ngtcp2.o vquic/libcurl_la-curl_quiche.o vquic/libcurl_la-vquic.o vssh/libcurl_la-libssh.o vssh/libcurl_la-libssh2.o vssh/libcurl_la-wolfssh.o
libtool: link: ranlib .libs/libcurl.a
libtool: link: ( cd ".libs" && rm -f "libcurl.la" && ln -s "../libcurl.la" "libcurl.la" )
make[2]: Leaving directory '/tmp/curl-8.0.1/lib'
make[1]: Leaving directory '/tmp/curl-8.0.1/lib'
Making all in src
make[1]: Entering directory '/tmp/curl-8.0.1/src'
Making all in ../docs
make[2]: Entering directory '/tmp/curl-8.0.1/docs'
Making all in .
make[3]: Entering directory '/tmp/curl-8.0.1/docs'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/curl-8.0.1/docs'
Making all in cmdline-opts
make[3]: Entering directory '/tmp/curl-8.0.1/docs/cmdline-opts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/curl-8.0.1/docs/cmdline-opts'
make[2]: Leaving directory '/tmp/curl-8.0.1/docs'
make[2]: Entering directory '/tmp/curl-8.0.1/src'
depbase=`echo slist_wc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT slist_wc.o -MD -MP -MF $depbase.Tpo -c -o slist_wc.o slist_wc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_binmode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_binmode.o -MD -MP -MF $depbase.Tpo -c -o tool_binmode.o tool_binmode.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_bname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_bname.o -MD -MP -MF $depbase.Tpo -c -o tool_bname.o tool_bname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_dbg.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_dbg.o tool_cb_dbg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_hdr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_hdr.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_hdr.o tool_cb_hdr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_prg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_prg.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_prg.o tool_cb_prg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_rea.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_rea.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_rea.o tool_cb_rea.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_see.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_see.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_see.o tool_cb_see.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_wrt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_wrt.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_wrt.o tool_cb_wrt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cfgable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cfgable.o -MD -MP -MF $depbase.Tpo -c -o tool_cfgable.o tool_cfgable.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_dirhie.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_dirhie.o -MD -MP -MF $depbase.Tpo -c -o tool_dirhie.o tool_dirhie.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_doswin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_doswin.o -MD -MP -MF $depbase.Tpo -c -o tool_doswin.o tool_doswin.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_easysrc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_easysrc.o -MD -MP -MF $depbase.Tpo -c -o tool_easysrc.o tool_easysrc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_filetime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_filetime.o -MD -MP -MF $depbase.Tpo -c -o tool_filetime.o tool_filetime.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_findfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_findfile.o -MD -MP -MF $depbase.Tpo -c -o tool_findfile.o tool_findfile.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_formparse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_formparse.o -MD -MP -MF $depbase.Tpo -c -o tool_formparse.o tool_formparse.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_getparam.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_getparam.o -MD -MP -MF $depbase.Tpo -c -o tool_getparam.o tool_getparam.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_getpass.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_getpass.o -MD -MP -MF $depbase.Tpo -c -o tool_getpass.o tool_getpass.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_help.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_help.o -MD -MP -MF $depbase.Tpo -c -o tool_help.o tool_help.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_helpers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_helpers.o -MD -MP -MF $depbase.Tpo -c -o tool_helpers.o tool_helpers.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_hugehelp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_hugehelp.o -MD -MP -MF $depbase.Tpo -c -o tool_hugehelp.o tool_hugehelp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_libinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_libinfo.o -MD -MP -MF $depbase.Tpo -c -o tool_libinfo.o tool_libinfo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_listhelp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_listhelp.o -MD -MP -MF $depbase.Tpo -c -o tool_listhelp.o tool_listhelp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_main.o -MD -MP -MF $depbase.Tpo -c -o tool_main.o tool_main.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_msgs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_msgs.o -MD -MP -MF $depbase.Tpo -c -o tool_msgs.o tool_msgs.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_operate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_operate.o -MD -MP -MF $depbase.Tpo -c -o tool_operate.o tool_operate.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_operhlp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_operhlp.o -MD -MP -MF $depbase.Tpo -c -o tool_operhlp.o tool_operhlp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_paramhlp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_paramhlp.o -MD -MP -MF $depbase.Tpo -c -o tool_paramhlp.o tool_paramhlp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_parsecfg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_parsecfg.o -MD -MP -MF $depbase.Tpo -c -o tool_parsecfg.o tool_parsecfg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_progress.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_progress.o -MD -MP -MF $depbase.Tpo -c -o tool_progress.o tool_progress.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_stderr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_stderr.o -MD -MP -MF $depbase.Tpo -c -o tool_stderr.o tool_stderr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_strdup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_strdup.o -MD -MP -MF $depbase.Tpo -c -o tool_strdup.o tool_strdup.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_setopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_setopt.o -MD -MP -MF $depbase.Tpo -c -o tool_setopt.o tool_setopt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_sleep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_sleep.o -MD -MP -MF $depbase.Tpo -c -o tool_sleep.o tool_sleep.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_urlglob.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_urlglob.o -MD -MP -MF $depbase.Tpo -c -o tool_urlglob.o tool_urlglob.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_util.o -MD -MP -MF $depbase.Tpo -c -o tool_util.o tool_util.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_vms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_vms.o -MD -MP -MF $depbase.Tpo -c -o tool_vms.o tool_vms.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_writeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_writeout.o -MD -MP -MF $depbase.Tpo -c -o tool_writeout.o tool_writeout.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_writeout_json.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_writeout_json.o -MD -MP -MF $depbase.Tpo -c -o tool_writeout_json.o tool_writeout_json.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_xattr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_xattr.o -MD -MP -MF $depbase.Tpo -c -o tool_xattr.o tool_xattr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/strtoofft.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/strtoofft.o -MD -MP -MF $depbase.Tpo -c -o ../lib/strtoofft.o ../lib/strtoofft.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/timediff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/timediff.o -MD -MP -MF $depbase.Tpo -c -o ../lib/timediff.o ../lib/timediff.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/nonblock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/nonblock.o -MD -MP -MF $depbase.Tpo -c -o ../lib/nonblock.o ../lib/nonblock.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/warnless.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/warnless.o -MD -MP -MF $depbase.Tpo -c -o ../lib/warnless.o ../lib/warnless.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/curl_multibyte.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/curl_multibyte.o -MD -MP -MF $depbase.Tpo -c -o ../lib/curl_multibyte.o ../lib/curl_multibyte.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/version_win32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/version_win32.o -MD -MP -MF $depbase.Tpo -c -o ../lib/version_win32.o ../lib/version_win32.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/dynbuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/dynbuf.o -MD -MP -MF $depbase.Tpo -c -o ../lib/dynbuf.o ../lib/dynbuf.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool  --tag=CC   --mode=link clang  -Qunused-arguments -Wno-pointer-bool-conversion -O2   -static -all-static -o curl slist_wc.o tool_binmode.o tool_bname.o tool_cb_dbg.o tool_cb_hdr.o tool_cb_prg.o tool_cb_rea.o tool_cb_see.o tool_cb_wrt.o tool_cfgable.o tool_dirhie.o tool_doswin.o tool_easysrc.o tool_filetime.o tool_findfile.o tool_formparse.o tool_getparam.o tool_getpass.o tool_help.o tool_helpers.o tool_hugehelp.o tool_libinfo.o tool_listhelp.o tool_main.o tool_msgs.o tool_operate.o tool_operhlp.o tool_paramhlp.o tool_parsecfg.o tool_progress.o tool_stderr.o tool_strdup.o tool_setopt.o tool_sleep.o tool_urlglob.o tool_util.o tool_vms.o tool_writeout.o tool_writeout_json.o tool_xattr.o ../lib/strtoofft.o ../lib/timediff.o ../lib/nonblock.o ../lib/warnless.o ../lib/curl_multibyte.o ../lib/version_win32.o ../lib/dynbuf.o   ../lib/libcurl.la -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz 
libtool: link: clang -Qunused-arguments -Wno-pointer-bool-conversion -O2 -static -o curl slist_wc.o tool_binmode.o tool_bname.o tool_cb_dbg.o tool_cb_hdr.o tool_cb_prg.o tool_cb_rea.o tool_cb_see.o tool_cb_wrt.o tool_cfgable.o tool_dirhie.o tool_doswin.o tool_easysrc.o tool_filetime.o tool_findfile.o tool_formparse.o tool_getparam.o tool_getpass.o tool_help.o tool_helpers.o tool_hugehelp.o tool_libinfo.o tool_listhelp.o tool_main.o tool_msgs.o tool_operate.o tool_operhlp.o tool_paramhlp.o tool_parsecfg.o tool_progress.o tool_stderr.o tool_strdup.o tool_setopt.o tool_sleep.o tool_urlglob.o tool_util.o tool_vms.o tool_writeout.o tool_writeout_json.o tool_xattr.o ../lib/strtoofft.o ../lib/timediff.o ../lib/nonblock.o ../lib/warnless.o ../lib/curl_multibyte.o ../lib/version_win32.o ../lib/dynbuf.o  ../lib/.libs/libcurl.a -L/lib -lnghttp2 -lssh2 -lssl -lcrypto -ldl -lz -pthread
make[2]: Leaving directory '/tmp/curl-8.0.1/src'
make[1]: Leaving directory '/tmp/curl-8.0.1/src'
make[1]: Entering directory '/tmp/curl-8.0.1'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/curl-8.0.1'
+ strip src/curl
+ ls -lah src/curl
-rwxrwxrwx    1 root     root        3.1M Mar 20 14:22 src/curl
+ file src/curl
src/curl: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
+ ldd src/curl
/lib/ld-musl-aarch64.so.1: src/curl: Not a valid dynamic program
+ true
+ ./src/curl -V
curl 8.0.1 (aarch64-unknown-linux-musl) libcurl/8.0.1 OpenSSL/1.1.1t zlib/1.2.12 libssh2/1.9.0 nghttp2/1.43.0
Release-Date: 2023-03-20
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP UnixSockets
+ mkdir -p /tmp/release/
+ mv src/curl /tmp/release/curl-aarch64
+ cd ..
+ rm -rf curl-8.0.1/
+ docker_build armv7 multiarch/alpine:armv7-latest-stable ./build.sh
+ export ARCH=armv7
+ ARCH=armv7
+ shift
+ DOCKER_IMAGE=multiarch/alpine:armv7-latest-stable
+ shift
++ id -g
++ pwd
++ id -g
+ docker run --rm -e ARCH -e BRANCH_NAME -e BUILD_UID=971 -e BUILD_GID=971 -v /var/lib/jenkins/workspace/oparisthebest_static-curl_master:/tmp -w /tmp multiarch/alpine:armv7-latest-stable sh -c 'umask a=rwx; "$@"; exit=$?; chown -R '\''971:971'\'' /tmp; exit $exit' -- ./build.sh
+ '[' '!' -f curl-8.0.1.tar.gz ]
+ rm -rf curl-8.0.1/
+ tar xzf curl-8.0.1.tar.gz
+ cd curl-8.0.1/
+ apk add build-base clang openssl-dev nghttp2-dev nghttp2-static libssh2-dev libssh2-static
fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/main/armv7/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/community/armv7/APKINDEX.tar.gz
(1/39) Upgrading musl (1.2.2-r3 -> 1.2.2-r4)
(2/39) Upgrading libcrypto1.1 (1.1.1n-r0 -> 1.1.1t-r0)
(3/39) Upgrading libssl1.1 (1.1.1n-r0 -> 1.1.1t-r0)
(4/39) Upgrading zlib (1.2.12-r0 -> 1.2.12-r3)
(5/39) Installing libgcc (10.3.1_git20210424-r2)
(6/39) Installing libstdc++ (10.3.1_git20210424-r2)
(7/39) Installing binutils (2.35.2-r2)
(8/39) Installing libmagic (5.40-r1)
(9/39) Installing file (5.40-r1)
(10/39) Installing libgomp (10.3.1_git20210424-r2)
(11/39) Installing libatomic (10.3.1_git20210424-r2)
(12/39) Installing libgphobos (10.3.1_git20210424-r2)
(13/39) Installing gmp (6.2.1-r1)
(14/39) Installing isl22 (0.22-r0)
(15/39) Installing mpfr4 (4.1.0-r0)
(16/39) Installing mpc1 (1.2.1-r0)
(17/39) Installing gcc (10.3.1_git20210424-r2)
(18/39) Installing musl-dev (1.2.2-r4)
(19/39) Installing libc-dev (0.7.2-r3)
(20/39) Installing g++ (10.3.1_git20210424-r2)
(21/39) Installing make (4.3-r0)
(22/39) Installing fortify-headers (1.1-r1)
(23/39) Installing patch (2.7.6-r7)
(24/39) Installing build-base (0.5-r3)
(25/39) Installing libffi (3.3-r2)
(26/39) Installing xz-libs (5.2.5-r1)
(27/39) Installing libxml2 (2.9.14-r2)
(28/39) Installing llvm11-libs (11.1.0-r2)
(29/39) Installing clang-libs (11.1.0-r1)
(30/39) Installing clang (11.1.0-r1)
(31/39) Installing libssh2 (1.9.0-r1)
(32/39) Installing pkgconf (1.7.4-r1)
(33/39) Installing openssl-dev (1.1.1t-r0)
(34/39) Installing zlib-dev (1.2.12-r3)
(35/39) Installing libssh2-dev (1.9.0-r1)
(36/39) Installing libssh2-static (1.9.0-r1)
(37/39) Installing nghttp2-libs (1.43.0-r0)
(38/39) Installing nghttp2-dev (1.43.0-r0)
(39/39) Installing nghttp2-static (1.43.0-r0)
Executing busybox-1.33.1-r7.trigger
OK: 287 MiB in 55 packages
+ apk add openssl-libs-static zlib-static
(1/2) Installing openssl-libs-static (1.1.1t-r0)
(2/2) Installing zlib-static (1.2.12-r3)
OK: 302 MiB in 57 packages
+ export 'CC=clang'
+ LDFLAGS=-static PKG_CONFIG='pkg-config --static' ./configure --disable-shared --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets --with-ssl --with-libssh2
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
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 hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking whether to disable dependency on -lrt... (assumed no)
checking whether to enable ECH support... no
checking for path separator... :
checking for sed... /bin/sed
checking for grep... /bin/grep
checking that grep -E works... yes
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... clang
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 the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking how to run the C preprocessor... clang -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of clang... gcc3
checking curl version... 8.0.1
checking for httpd... no
checking for apache2... no
checking for apachectl... no
checking for apxs... no
configure: httpd/apache2 not in PATH, httpd tests disabled
configure: apxs not in PATH, httpd tests disabled
checking for nghttpx... no
checking for caddy... no
checking build system type... armv7l-unknown-linux-musleabihf
checking host system type... armv7l-unknown-linux-musleabihf
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... /bin/grep -E
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 how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking how to convert armv7l-unknown-linux-musleabihf file names to armv7l-unknown-linux-musleabihf format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-musleabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... 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... no
checking whether to build static libraries... yes
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... no
checking whether to build shared libraries with -mimpure-text... no
checking whether to build shared libraries with PIC... yes
checking whether to build static libraries with PIC... no
checking whether to build shared libraries only... no
checking whether to build static libraries only... yes
checking for windres... no
checking for inline... inline
checking if cpp -P is needed... no
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... yes
checking if compiler is xlclang... no
checking if compiler is GNU C... no
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 accepts some basic options... yes
configure: compiler options added: -Qunused-arguments -Wno-pointer-bool-conversion 
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 halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
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 build target supports WIN32 crypto API... no
checking for good-to-use Darwin CFLAGS... no
checking whether to link macOS CoreFoundation and SystemConfiguration framework... no
checking to see if the compiler supports __builtin_available()... yes
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... no
checking whether to support ldaps... no
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 smb... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to support mqtt... no
checking whether to provide built-in manual... yes
checking whether to enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for proto/bsdsocket.h... no
checking for connect in libraries... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for zlib options with pkg-config... found
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... no
checking for brotli/decode.h... no
checking for ZSTD_createDStream in -lzstd... no
checking for zstd.h... 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 GSS-API support is requested... no
checking whether to enable Windows native SSL/TLS... no
checking whether to enable Secure Transport... no
checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -ldl -pthread -lcrypto -ldl -pthread "
configure: pkg-config: SSL_LDFLAGS: ""
configure: pkg-config: SSL_CPPFLAGS: ""
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking for openssl/x509.h... yes
checking for openssl/rsa.h... yes
checking for openssl/crypto.h... yes
checking for openssl/pem.h... yes
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for RAND_egd... no
checking for BoringSSL... no
checking for libressl... no
checking for OpenSSL >= v3... no
checking for "/dev/urandom"... yes
checking for SRP support in OpenSSL... yes
configure: built with one SSL backend
checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
checking whether to use builtin CA store of SSL library... no
checking for library containing psl_builtin... no
configure: WARNING: libpsl was not found
checking for library containing gsasl_init... no
configure: WARNING: libgsasl was not found
checking for libssh2 options with pkg-config... found
checking for libssh2_session_block_directions in -lssh2... yes
checking for libssh2.h... yes
configure: Added /lib to CURL_LIBRARY_PATH
checking for RTMP_Init in -lrtmp... no
checking whether versioned symbols are wanted... no
checking whether to enable Windows native IDN (Windows native builds only)... no
checking whether to build with libidn2... (assumed) yes
checking for libidn2 options with pkg-config... no
configure: IDN_LIBS: "-lidn2"
configure: IDN_LDFLAGS: ""
configure: IDN_CPPFLAGS: ""
configure: IDN_DIR: ""
checking if idn2_lookup_ul can be linked... no
checking for idn2.h... no
configure: WARNING: Cannot find libraries for IDN support: IDN disabled
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2 
configure: -I is 
configure: -L is 
checking for nghttp2_session_set_local_window_size in -lnghttp2... yes
checking for nghttp2/nghttp2.h... yes
configure: Added  to CURL_LIBRARY_PATH
checking for fish options with pkg-config... no
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 unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for netinet/in6.h... no
checking for sys/un.h... yes
checking for linux/tcp.h... no
checking for netinet/tcp.h... yes
checking for netinet/udp.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... no
checking for fcntl.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 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 stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... no
checking for sys/wait.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 for sys/types.h... (cached) yes
checking for sys/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... 4
checking size of long... 4
checking size of int... 4
checking size of time_t... 8
checking size of off_t... 8
checking size of curl_off_t... 8
checking for long long... yes
checking for ssize_t... yes
checking for bool... yes
checking for sa_family_t... yes
checking for suseconds_t... yes
checking if time_t is unsigned... no
checking for sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) 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 for select... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... yes
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 for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
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 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 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/xattr.h... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 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 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... yes
checking if gethostbyname_r is prototyped... yes
checking if gethostbyname_r takes 3 args.... no
checking if gethostbyname_r takes 5 args.... no
checking if gethostbyname_r takes 6 args.... yes
checking if gethostbyname_r is compilable... yes
checking if gethostbyname_r usage allowed... yes
checking if gethostbyname_r might be used... yes
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking for gethostname arg 2 data type... unsigned int
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getpeername can be linked... yes
checking if getpeername is prototyped... yes
checking if getpeername is compilable... yes
checking if getpeername usage allowed... yes
checking if getpeername might be used... yes
checking if getsockname can be linked... yes
checking if getsockname is prototyped... yes
checking if getsockname is compilable... yes
checking if getsockname usage allowed... yes
checking if getsockname might be used... yes
checking for net/if.h... (cached) yes
checking if if_nametoindex can be linked... yes
checking if if_nametoindex is prototyped... yes
checking if if_nametoindex is compilable... yes
checking if if_nametoindex usage allowed... yes
checking if if_nametoindex 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 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 for sys/types.h... (cached) yes
checking for sys/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_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 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 memrchr can be linked... yes
checking if memrchr is prototyped... no
checking if memrchr might be used... no
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... yes
checking if poll might be used... yes
checking for sys/types.h... (cached) yes
checking for signal.h... 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 socketpair can be linked... yes
checking if socketpair is prototyped... yes
checking if socketpair is compilable... yes
checking if socketpair usage allowed... yes
checking if socketpair 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 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 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 clang options needed to detect all undeclared functions... -fno-builtin
checking whether getpwuid_r is declared... yes
checking for fnmatch... yes
checking for fchmod... 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 getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for mach_absolute_time... no
checking deeper for mach_absolute_time... but still no
checking for pipe... yes
checking for sched_yield... yes
checking for sendmsg... yes
checking for setlocale... yes
checking for setmode... no
checking deeper for setmode... but still no
checking for setrlimit... yes
checking for snprintf... yes
checking for utime... yes
checking for utimes... yes
checking for arc4random... no
checking deeper for arc4random... but still no
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... no
checking for gnroff... no
checking for nroff... no
configure: WARNING: disabling built-in manual
checking whether to enable the threaded resolver... yes
checking whether to use POSIX threads for threaded resolver... auto
checking for pthread.h... yes
checking for pthread_create... yes
checking convert -I options to -isystem... yes
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 support NTLM... yes
checking whether to enable NTLM delegation to winbind's helper... yes
checking whether to enable TLS-SRP authentication... yes
checking whether to enable Unix domain sockets... yes
checking for struct sockaddr_un.sun_path... yes
checking whether to support cookies... yes
checking whether to support socketpair... yes
checking whether to support HTTP authentication... yes
checking whether to support DoH... yes
checking whether to support the MIME API... yes
checking whether to support date parsing... yes
checking whether to support netrc parsing... yes
checking whether to support progress-meter... yes
checking whether to support DNS shuffling... yes
checking whether to support curl_easy_option*... yes
checking whether to support alt-svc... yes
checking whether to support headers-api... yes
checking whether to support HSTS... yes
checking for SSL_set0_wbio... yes
checking whether to support WebSockets... no
checking whether hiding of library internal symbols will actually happen... yes
configure: using LIBS: -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz
configure: LIBS note: LIBS should only be used to specify libraries (-lname).
configure: WARNING: Continuing even with errors mentioned immediately above this line.
checking that generated files are newer than configure... done
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 docs/libcurl/opts/Makefile
config.status: creating docs/cmdline-opts/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 scripts/Makefile
config.status: creating lib/libcurl.vers
config.status: creating lib/libcurl.plist
config.status: creating tests/Makefile
config.status: creating tests/config
config.status: creating tests/certs/Makefile
config.status: creating tests/certs/scripts/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 tests/http/config.ini
config.status: creating tests/http/Makefile
config.status: creating packages/Makefile
config.status: creating packages/vms/Makefile
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/curl_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Configured to build curl/libcurl:

  Host setup:       armv7l-unknown-linux-musleabihf
  Install prefix:   /usr/local
  Compiler:         clang
   CFLAGS:          -Qunused-arguments -Wno-pointer-bool-conversion -O2
   CPPFLAGS:        
   LDFLAGS:         -static -L/lib -L/lib
   LIBS:            -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz

  curl version:     8.0.1
  SSL:              enabled (OpenSSL)
  SSH:              enabled (libSSH2)
  zlib:             enabled
  brotli:           no      (--with-brotli)
  zstd:             no      (--with-zstd)
  GSS-API:          no      (--with-gssapi)
  GSASL:            no      (libgsasl not found)
  TLS-SRP:          enabled
  resolver:         POSIX threaded
  IPv6:             enabled
  Unix sockets:     enabled
  IDN:              no      (--with-{libidn2,winidn})
  Build libcurl:    Shared=no, Static=yes
  Built-in manual:  no      (--enable-manual)
  --libcurl option: enabled (--disable-libcurl-option)
  Verbose errors:   enabled (--disable-verbose)
  Code coverage:    disabled
  SSPI:             no      (--enable-sspi)
  ca cert bundle:   /etc/ssl/certs/ca-certificates.crt
  ca cert path:     no
  ca fallback:      no
  LDAP:             no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
  LDAPS:            no      (--enable-ldaps)
  RTSP:             enabled
  RTMP:             no      (--with-librtmp)
  PSL:              no      (libpsl not found)
  Alt-svc:          enabled (--disable-alt-svc)
  Headers API:      enabled (--disable-headers-api)
  HSTS:             enabled (--disable-hsts)
  HTTP1:            enabled (internal)
  HTTP2:            enabled (nghttp2)
  HTTP3:            no      (--with-ngtcp2, --with-quiche --with-msh3)
  ECH:              no      (--enable-ech)
  WebSockets:       no      (--enable-websockets)
  Protocols:        DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS MQTT POP3 POP3S RTSP SCP SFTP SMB SMBS SMTP SMTPS TELNET TFTP
  Features:         AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets alt-svc libz threadsafe

+ make -j4 'V=1' 'LDFLAGS=-static -all-static'
Making all in lib
make[1]: Entering directory '/tmp/curl-8.0.1/lib'
/usr/bin/make  all-am
make[2]: Entering directory '/tmp/curl-8.0.1/lib'
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c -o libcurl_la-altsvc.lo `test -f 'altsvc.c' || echo './'`altsvc.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c -o libcurl_la-amigaos.lo `test -f 'amigaos.c' || echo './'`amigaos.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c -o libcurl_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo './'`asyn-ares.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c -o libcurl_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo './'`asyn-thread.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c asyn-ares.c -o libcurl_la-asyn-ares.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c amigaos.c -o libcurl_la-amigaos.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c altsvc.c -o libcurl_la-altsvc.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c asyn-thread.c -o libcurl_la-asyn-thread.o
mv -f .deps/libcurl_la-asyn-ares.Tpo .deps/libcurl_la-asyn-ares.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c -o libcurl_la-base64.lo `test -f 'base64.c' || echo './'`base64.c
mv -f .deps/libcurl_la-amigaos.Tpo .deps/libcurl_la-amigaos.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-bufref.lo -MD -MP -MF .deps/libcurl_la-bufref.Tpo -c -o libcurl_la-bufref.lo `test -f 'bufref.c' || echo './'`bufref.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c base64.c -o libcurl_la-base64.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-bufref.lo -MD -MP -MF .deps/libcurl_la-bufref.Tpo -c bufref.c -o libcurl_la-bufref.o
mv -f .deps/libcurl_la-asyn-thread.Tpo .deps/libcurl_la-asyn-thread.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-c-hyper.lo -MD -MP -MF .deps/libcurl_la-c-hyper.Tpo -c -o libcurl_la-c-hyper.lo `test -f 'c-hyper.c' || echo './'`c-hyper.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-c-hyper.lo -MD -MP -MF .deps/libcurl_la-c-hyper.Tpo -c c-hyper.c -o libcurl_la-c-hyper.o
mv -f .deps/libcurl_la-bufref.Tpo .deps/libcurl_la-bufref.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cf-https-connect.lo -MD -MP -MF .deps/libcurl_la-cf-https-connect.Tpo -c -o libcurl_la-cf-https-connect.lo `test -f 'cf-https-connect.c' || echo './'`cf-https-connect.c
mv -f .deps/libcurl_la-altsvc.Tpo .deps/libcurl_la-altsvc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cf-socket.lo -MD -MP -MF .deps/libcurl_la-cf-socket.Tpo -c -o libcurl_la-cf-socket.lo `test -f 'cf-socket.c' || echo './'`cf-socket.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cf-https-connect.lo -MD -MP -MF .deps/libcurl_la-cf-https-connect.Tpo -c cf-https-connect.c -o libcurl_la-cf-https-connect.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cf-socket.lo -MD -MP -MF .deps/libcurl_la-cf-socket.Tpo -c cf-socket.c -o libcurl_la-cf-socket.o
mv -f .deps/libcurl_la-base64.Tpo .deps/libcurl_la-base64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cfilters.lo -MD -MP -MF .deps/libcurl_la-cfilters.Tpo -c -o libcurl_la-cfilters.lo `test -f 'cfilters.c' || echo './'`cfilters.c
mv -f .deps/libcurl_la-c-hyper.Tpo .deps/libcurl_la-c-hyper.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c -o libcurl_la-conncache.lo `test -f 'conncache.c' || echo './'`conncache.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cfilters.lo -MD -MP -MF .deps/libcurl_la-cfilters.Tpo -c cfilters.c -o libcurl_la-cfilters.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c conncache.c -o libcurl_la-conncache.o
mv -f .deps/libcurl_la-cf-https-connect.Tpo .deps/libcurl_la-cf-https-connect.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c -o libcurl_la-connect.lo `test -f 'connect.c' || echo './'`connect.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c connect.c -o libcurl_la-connect.o
mv -f .deps/libcurl_la-conncache.Tpo .deps/libcurl_la-conncache.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c -o libcurl_la-content_encoding.lo `test -f 'content_encoding.c' || echo './'`content_encoding.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c content_encoding.c -o libcurl_la-content_encoding.o
mv -f .deps/libcurl_la-cf-socket.Tpo .deps/libcurl_la-cf-socket.Plo
mv -f .deps/libcurl_la-cfilters.Tpo .deps/libcurl_la-cfilters.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c -o libcurl_la-cookie.lo `test -f 'cookie.c' || echo './'`cookie.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c -o libcurl_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo './'`curl_addrinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c cookie.c -o libcurl_la-cookie.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c curl_addrinfo.c -o libcurl_la-curl_addrinfo.o
mv -f .deps/libcurl_la-curl_addrinfo.Tpo .deps/libcurl_la-curl_addrinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_des.lo -MD -MP -MF .deps/libcurl_la-curl_des.Tpo -c -o libcurl_la-curl_des.lo `test -f 'curl_des.c' || echo './'`curl_des.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_des.lo -MD -MP -MF .deps/libcurl_la-curl_des.Tpo -c curl_des.c -o libcurl_la-curl_des.o
mv -f .deps/libcurl_la-content_encoding.Tpo .deps/libcurl_la-content_encoding.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c -o libcurl_la-curl_endian.lo `test -f 'curl_endian.c' || echo './'`curl_endian.c
mv -f .deps/libcurl_la-connect.Tpo .deps/libcurl_la-connect.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c curl_endian.c -o libcurl_la-curl_endian.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c -o libcurl_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo './'`curl_fnmatch.c
mv -f .deps/libcurl_la-curl_des.Tpo .deps/libcurl_la-curl_des.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_get_line.lo -MD -MP -MF .deps/libcurl_la-curl_get_line.Tpo -c -o libcurl_la-curl_get_line.lo `test -f 'curl_get_line.c' || echo './'`curl_get_line.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_get_line.lo -MD -MP -MF .deps/libcurl_la-curl_get_line.Tpo -c curl_get_line.c -o libcurl_la-curl_get_line.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c curl_fnmatch.c -o libcurl_la-curl_fnmatch.o
mv -f .deps/libcurl_la-curl_endian.Tpo .deps/libcurl_la-curl_endian.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c -o libcurl_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo './'`curl_gethostname.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c curl_gethostname.c -o libcurl_la-curl_gethostname.o
mv -f .deps/libcurl_la-curl_get_line.Tpo .deps/libcurl_la-curl_get_line.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c -o libcurl_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo './'`curl_gssapi.c
mv -f .deps/libcurl_la-curl_fnmatch.Tpo .deps/libcurl_la-curl_fnmatch.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_log.lo -MD -MP -MF .deps/libcurl_la-curl_log.Tpo -c -o libcurl_la-curl_log.lo `test -f 'curl_log.c' || echo './'`curl_log.c
mv -f .deps/libcurl_la-cookie.Tpo .deps/libcurl_la-cookie.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c -o libcurl_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo './'`curl_memrchr.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c curl_gssapi.c -o libcurl_la-curl_gssapi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_log.lo -MD -MP -MF .deps/libcurl_la-curl_log.Tpo -c curl_log.c -o libcurl_la-curl_log.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c curl_memrchr.c -o libcurl_la-curl_memrchr.o
mv -f .deps/libcurl_la-curl_gethostname.Tpo .deps/libcurl_la-curl_gethostname.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c -o libcurl_la-curl_multibyte.lo `test -f 'curl_multibyte.c' || echo './'`curl_multibyte.c
mv -f .deps/libcurl_la-curl_gssapi.Tpo .deps/libcurl_la-curl_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c -o libcurl_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo './'`curl_ntlm_core.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c curl_multibyte.c -o libcurl_la-curl_multibyte.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c curl_ntlm_core.c -o libcurl_la-curl_ntlm_core.o
mv -f .deps/libcurl_la-curl_memrchr.Tpo .deps/libcurl_la-curl_memrchr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c -o libcurl_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo './'`curl_ntlm_wb.c
mv -f .deps/libcurl_la-curl_log.Tpo .deps/libcurl_la-curl_log.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_path.lo -MD -MP -MF .deps/libcurl_la-curl_path.Tpo -c -o libcurl_la-curl_path.lo `test -f 'curl_path.c' || echo './'`curl_path.c
mv -f .deps/libcurl_la-curl_multibyte.Tpo .deps/libcurl_la-curl_multibyte.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_range.lo -MD -MP -MF .deps/libcurl_la-curl_range.Tpo -c -o libcurl_la-curl_range.lo `test -f 'curl_range.c' || echo './'`curl_range.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c curl_ntlm_wb.c -o libcurl_la-curl_ntlm_wb.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_path.lo -MD -MP -MF .deps/libcurl_la-curl_path.Tpo -c curl_path.c -o libcurl_la-curl_path.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_range.lo -MD -MP -MF .deps/libcurl_la-curl_range.Tpo -c curl_range.c -o libcurl_la-curl_range.o
mv -f .deps/libcurl_la-curl_range.Tpo .deps/libcurl_la-curl_range.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c -o libcurl_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo './'`curl_rtmp.c
mv -f .deps/libcurl_la-curl_path.Tpo .deps/libcurl_la-curl_path.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c -o libcurl_la-curl_sasl.lo `test -f 'curl_sasl.c' || echo './'`curl_sasl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c curl_rtmp.c -o libcurl_la-curl_rtmp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c curl_sasl.c -o libcurl_la-curl_sasl.o
mv -f .deps/libcurl_la-curl_ntlm_core.Tpo .deps/libcurl_la-curl_ntlm_core.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c -o libcurl_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo './'`curl_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c curl_sspi.c -o libcurl_la-curl_sspi.o
mv -f .deps/libcurl_la-curl_rtmp.Tpo .deps/libcurl_la-curl_rtmp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c -o libcurl_la-curl_threads.lo `test -f 'curl_threads.c' || echo './'`curl_threads.c
mv -f .deps/libcurl_la-curl_ntlm_wb.Tpo .deps/libcurl_la-curl_ntlm_wb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c -o libcurl_la-dict.lo `test -f 'dict.c' || echo './'`dict.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c curl_threads.c -o libcurl_la-curl_threads.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c dict.c -o libcurl_la-dict.o
mv -f .deps/libcurl_la-curl_sspi.Tpo .deps/libcurl_la-curl_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-doh.lo -MD -MP -MF .deps/libcurl_la-doh.Tpo -c -o libcurl_la-doh.lo `test -f 'doh.c' || echo './'`doh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-doh.lo -MD -MP -MF .deps/libcurl_la-doh.Tpo -c doh.c -o libcurl_la-doh.o
mv -f .deps/libcurl_la-curl_threads.Tpo .deps/libcurl_la-curl_threads.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-dynbuf.lo -MD -MP -MF .deps/libcurl_la-dynbuf.Tpo -c -o libcurl_la-dynbuf.lo `test -f 'dynbuf.c' || echo './'`dynbuf.c
mv -f .deps/libcurl_la-curl_sasl.Tpo .deps/libcurl_la-curl_sasl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c -o libcurl_la-easy.lo `test -f 'easy.c' || echo './'`easy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-dynbuf.lo -MD -MP -MF .deps/libcurl_la-dynbuf.Tpo -c dynbuf.c -o libcurl_la-dynbuf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c easy.c -o libcurl_la-easy.o
mv -f .deps/libcurl_la-dict.Tpo .deps/libcurl_la-dict.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easygetopt.lo -MD -MP -MF .deps/libcurl_la-easygetopt.Tpo -c -o libcurl_la-easygetopt.lo `test -f 'easygetopt.c' || echo './'`easygetopt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easygetopt.lo -MD -MP -MF .deps/libcurl_la-easygetopt.Tpo -c easygetopt.c -o libcurl_la-easygetopt.o
mv -f .deps/libcurl_la-dynbuf.Tpo .deps/libcurl_la-dynbuf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easyoptions.lo -MD -MP -MF .deps/libcurl_la-easyoptions.Tpo -c -o libcurl_la-easyoptions.lo `test -f 'easyoptions.c' || echo './'`easyoptions.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easyoptions.lo -MD -MP -MF .deps/libcurl_la-easyoptions.Tpo -c easyoptions.c -o libcurl_la-easyoptions.o
mv -f .deps/libcurl_la-easygetopt.Tpo .deps/libcurl_la-easygetopt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c -o libcurl_la-escape.lo `test -f 'escape.c' || echo './'`escape.c
mv -f .deps/libcurl_la-doh.Tpo .deps/libcurl_la-doh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c -o libcurl_la-file.lo `test -f 'file.c' || echo './'`file.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c escape.c -o libcurl_la-escape.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c file.c -o libcurl_la-file.o
mv -f .deps/libcurl_la-easyoptions.Tpo .deps/libcurl_la-easyoptions.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c -o libcurl_la-fileinfo.lo `test -f 'fileinfo.c' || echo './'`fileinfo.c
mv -f .deps/libcurl_la-easy.Tpo .deps/libcurl_la-easy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-fopen.lo -MD -MP -MF .deps/libcurl_la-fopen.Tpo -c -o libcurl_la-fopen.lo `test -f 'fopen.c' || echo './'`fopen.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-fopen.lo -MD -MP -MF .deps/libcurl_la-fopen.Tpo -c fopen.c -o libcurl_la-fopen.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c fileinfo.c -o libcurl_la-fileinfo.o
mv -f .deps/libcurl_la-escape.Tpo .deps/libcurl_la-escape.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c -o libcurl_la-formdata.lo `test -f 'formdata.c' || echo './'`formdata.c
mv -f .deps/libcurl_la-fileinfo.Tpo .deps/libcurl_la-fileinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c -o libcurl_la-ftp.lo `test -f 'ftp.c' || echo './'`ftp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c formdata.c -o libcurl_la-formdata.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c ftp.c -o libcurl_la-ftp.o
mv -f .deps/libcurl_la-file.Tpo .deps/libcurl_la-file.Plo
mv -f .deps/libcurl_la-fopen.Tpo .deps/libcurl_la-fopen.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c -o libcurl_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo './'`ftplistparser.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c -o libcurl_la-getenv.lo `test -f 'getenv.c' || echo './'`getenv.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c ftplistparser.c -o libcurl_la-ftplistparser.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c getenv.c -o libcurl_la-getenv.o
mv -f .deps/libcurl_la-getenv.Tpo .deps/libcurl_la-getenv.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c -o libcurl_la-getinfo.lo `test -f 'getinfo.c' || echo './'`getinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c getinfo.c -o libcurl_la-getinfo.o
mv -f .deps/libcurl_la-formdata.Tpo .deps/libcurl_la-formdata.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c -o libcurl_la-gopher.lo `test -f 'gopher.c' || echo './'`gopher.c
mv -f .deps/libcurl_la-ftplistparser.Tpo .deps/libcurl_la-ftplistparser.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-h2h3.lo -MD -MP -MF .deps/libcurl_la-h2h3.Tpo -c -o libcurl_la-h2h3.lo `test -f 'h2h3.c' || echo './'`h2h3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c gopher.c -o libcurl_la-gopher.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-h2h3.lo -MD -MP -MF .deps/libcurl_la-h2h3.Tpo -c h2h3.c -o libcurl_la-h2h3.o
mv -f .deps/libcurl_la-getinfo.Tpo .deps/libcurl_la-getinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c -o libcurl_la-hash.lo `test -f 'hash.c' || echo './'`hash.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c hash.c -o libcurl_la-hash.o
mv -f .deps/libcurl_la-gopher.Tpo .deps/libcurl_la-gopher.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-headers.lo -MD -MP -MF .deps/libcurl_la-headers.Tpo -c -o libcurl_la-headers.lo `test -f 'headers.c' || echo './'`headers.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-headers.lo -MD -MP -MF .deps/libcurl_la-headers.Tpo -c headers.c -o libcurl_la-headers.o
mv -f .deps/libcurl_la-h2h3.Tpo .deps/libcurl_la-h2h3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c -o libcurl_la-hmac.lo `test -f 'hmac.c' || echo './'`hmac.c
mv -f .deps/libcurl_la-hash.Tpo .deps/libcurl_la-hash.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c -o libcurl_la-hostasyn.lo `test -f 'hostasyn.c' || echo './'`hostasyn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c hmac.c -o libcurl_la-hmac.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c hostasyn.c -o libcurl_la-hostasyn.o
mv -f .deps/libcurl_la-ftp.Tpo .deps/libcurl_la-ftp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c -o libcurl_la-hostip.lo `test -f 'hostip.c' || echo './'`hostip.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c hostip.c -o libcurl_la-hostip.o
mv -f .deps/libcurl_la-headers.Tpo .deps/libcurl_la-headers.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c -o libcurl_la-hostip4.lo `test -f 'hostip4.c' || echo './'`hostip4.c
mv -f .deps/libcurl_la-hmac.Tpo .deps/libcurl_la-hmac.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c -o libcurl_la-hostip6.lo `test -f 'hostip6.c' || echo './'`hostip6.c
mv -f .deps/libcurl_la-hostasyn.Tpo .deps/libcurl_la-hostasyn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c -o libcurl_la-hostsyn.lo `test -f 'hostsyn.c' || echo './'`hostsyn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c hostip4.c -o libcurl_la-hostip4.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c hostip6.c -o libcurl_la-hostip6.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c hostsyn.c -o libcurl_la-hostsyn.o
mv -f .deps/libcurl_la-hostip4.Tpo .deps/libcurl_la-hostip4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hsts.lo -MD -MP -MF .deps/libcurl_la-hsts.Tpo -c -o libcurl_la-hsts.lo `test -f 'hsts.c' || echo './'`hsts.c
mv -f .deps/libcurl_la-hostsyn.Tpo .deps/libcurl_la-hostsyn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c -o libcurl_la-http.lo `test -f 'http.c' || echo './'`http.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hsts.lo -MD -MP -MF .deps/libcurl_la-hsts.Tpo -c hsts.c -o libcurl_la-hsts.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c http.c -o libcurl_la-http.o
mv -f .deps/libcurl_la-hostip6.Tpo .deps/libcurl_la-hostip6.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c -o libcurl_la-http2.lo `test -f 'http2.c' || echo './'`http2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c http2.c -o libcurl_la-http2.o
mv -f .deps/libcurl_la-hostip.Tpo .deps/libcurl_la-hostip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c -o libcurl_la-http_chunks.lo `test -f 'http_chunks.c' || echo './'`http_chunks.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c http_chunks.c -o libcurl_la-http_chunks.o
mv -f .deps/libcurl_la-hsts.Tpo .deps/libcurl_la-hsts.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c -o libcurl_la-http_digest.lo `test -f 'http_digest.c' || echo './'`http_digest.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c http_digest.c -o libcurl_la-http_digest.o
mv -f .deps/libcurl_la-http_chunks.Tpo .deps/libcurl_la-http_chunks.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c -o libcurl_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo './'`http_negotiate.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c http_negotiate.c -o libcurl_la-http_negotiate.o
mv -f .deps/libcurl_la-http_digest.Tpo .deps/libcurl_la-http_digest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_ntlm.lo -MD -MP -MF .deps/libcurl_la-http_ntlm.Tpo -c -o libcurl_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo './'`http_ntlm.c
mv -f .deps/libcurl_la-http_negotiate.Tpo .deps/libcurl_la-http_negotiate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c -o libcurl_la-http_proxy.lo `test -f 'http_proxy.c' || echo './'`http_proxy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_ntlm.lo -MD -MP -MF .deps/libcurl_la-http_ntlm.Tpo -c http_ntlm.c -o libcurl_la-http_ntlm.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c http_proxy.c -o libcurl_la-http_proxy.o
mv -f .deps/libcurl_la-http2.Tpo .deps/libcurl_la-http2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF .deps/libcurl_la-http_aws_sigv4.Tpo -c -o libcurl_la-http_aws_sigv4.lo `test -f 'http_aws_sigv4.c' || echo './'`http_aws_sigv4.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF .deps/libcurl_la-http_aws_sigv4.Tpo -c http_aws_sigv4.c -o libcurl_la-http_aws_sigv4.o
mv -f .deps/libcurl_la-http.Tpo .deps/libcurl_la-http.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-idn.lo -MD -MP -MF .deps/libcurl_la-idn.Tpo -c -o libcurl_la-idn.lo `test -f 'idn.c' || echo './'`idn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-idn.lo -MD -MP -MF .deps/libcurl_la-idn.Tpo -c idn.c -o libcurl_la-idn.o
mv -f .deps/libcurl_la-http_ntlm.Tpo .deps/libcurl_la-http_ntlm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c -o libcurl_la-if2ip.lo `test -f 'if2ip.c' || echo './'`if2ip.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c if2ip.c -o libcurl_la-if2ip.o
mv -f .deps/libcurl_la-idn.Tpo .deps/libcurl_la-idn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c -o libcurl_la-imap.lo `test -f 'imap.c' || echo './'`imap.c
mv -f .deps/libcurl_la-http_aws_sigv4.Tpo .deps/libcurl_la-http_aws_sigv4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c -o libcurl_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo './'`inet_ntop.c
mv -f .deps/libcurl_la-http_proxy.Tpo .deps/libcurl_la-http_proxy.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c imap.c -o libcurl_la-imap.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c -o libcurl_la-inet_pton.lo `test -f 'inet_pton.c' || echo './'`inet_pton.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c inet_ntop.c -o libcurl_la-inet_ntop.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c inet_pton.c -o libcurl_la-inet_pton.o
mv -f .deps/libcurl_la-inet_ntop.Tpo .deps/libcurl_la-inet_ntop.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c -o libcurl_la-krb5.lo `test -f 'krb5.c' || echo './'`krb5.c
mv -f .deps/libcurl_la-if2ip.Tpo .deps/libcurl_la-if2ip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c -o libcurl_la-ldap.lo `test -f 'ldap.c' || echo './'`ldap.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c krb5.c -o libcurl_la-krb5.o
mv -f .deps/libcurl_la-inet_pton.Tpo .deps/libcurl_la-inet_pton.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c -o libcurl_la-llist.lo `test -f 'llist.c' || echo './'`llist.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c ldap.c -o libcurl_la-ldap.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c llist.c -o libcurl_la-llist.o
mv -f .deps/libcurl_la-krb5.Tpo .deps/libcurl_la-krb5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c -o libcurl_la-md4.lo `test -f 'md4.c' || echo './'`md4.c
mv -f .deps/libcurl_la-ldap.Tpo .deps/libcurl_la-ldap.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c md4.c -o libcurl_la-md4.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c -o libcurl_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c md5.c -o libcurl_la-md5.o
mv -f .deps/libcurl_la-llist.Tpo .deps/libcurl_la-llist.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c -o libcurl_la-memdebug.lo `test -f 'memdebug.c' || echo './'`memdebug.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c memdebug.c -o libcurl_la-memdebug.o
mv -f .deps/libcurl_la-md4.Tpo .deps/libcurl_la-md4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mime.lo -MD -MP -MF .deps/libcurl_la-mime.Tpo -c -o libcurl_la-mime.lo `test -f 'mime.c' || echo './'`mime.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mime.lo -MD -MP -MF .deps/libcurl_la-mime.Tpo -c mime.c -o libcurl_la-mime.o
mv -f .deps/libcurl_la-md5.Tpo .deps/libcurl_la-md5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c -o libcurl_la-mprintf.lo `test -f 'mprintf.c' || echo './'`mprintf.c
mv -f .deps/libcurl_la-memdebug.Tpo .deps/libcurl_la-memdebug.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mqtt.lo -MD -MP -MF .deps/libcurl_la-mqtt.Tpo -c -o libcurl_la-mqtt.lo `test -f 'mqtt.c' || echo './'`mqtt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c mprintf.c -o libcurl_la-mprintf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mqtt.lo -MD -MP -MF .deps/libcurl_la-mqtt.Tpo -c mqtt.c -o libcurl_la-mqtt.o
mv -f .deps/libcurl_la-imap.Tpo .deps/libcurl_la-imap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c -o libcurl_la-multi.lo `test -f 'multi.c' || echo './'`multi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c multi.c -o libcurl_la-multi.o
mv -f .deps/libcurl_la-mqtt.Tpo .deps/libcurl_la-mqtt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c -o libcurl_la-netrc.lo `test -f 'netrc.c' || echo './'`netrc.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c netrc.c -o libcurl_la-netrc.o
mv -f .deps/libcurl_la-mprintf.Tpo .deps/libcurl_la-mprintf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c -o libcurl_la-nonblock.lo `test -f 'nonblock.c' || echo './'`nonblock.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c nonblock.c -o libcurl_la-nonblock.o
mv -f .deps/libcurl_la-mime.Tpo .deps/libcurl_la-mime.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-noproxy.lo -MD -MP -MF .deps/libcurl_la-noproxy.Tpo -c -o libcurl_la-noproxy.lo `test -f 'noproxy.c' || echo './'`noproxy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-noproxy.lo -MD -MP -MF .deps/libcurl_la-noproxy.Tpo -c noproxy.c -o libcurl_la-noproxy.o
mv -f .deps/libcurl_la-nonblock.Tpo .deps/libcurl_la-nonblock.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c -o libcurl_la-openldap.lo `test -f 'openldap.c' || echo './'`openldap.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c openldap.c -o libcurl_la-openldap.o
mv -f .deps/libcurl_la-netrc.Tpo .deps/libcurl_la-netrc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c -o libcurl_la-parsedate.lo `test -f 'parsedate.c' || echo './'`parsedate.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c parsedate.c -o libcurl_la-parsedate.o
mv -f .deps/libcurl_la-openldap.Tpo .deps/libcurl_la-openldap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c -o libcurl_la-pingpong.lo `test -f 'pingpong.c' || echo './'`pingpong.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c pingpong.c -o libcurl_la-pingpong.o
mv -f .deps/libcurl_la-noproxy.Tpo .deps/libcurl_la-noproxy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c -o libcurl_la-pop3.lo `test -f 'pop3.c' || echo './'`pop3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c pop3.c -o libcurl_la-pop3.o
mv -f .deps/libcurl_la-multi.Tpo .deps/libcurl_la-multi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c -o libcurl_la-progress.lo `test -f 'progress.c' || echo './'`progress.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c progress.c -o libcurl_la-progress.o
mv -f .deps/libcurl_la-parsedate.Tpo .deps/libcurl_la-parsedate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-psl.lo -MD -MP -MF .deps/libcurl_la-psl.Tpo -c -o libcurl_la-psl.lo `test -f 'psl.c' || echo './'`psl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-psl.lo -MD -MP -MF .deps/libcurl_la-psl.Tpo -c psl.c -o libcurl_la-psl.o
mv -f .deps/libcurl_la-pingpong.Tpo .deps/libcurl_la-pingpong.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rand.lo -MD -MP -MF .deps/libcurl_la-rand.Tpo -c -o libcurl_la-rand.lo `test -f 'rand.c' || echo './'`rand.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rand.lo -MD -MP -MF .deps/libcurl_la-rand.Tpo -c rand.c -o libcurl_la-rand.o
mv -f .deps/libcurl_la-psl.Tpo .deps/libcurl_la-psl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rename.lo -MD -MP -MF .deps/libcurl_la-rename.Tpo -c -o libcurl_la-rename.lo `test -f 'rename.c' || echo './'`rename.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rename.lo -MD -MP -MF .deps/libcurl_la-rename.Tpo -c rename.c -o libcurl_la-rename.o
mv -f .deps/libcurl_la-progress.Tpo .deps/libcurl_la-progress.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c -o libcurl_la-rtsp.lo `test -f 'rtsp.c' || echo './'`rtsp.c
mv -f .deps/libcurl_la-pop3.Tpo .deps/libcurl_la-pop3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c -o libcurl_la-select.lo `test -f 'select.c' || echo './'`select.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c rtsp.c -o libcurl_la-rtsp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c select.c -o libcurl_la-select.o
mv -f .deps/libcurl_la-rename.Tpo .deps/libcurl_la-rename.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c -o libcurl_la-sendf.lo `test -f 'sendf.c' || echo './'`sendf.c
mv -f .deps/libcurl_la-rand.Tpo .deps/libcurl_la-rand.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-setopt.lo -MD -MP -MF .deps/libcurl_la-setopt.Tpo -c -o libcurl_la-setopt.lo `test -f 'setopt.c' || echo './'`setopt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c sendf.c -o libcurl_la-sendf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-setopt.lo -MD -MP -MF .deps/libcurl_la-setopt.Tpo -c setopt.c -o libcurl_la-setopt.o
mv -f .deps/libcurl_la-select.Tpo .deps/libcurl_la-select.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-sha256.lo -MD -MP -MF .deps/libcurl_la-sha256.Tpo -c -o libcurl_la-sha256.lo `test -f 'sha256.c' || echo './'`sha256.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-sha256.lo -MD -MP -MF .deps/libcurl_la-sha256.Tpo -c sha256.c -o libcurl_la-sha256.o
mv -f .deps/libcurl_la-rtsp.Tpo .deps/libcurl_la-rtsp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c -o libcurl_la-share.lo `test -f 'share.c' || echo './'`share.c
mv -f .deps/libcurl_la-sendf.Tpo .deps/libcurl_la-sendf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c -o libcurl_la-slist.lo `test -f 'slist.c' || echo './'`slist.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c slist.c -o libcurl_la-slist.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c share.c -o libcurl_la-share.o
mv -f .deps/libcurl_la-sha256.Tpo .deps/libcurl_la-sha256.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c -o libcurl_la-smb.lo `test -f 'smb.c' || echo './'`smb.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c smb.c -o libcurl_la-smb.o
mv -f .deps/libcurl_la-slist.Tpo .deps/libcurl_la-slist.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c -o libcurl_la-smtp.lo `test -f 'smtp.c' || echo './'`smtp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c smtp.c -o libcurl_la-smtp.o
mv -f .deps/libcurl_la-share.Tpo .deps/libcurl_la-share.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socketpair.lo -MD -MP -MF .deps/libcurl_la-socketpair.Tpo -c -o libcurl_la-socketpair.lo `test -f 'socketpair.c' || echo './'`socketpair.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socketpair.lo -MD -MP -MF .deps/libcurl_la-socketpair.Tpo -c socketpair.c -o libcurl_la-socketpair.o
mv -f .deps/libcurl_la-setopt.Tpo .deps/libcurl_la-setopt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c -o libcurl_la-socks.lo `test -f 'socks.c' || echo './'`socks.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c socks.c -o libcurl_la-socks.o
mv -f .deps/libcurl_la-socketpair.Tpo .deps/libcurl_la-socketpair.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c -o libcurl_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo './'`socks_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c socks_gssapi.c -o libcurl_la-socks_gssapi.o
mv -f .deps/libcurl_la-socks_gssapi.Tpo .deps/libcurl_la-socks_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c -o libcurl_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo './'`socks_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c socks_sspi.c -o libcurl_la-socks_sspi.o
mv -f .deps/libcurl_la-socks_sspi.Tpo .deps/libcurl_la-socks_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c -o libcurl_la-speedcheck.lo `test -f 'speedcheck.c' || echo './'`speedcheck.c
mv -f .deps/libcurl_la-smb.Tpo .deps/libcurl_la-smb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c -o libcurl_la-splay.lo `test -f 'splay.c' || echo './'`splay.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c speedcheck.c -o libcurl_la-speedcheck.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c splay.c -o libcurl_la-splay.o
mv -f .deps/libcurl_la-socks.Tpo .deps/libcurl_la-socks.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strcase.lo -MD -MP -MF .deps/libcurl_la-strcase.Tpo -c -o libcurl_la-strcase.lo `test -f 'strcase.c' || echo './'`strcase.c
mv -f .deps/libcurl_la-smtp.Tpo .deps/libcurl_la-smtp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c -o libcurl_la-strdup.lo `test -f 'strdup.c' || echo './'`strdup.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strcase.lo -MD -MP -MF .deps/libcurl_la-strcase.Tpo -c strcase.c -o libcurl_la-strcase.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c strdup.c -o libcurl_la-strdup.o
mv -f .deps/libcurl_la-speedcheck.Tpo .deps/libcurl_la-speedcheck.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c -o libcurl_la-strerror.lo `test -f 'strerror.c' || echo './'`strerror.c
mv -f .deps/libcurl_la-splay.Tpo .deps/libcurl_la-splay.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c -o libcurl_la-strtok.lo `test -f 'strtok.c' || echo './'`strtok.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c strerror.c -o libcurl_la-strerror.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c strtok.c -o libcurl_la-strtok.o
mv -f .deps/libcurl_la-strdup.Tpo .deps/libcurl_la-strdup.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c -o libcurl_la-strtoofft.lo `test -f 'strtoofft.c' || echo './'`strtoofft.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c strtoofft.c -o libcurl_la-strtoofft.o
mv -f .deps/libcurl_la-strcase.Tpo .deps/libcurl_la-strcase.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-system_win32.lo -MD -MP -MF .deps/libcurl_la-system_win32.Tpo -c -o libcurl_la-system_win32.lo `test -f 'system_win32.c' || echo './'`system_win32.c
mv -f .deps/libcurl_la-strtok.Tpo .deps/libcurl_la-strtok.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c -o libcurl_la-telnet.lo `test -f 'telnet.c' || echo './'`telnet.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-system_win32.lo -MD -MP -MF .deps/libcurl_la-system_win32.Tpo -c system_win32.c -o libcurl_la-system_win32.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c telnet.c -o libcurl_la-telnet.o
mv -f .deps/libcurl_la-strerror.Tpo .deps/libcurl_la-strerror.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c -o libcurl_la-tftp.lo `test -f 'tftp.c' || echo './'`tftp.c
mv -f .deps/libcurl_la-system_win32.Tpo .deps/libcurl_la-system_win32.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-timediff.lo -MD -MP -MF .deps/libcurl_la-timediff.Tpo -c -o libcurl_la-timediff.lo `test -f 'timediff.c' || echo './'`timediff.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c tftp.c -o libcurl_la-tftp.o
mv -f .deps/libcurl_la-strtoofft.Tpo .deps/libcurl_la-strtoofft.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c -o libcurl_la-timeval.lo `test -f 'timeval.c' || echo './'`timeval.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-timediff.lo -MD -MP -MF .deps/libcurl_la-timediff.Tpo -c timediff.c -o libcurl_la-timediff.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c timeval.c -o libcurl_la-timeval.o
mv -f .deps/libcurl_la-timeval.Tpo .deps/libcurl_la-timeval.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c -o libcurl_la-transfer.lo `test -f 'transfer.c' || echo './'`transfer.c
mv -f .deps/libcurl_la-timediff.Tpo .deps/libcurl_la-timediff.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c -o libcurl_la-url.lo `test -f 'url.c' || echo './'`url.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c transfer.c -o libcurl_la-transfer.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c url.c -o libcurl_la-url.o
mv -f .deps/libcurl_la-tftp.Tpo .deps/libcurl_la-tftp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-urlapi.lo -MD -MP -MF .deps/libcurl_la-urlapi.Tpo -c -o libcurl_la-urlapi.lo `test -f 'urlapi.c' || echo './'`urlapi.c
mv -f .deps/libcurl_la-telnet.Tpo .deps/libcurl_la-telnet.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c -o libcurl_la-version.lo `test -f 'version.c' || echo './'`version.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-urlapi.lo -MD -MP -MF .deps/libcurl_la-urlapi.Tpo -c urlapi.c -o libcurl_la-urlapi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c version.c -o libcurl_la-version.o
mv -f .deps/libcurl_la-version.Tpo .deps/libcurl_la-version.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-version_win32.lo -MD -MP -MF .deps/libcurl_la-version_win32.Tpo -c -o libcurl_la-version_win32.lo `test -f 'version_win32.c' || echo './'`version_win32.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-version_win32.lo -MD -MP -MF .deps/libcurl_la-version_win32.Tpo -c version_win32.c -o libcurl_la-version_win32.o
mv -f .deps/libcurl_la-transfer.Tpo .deps/libcurl_la-transfer.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c -o libcurl_la-warnless.lo `test -f 'warnless.c' || echo './'`warnless.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c warnless.c -o libcurl_la-warnless.o
mv -f .deps/libcurl_la-version_win32.Tpo .deps/libcurl_la-version_win32.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ws.lo -MD -MP -MF .deps/libcurl_la-ws.Tpo -c -o libcurl_la-ws.lo `test -f 'ws.c' || echo './'`ws.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ws.lo -MD -MP -MF .deps/libcurl_la-ws.Tpo -c ws.c -o libcurl_la-ws.o
mv -f .deps/libcurl_la-warnless.Tpo .deps/libcurl_la-warnless.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/.deps/libcurl_la-cleartext.Tpo -c -o vauth/libcurl_la-cleartext.lo `test -f 'vauth/cleartext.c' || echo './'`vauth/cleartext.c
mv -f .deps/libcurl_la-ws.Tpo .deps/libcurl_la-ws.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/.deps/libcurl_la-cram.Tpo -c -o vauth/libcurl_la-cram.lo `test -f 'vauth/cram.c' || echo './'`vauth/cram.c
mv -f .deps/libcurl_la-urlapi.Tpo .deps/libcurl_la-urlapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/.deps/libcurl_la-digest.Tpo -c -o vauth/libcurl_la-digest.lo `test -f 'vauth/digest.c' || echo './'`vauth/digest.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/.deps/libcurl_la-cleartext.Tpo -c vauth/cleartext.c -o vauth/libcurl_la-cleartext.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/.deps/libcurl_la-cram.Tpo -c vauth/cram.c -o vauth/libcurl_la-cram.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/.deps/libcurl_la-digest.Tpo -c vauth/digest.c -o vauth/libcurl_la-digest.o
mv -f .deps/libcurl_la-url.Tpo .deps/libcurl_la-url.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-digest_sspi.Tpo -c -o vauth/libcurl_la-digest_sspi.lo `test -f 'vauth/digest_sspi.c' || echo './'`vauth/digest_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-digest_sspi.Tpo -c vauth/digest_sspi.c -o vauth/libcurl_la-digest_sspi.o
mv -f vauth/.deps/libcurl_la-cleartext.Tpo vauth/.deps/libcurl_la-cleartext.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/.deps/libcurl_la-gsasl.Tpo -c -o vauth/libcurl_la-gsasl.lo `test -f 'vauth/gsasl.c' || echo './'`vauth/gsasl.c
mv -f vauth/.deps/libcurl_la-cram.Tpo vauth/.deps/libcurl_la-cram.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_gssapi.Tpo -c -o vauth/libcurl_la-krb5_gssapi.lo `test -f 'vauth/krb5_gssapi.c' || echo './'`vauth/krb5_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/.deps/libcurl_la-gsasl.Tpo -c vauth/gsasl.c -o vauth/libcurl_la-gsasl.o
mv -f vauth/.deps/libcurl_la-digest_sspi.Tpo vauth/.deps/libcurl_la-digest_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_sspi.Tpo -c -o vauth/libcurl_la-krb5_sspi.lo `test -f 'vauth/krb5_sspi.c' || echo './'`vauth/krb5_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_gssapi.Tpo -c vauth/krb5_gssapi.c -o vauth/libcurl_la-krb5_gssapi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_sspi.Tpo -c vauth/krb5_sspi.c -o vauth/libcurl_la-krb5_sspi.o
mv -f vauth/.deps/libcurl_la-gsasl.Tpo vauth/.deps/libcurl_la-gsasl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm.Tpo -c -o vauth/libcurl_la-ntlm.lo `test -f 'vauth/ntlm.c' || echo './'`vauth/ntlm.c
mv -f vauth/.deps/libcurl_la-krb5_gssapi.Tpo vauth/.deps/libcurl_la-krb5_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm_sspi.Tpo -c -o vauth/libcurl_la-ntlm_sspi.lo `test -f 'vauth/ntlm_sspi.c' || echo './'`vauth/ntlm_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm.Tpo -c vauth/ntlm.c -o vauth/libcurl_la-ntlm.o
mv -f vauth/.deps/libcurl_la-krb5_sspi.Tpo vauth/.deps/libcurl_la-krb5_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/.deps/libcurl_la-oauth2.Tpo -c -o vauth/libcurl_la-oauth2.lo `test -f 'vauth/oauth2.c' || echo './'`vauth/oauth2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm_sspi.Tpo -c vauth/ntlm_sspi.c -o vauth/libcurl_la-ntlm_sspi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/.deps/libcurl_la-oauth2.Tpo -c vauth/oauth2.c -o vauth/libcurl_la-oauth2.o
mv -f vauth/.deps/libcurl_la-digest.Tpo vauth/.deps/libcurl_la-digest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_gssapi.Tpo -c -o vauth/libcurl_la-spnego_gssapi.lo `test -f 'vauth/spnego_gssapi.c' || echo './'`vauth/spnego_gssapi.c
mv -f vauth/.deps/libcurl_la-ntlm_sspi.Tpo vauth/.deps/libcurl_la-ntlm_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_sspi.Tpo -c -o vauth/libcurl_la-spnego_sspi.lo `test -f 'vauth/spnego_sspi.c' || echo './'`vauth/spnego_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_gssapi.Tpo -c vauth/spnego_gssapi.c -o vauth/libcurl_la-spnego_gssapi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_sspi.Tpo -c vauth/spnego_sspi.c -o vauth/libcurl_la-spnego_sspi.o
mv -f vauth/.deps/libcurl_la-oauth2.Tpo vauth/.deps/libcurl_la-oauth2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/.deps/libcurl_la-vauth.Tpo -c -o vauth/libcurl_la-vauth.lo `test -f 'vauth/vauth.c' || echo './'`vauth/vauth.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/.deps/libcurl_la-vauth.Tpo -c vauth/vauth.c -o vauth/libcurl_la-vauth.o
mv -f vauth/.deps/libcurl_la-spnego_gssapi.Tpo vauth/.deps/libcurl_la-spnego_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/.deps/libcurl_la-bearssl.Tpo -c -o vtls/libcurl_la-bearssl.lo `test -f 'vtls/bearssl.c' || echo './'`vtls/bearssl.c
mv -f vauth/.deps/libcurl_la-spnego_sspi.Tpo vauth/.deps/libcurl_la-spnego_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c -o vtls/libcurl_la-gskit.lo `test -f 'vtls/gskit.c' || echo './'`vtls/gskit.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/.deps/libcurl_la-bearssl.Tpo -c vtls/bearssl.c -o vtls/libcurl_la-bearssl.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c vtls/gskit.c -o vtls/libcurl_la-gskit.o
mv -f vtls/.deps/libcurl_la-bearssl.Tpo vtls/.deps/libcurl_la-bearssl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c -o vtls/libcurl_la-gtls.lo `test -f 'vtls/gtls.c' || echo './'`vtls/gtls.c
mv -f vtls/.deps/libcurl_la-gskit.Tpo vtls/.deps/libcurl_la-gskit.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/.deps/libcurl_la-hostcheck.Tpo -c -o vtls/libcurl_la-hostcheck.lo `test -f 'vtls/hostcheck.c' || echo './'`vtls/hostcheck.c
mv -f vauth/.deps/libcurl_la-ntlm.Tpo vauth/.deps/libcurl_la-ntlm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/.deps/libcurl_la-keylog.Tpo -c -o vtls/libcurl_la-keylog.lo `test -f 'vtls/keylog.c' || echo './'`vtls/keylog.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c vtls/gtls.c -o vtls/libcurl_la-gtls.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/.deps/libcurl_la-hostcheck.Tpo -c vtls/hostcheck.c -o vtls/libcurl_la-hostcheck.o
mv -f vauth/.deps/libcurl_la-vauth.Tpo vauth/.deps/libcurl_la-vauth.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls.Tpo -c -o vtls/libcurl_la-mbedtls.lo `test -f 'vtls/mbedtls.c' || echo './'`vtls/mbedtls.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/.deps/libcurl_la-keylog.Tpo -c vtls/keylog.c -o vtls/libcurl_la-keylog.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls.Tpo -c vtls/mbedtls.c -o vtls/libcurl_la-mbedtls.o
mv -f vtls/.deps/libcurl_la-gtls.Tpo vtls/.deps/libcurl_la-gtls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo -c -o vtls/libcurl_la-mbedtls_threadlock.lo `test -f 'vtls/mbedtls_threadlock.c' || echo './'`vtls/mbedtls_threadlock.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo -c vtls/mbedtls_threadlock.c -o vtls/libcurl_la-mbedtls_threadlock.o
mv -f vtls/.deps/libcurl_la-mbedtls.Tpo vtls/.deps/libcurl_la-mbedtls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c -o vtls/libcurl_la-nss.lo `test -f 'vtls/nss.c' || echo './'`vtls/nss.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c vtls/nss.c -o vtls/libcurl_la-nss.o
mv -f vtls/.deps/libcurl_la-hostcheck.Tpo vtls/.deps/libcurl_la-hostcheck.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c -o vtls/libcurl_la-openssl.lo `test -f 'vtls/openssl.c' || echo './'`vtls/openssl.c
mv -f vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo vtls/.deps/libcurl_la-mbedtls_threadlock.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/.deps/libcurl_la-rustls.Tpo -c -o vtls/libcurl_la-rustls.lo `test -f 'vtls/rustls.c' || echo './'`vtls/rustls.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c vtls/openssl.c -o vtls/libcurl_la-openssl.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/.deps/libcurl_la-rustls.Tpo -c vtls/rustls.c -o vtls/libcurl_la-rustls.o
mv -f vtls/.deps/libcurl_la-keylog.Tpo vtls/.deps/libcurl_la-keylog.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel.Tpo -c -o vtls/libcurl_la-schannel.lo `test -f 'vtls/schannel.c' || echo './'`vtls/schannel.c
mv -f vtls/.deps/libcurl_la-nss.Tpo vtls/.deps/libcurl_la-nss.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel_verify.Tpo -c -o vtls/libcurl_la-schannel_verify.lo `test -f 'vtls/schannel_verify.c' || echo './'`vtls/schannel_verify.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel.Tpo -c vtls/schannel.c -o vtls/libcurl_la-schannel.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel_verify.Tpo -c vtls/schannel_verify.c -o vtls/libcurl_la-schannel_verify.o
mv -f vtls/.deps/libcurl_la-rustls.Tpo vtls/.deps/libcurl_la-rustls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/.deps/libcurl_la-sectransp.Tpo -c -o vtls/libcurl_la-sectransp.lo `test -f 'vtls/sectransp.c' || echo './'`vtls/sectransp.c
mv -f vtls/.deps/libcurl_la-schannel.Tpo vtls/.deps/libcurl_la-schannel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c -o vtls/libcurl_la-vtls.lo `test -f 'vtls/vtls.c' || echo './'`vtls/vtls.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/.deps/libcurl_la-sectransp.Tpo -c vtls/sectransp.c -o vtls/libcurl_la-sectransp.o
mv -f vtls/.deps/libcurl_la-schannel_verify.Tpo vtls/.deps/libcurl_la-schannel_verify.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/.deps/libcurl_la-wolfssl.Tpo -c -o vtls/libcurl_la-wolfssl.lo `test -f 'vtls/wolfssl.c' || echo './'`vtls/wolfssl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c vtls/vtls.c -o vtls/libcurl_la-vtls.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/.deps/libcurl_la-wolfssl.Tpo -c vtls/wolfssl.c -o vtls/libcurl_la-wolfssl.o
mv -f vtls/.deps/libcurl_la-sectransp.Tpo vtls/.deps/libcurl_la-sectransp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/.deps/libcurl_la-x509asn1.Tpo -c -o vtls/libcurl_la-x509asn1.lo `test -f 'vtls/x509asn1.c' || echo './'`vtls/x509asn1.c
mv -f vtls/.deps/libcurl_la-wolfssl.Tpo vtls/.deps/libcurl_la-wolfssl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_msh3.Tpo -c -o vquic/libcurl_la-curl_msh3.lo `test -f 'vquic/curl_msh3.c' || echo './'`vquic/curl_msh3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/.deps/libcurl_la-x509asn1.Tpo -c vtls/x509asn1.c -o vtls/libcurl_la-x509asn1.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_msh3.Tpo -c vquic/curl_msh3.c -o vquic/libcurl_la-curl_msh3.o
mv -f vtls/.deps/libcurl_la-x509asn1.Tpo vtls/.deps/libcurl_la-x509asn1.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_ngtcp2.Tpo -c -o vquic/libcurl_la-curl_ngtcp2.lo `test -f 'vquic/curl_ngtcp2.c' || echo './'`vquic/curl_ngtcp2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_ngtcp2.Tpo -c vquic/curl_ngtcp2.c -o vquic/libcurl_la-curl_ngtcp2.o
mv -f vquic/.deps/libcurl_la-curl_msh3.Tpo vquic/.deps/libcurl_la-curl_msh3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_quiche.Tpo -c -o vquic/libcurl_la-curl_quiche.lo `test -f 'vquic/curl_quiche.c' || echo './'`vquic/curl_quiche.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_quiche.Tpo -c vquic/curl_quiche.c -o vquic/libcurl_la-curl_quiche.o
mv -f vquic/.deps/libcurl_la-curl_ngtcp2.Tpo vquic/.deps/libcurl_la-curl_ngtcp2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/.deps/libcurl_la-vquic.Tpo -c -o vquic/libcurl_la-vquic.lo `test -f 'vquic/vquic.c' || echo './'`vquic/vquic.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/.deps/libcurl_la-vquic.Tpo -c vquic/vquic.c -o vquic/libcurl_la-vquic.o
mv -f vquic/.deps/libcurl_la-curl_quiche.Tpo vquic/.deps/libcurl_la-curl_quiche.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh.Tpo -c -o vssh/libcurl_la-libssh.lo `test -f 'vssh/libssh.c' || echo './'`vssh/libssh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh.Tpo -c vssh/libssh.c -o vssh/libcurl_la-libssh.o
mv -f vssh/.deps/libcurl_la-libssh.Tpo vssh/.deps/libcurl_la-libssh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh2.Tpo -c -o vssh/libcurl_la-libssh2.lo `test -f 'vssh/libssh2.c' || echo './'`vssh/libssh2.c
mv -f vquic/.deps/libcurl_la-vquic.Tpo vquic/.deps/libcurl_la-vquic.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/.deps/libcurl_la-wolfssh.Tpo -c -o vssh/libcurl_la-wolfssh.lo `test -f 'vssh/wolfssh.c' || echo './'`vssh/wolfssh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh2.Tpo -c vssh/libssh2.c -o vssh/libcurl_la-libssh2.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/.deps/libcurl_la-wolfssh.Tpo -c vssh/wolfssh.c -o vssh/libcurl_la-wolfssh.o
mv -f vssh/.deps/libcurl_la-wolfssh.Tpo vssh/.deps/libcurl_la-wolfssh.Plo
mv -f vtls/.deps/libcurl_la-vtls.Tpo vtls/.deps/libcurl_la-vtls.Plo
mv -f vtls/.deps/libcurl_la-openssl.Tpo vtls/.deps/libcurl_la-openssl.Plo
mv -f vssh/.deps/libcurl_la-libssh2.Tpo vssh/.deps/libcurl_la-libssh2.Plo
/bin/sh ../libtool  --tag=CC   --mode=link clang  -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2   -version-info 12:0:8    -export-symbols-regex '^curl_.*' -static -all-static -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz -static -all-static -o libcurl.la -rpath /usr/local/lib libcurl_la-altsvc.lo libcurl_la-amigaos.lo libcurl_la-asyn-ares.lo libcurl_la-asyn-thread.lo libcurl_la-base64.lo libcurl_la-bufref.lo libcurl_la-c-hyper.lo libcurl_la-cf-https-connect.lo libcurl_la-cf-socket.lo libcurl_la-cfilters.lo libcurl_la-conncache.lo libcurl_la-connect.lo libcurl_la-content_encoding.lo libcurl_la-cookie.lo libcurl_la-curl_addrinfo.lo libcurl_la-curl_des.lo libcurl_la-curl_endian.lo libcurl_la-curl_fnmatch.lo libcurl_la-curl_get_line.lo libcurl_la-curl_gethostname.lo libcurl_la-curl_gssapi.lo libcurl_la-curl_log.lo libcurl_la-curl_memrchr.lo libcurl_la-curl_multibyte.lo libcurl_la-curl_ntlm_core.lo libcurl_la-curl_ntlm_wb.lo libcurl_la-curl_path.lo libcurl_la-curl_range.lo libcurl_la-curl_rtmp.lo libcurl_la-curl_sasl.lo libcurl_la-curl_sspi.lo libcurl_la-curl_threads.lo libcurl_la-dict.lo libcurl_la-doh.lo libcurl_la-dynbuf.lo libcurl_la-easy.lo libcurl_la-easygetopt.lo libcurl_la-easyoptions.lo libcurl_la-escape.lo libcurl_la-file.lo libcurl_la-fileinfo.lo libcurl_la-fopen.lo libcurl_la-formdata.lo libcurl_la-ftp.lo libcurl_la-ftplistparser.lo libcurl_la-getenv.lo libcurl_la-getinfo.lo libcurl_la-gopher.lo libcurl_la-h2h3.lo libcurl_la-hash.lo libcurl_la-headers.lo libcurl_la-hmac.lo libcurl_la-hostasyn.lo libcurl_la-hostip.lo libcurl_la-hostip4.lo libcurl_la-hostip6.lo libcurl_la-hostsyn.lo libcurl_la-hsts.lo libcurl_la-http.lo libcurl_la-http2.lo libcurl_la-http_chunks.lo libcurl_la-http_digest.lo libcurl_la-http_negotiate.lo libcurl_la-http_ntlm.lo libcurl_la-http_proxy.lo libcurl_la-http_aws_sigv4.lo libcurl_la-idn.lo libcurl_la-if2ip.lo libcurl_la-imap.lo libcurl_la-inet_ntop.lo libcurl_la-inet_pton.lo libcurl_la-krb5.lo libcurl_la-ldap.lo libcurl_la-llist.lo libcurl_la-md4.lo libcurl_la-md5.lo libcurl_la-memdebug.lo libcurl_la-mime.lo libcurl_la-mprintf.lo libcurl_la-mqtt.lo libcurl_la-multi.lo libcurl_la-netrc.lo libcurl_la-nonblock.lo libcurl_la-noproxy.lo libcurl_la-openldap.lo libcurl_la-parsedate.lo libcurl_la-pingpong.lo libcurl_la-pop3.lo libcurl_la-progress.lo libcurl_la-psl.lo libcurl_la-rand.lo libcurl_la-rename.lo libcurl_la-rtsp.lo libcurl_la-select.lo libcurl_la-sendf.lo libcurl_la-setopt.lo libcurl_la-sha256.lo libcurl_la-share.lo libcurl_la-slist.lo libcurl_la-smb.lo libcurl_la-smtp.lo libcurl_la-socketpair.lo libcurl_la-socks.lo libcurl_la-socks_gssapi.lo libcurl_la-socks_sspi.lo libcurl_la-speedcheck.lo libcurl_la-splay.lo libcurl_la-strcase.lo libcurl_la-strdup.lo libcurl_la-strerror.lo libcurl_la-strtok.lo libcurl_la-strtoofft.lo libcurl_la-system_win32.lo libcurl_la-telnet.lo libcurl_la-tftp.lo libcurl_la-timediff.lo libcurl_la-timeval.lo libcurl_la-transfer.lo libcurl_la-url.lo libcurl_la-urlapi.lo libcurl_la-version.lo libcurl_la-version_win32.lo libcurl_la-warnless.lo libcurl_la-ws.lo vauth/libcurl_la-cleartext.lo vauth/libcurl_la-cram.lo vauth/libcurl_la-digest.lo vauth/libcurl_la-digest_sspi.lo vauth/libcurl_la-gsasl.lo vauth/libcurl_la-krb5_gssapi.lo vauth/libcurl_la-krb5_sspi.lo vauth/libcurl_la-ntlm.lo vauth/libcurl_la-ntlm_sspi.lo vauth/libcurl_la-oauth2.lo vauth/libcurl_la-spnego_gssapi.lo vauth/libcurl_la-spnego_sspi.lo vauth/libcurl_la-vauth.lo vtls/libcurl_la-bearssl.lo vtls/libcurl_la-gskit.lo vtls/libcurl_la-gtls.lo vtls/libcurl_la-hostcheck.lo vtls/libcurl_la-keylog.lo vtls/libcurl_la-mbedtls.lo vtls/libcurl_la-mbedtls_threadlock.lo vtls/libcurl_la-nss.lo vtls/libcurl_la-openssl.lo vtls/libcurl_la-rustls.lo vtls/libcurl_la-schannel.lo vtls/libcurl_la-schannel_verify.lo vtls/libcurl_la-sectransp.lo vtls/libcurl_la-vtls.lo vtls/libcurl_la-wolfssl.lo vtls/libcurl_la-x509asn1.lo vquic/libcurl_la-curl_msh3.lo vquic/libcurl_la-curl_ngtcp2.lo vquic/libcurl_la-curl_quiche.lo vquic/libcurl_la-vquic.lo vssh/libcurl_la-libssh.lo vssh/libcurl_la-libssh2.lo vssh/libcurl_la-wolfssh.lo        
libtool: link: /usr/bin/ar cr .libs/libcurl.a  libcurl_la-altsvc.o libcurl_la-amigaos.o libcurl_la-asyn-ares.o libcurl_la-asyn-thread.o libcurl_la-base64.o libcurl_la-bufref.o libcurl_la-c-hyper.o libcurl_la-cf-https-connect.o libcurl_la-cf-socket.o libcurl_la-cfilters.o libcurl_la-conncache.o libcurl_la-connect.o libcurl_la-content_encoding.o libcurl_la-cookie.o libcurl_la-curl_addrinfo.o libcurl_la-curl_des.o libcurl_la-curl_endian.o libcurl_la-curl_fnmatch.o libcurl_la-curl_get_line.o libcurl_la-curl_gethostname.o libcurl_la-curl_gssapi.o libcurl_la-curl_log.o libcurl_la-curl_memrchr.o libcurl_la-curl_multibyte.o libcurl_la-curl_ntlm_core.o libcurl_la-curl_ntlm_wb.o libcurl_la-curl_path.o libcurl_la-curl_range.o libcurl_la-curl_rtmp.o libcurl_la-curl_sasl.o libcurl_la-curl_sspi.o libcurl_la-curl_threads.o libcurl_la-dict.o libcurl_la-doh.o libcurl_la-dynbuf.o libcurl_la-easy.o libcurl_la-easygetopt.o libcurl_la-easyoptions.o libcurl_la-escape.o libcurl_la-file.o libcurl_la-fileinfo.o libcurl_la-fopen.o libcurl_la-formdata.o libcurl_la-ftp.o libcurl_la-ftplistparser.o libcurl_la-getenv.o libcurl_la-getinfo.o libcurl_la-gopher.o libcurl_la-h2h3.o libcurl_la-hash.o libcurl_la-headers.o libcurl_la-hmac.o libcurl_la-hostasyn.o libcurl_la-hostip.o libcurl_la-hostip4.o libcurl_la-hostip6.o libcurl_la-hostsyn.o libcurl_la-hsts.o libcurl_la-http.o libcurl_la-http2.o libcurl_la-http_chunks.o libcurl_la-http_digest.o libcurl_la-http_negotiate.o libcurl_la-http_ntlm.o libcurl_la-http_proxy.o libcurl_la-http_aws_sigv4.o libcurl_la-idn.o libcurl_la-if2ip.o libcurl_la-imap.o libcurl_la-inet_ntop.o libcurl_la-inet_pton.o libcurl_la-krb5.o libcurl_la-ldap.o libcurl_la-llist.o libcurl_la-md4.o libcurl_la-md5.o libcurl_la-memdebug.o libcurl_la-mime.o libcurl_la-mprintf.o libcurl_la-mqtt.o libcurl_la-multi.o libcurl_la-netrc.o libcurl_la-nonblock.o libcurl_la-noproxy.o libcurl_la-openldap.o libcurl_la-parsedate.o libcurl_la-pingpong.o libcurl_la-pop3.o libcurl_la-progress.o libcurl_la-psl.o libcurl_la-rand.o libcurl_la-rename.o libcurl_la-rtsp.o libcurl_la-select.o libcurl_la-sendf.o libcurl_la-setopt.o libcurl_la-sha256.o libcurl_la-share.o libcurl_la-slist.o libcurl_la-smb.o libcurl_la-smtp.o libcurl_la-socketpair.o libcurl_la-socks.o libcurl_la-socks_gssapi.o libcurl_la-socks_sspi.o libcurl_la-speedcheck.o libcurl_la-splay.o libcurl_la-strcase.o libcurl_la-strdup.o libcurl_la-strerror.o libcurl_la-strtok.o libcurl_la-strtoofft.o libcurl_la-system_win32.o libcurl_la-telnet.o libcurl_la-tftp.o libcurl_la-timediff.o libcurl_la-timeval.o libcurl_la-transfer.o libcurl_la-url.o libcurl_la-urlapi.o libcurl_la-version.o libcurl_la-version_win32.o libcurl_la-warnless.o libcurl_la-ws.o vauth/libcurl_la-cleartext.o vauth/libcurl_la-cram.o vauth/libcurl_la-digest.o vauth/libcurl_la-digest_sspi.o vauth/libcurl_la-gsasl.o vauth/libcurl_la-krb5_gssapi.o vauth/libcurl_la-krb5_sspi.o vauth/libcurl_la-ntlm.o vauth/libcurl_la-ntlm_sspi.o vauth/libcurl_la-oauth2.o vauth/libcurl_la-spnego_gssapi.o vauth/libcurl_la-spnego_sspi.o vauth/libcurl_la-vauth.o vtls/libcurl_la-bearssl.o vtls/libcurl_la-gskit.o vtls/libcurl_la-gtls.o vtls/libcurl_la-hostcheck.o vtls/libcurl_la-keylog.o vtls/libcurl_la-mbedtls.o vtls/libcurl_la-mbedtls_threadlock.o vtls/libcurl_la-nss.o vtls/libcurl_la-openssl.o vtls/libcurl_la-rustls.o vtls/libcurl_la-schannel.o vtls/libcurl_la-schannel_verify.o vtls/libcurl_la-sectransp.o vtls/libcurl_la-vtls.o vtls/libcurl_la-wolfssl.o vtls/libcurl_la-x509asn1.o vquic/libcurl_la-curl_msh3.o vquic/libcurl_la-curl_ngtcp2.o vquic/libcurl_la-curl_quiche.o vquic/libcurl_la-vquic.o vssh/libcurl_la-libssh.o vssh/libcurl_la-libssh2.o vssh/libcurl_la-wolfssh.o
libtool: link: ranlib .libs/libcurl.a
libtool: link: ( cd ".libs" && rm -f "libcurl.la" && ln -s "../libcurl.la" "libcurl.la" )
make[2]: Leaving directory '/tmp/curl-8.0.1/lib'
make[1]: Leaving directory '/tmp/curl-8.0.1/lib'
Making all in src
make[1]: Entering directory '/tmp/curl-8.0.1/src'
Making all in ../docs
make[2]: Entering directory '/tmp/curl-8.0.1/docs'
Making all in .
make[3]: Entering directory '/tmp/curl-8.0.1/docs'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/curl-8.0.1/docs'
Making all in cmdline-opts
make[3]: Entering directory '/tmp/curl-8.0.1/docs/cmdline-opts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/curl-8.0.1/docs/cmdline-opts'
make[2]: Leaving directory '/tmp/curl-8.0.1/docs'
make[2]: Entering directory '/tmp/curl-8.0.1/src'
depbase=`echo slist_wc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT slist_wc.o -MD -MP -MF $depbase.Tpo -c -o slist_wc.o slist_wc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_binmode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_binmode.o -MD -MP -MF $depbase.Tpo -c -o tool_binmode.o tool_binmode.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_bname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_bname.o -MD -MP -MF $depbase.Tpo -c -o tool_bname.o tool_bname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_dbg.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_dbg.o tool_cb_dbg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_hdr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_hdr.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_hdr.o tool_cb_hdr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_prg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_prg.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_prg.o tool_cb_prg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_rea.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_rea.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_rea.o tool_cb_rea.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_see.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_see.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_see.o tool_cb_see.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_wrt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_wrt.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_wrt.o tool_cb_wrt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cfgable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cfgable.o -MD -MP -MF $depbase.Tpo -c -o tool_cfgable.o tool_cfgable.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_dirhie.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_dirhie.o -MD -MP -MF $depbase.Tpo -c -o tool_dirhie.o tool_dirhie.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_doswin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_doswin.o -MD -MP -MF $depbase.Tpo -c -o tool_doswin.o tool_doswin.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_easysrc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_easysrc.o -MD -MP -MF $depbase.Tpo -c -o tool_easysrc.o tool_easysrc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_filetime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_filetime.o -MD -MP -MF $depbase.Tpo -c -o tool_filetime.o tool_filetime.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_findfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_findfile.o -MD -MP -MF $depbase.Tpo -c -o tool_findfile.o tool_findfile.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_formparse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_formparse.o -MD -MP -MF $depbase.Tpo -c -o tool_formparse.o tool_formparse.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_getparam.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_getparam.o -MD -MP -MF $depbase.Tpo -c -o tool_getparam.o tool_getparam.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_getpass.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_getpass.o -MD -MP -MF $depbase.Tpo -c -o tool_getpass.o tool_getpass.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_help.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_help.o -MD -MP -MF $depbase.Tpo -c -o tool_help.o tool_help.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_helpers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_helpers.o -MD -MP -MF $depbase.Tpo -c -o tool_helpers.o tool_helpers.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_hugehelp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_hugehelp.o -MD -MP -MF $depbase.Tpo -c -o tool_hugehelp.o tool_hugehelp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_libinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_libinfo.o -MD -MP -MF $depbase.Tpo -c -o tool_libinfo.o tool_libinfo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_listhelp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_listhelp.o -MD -MP -MF $depbase.Tpo -c -o tool_listhelp.o tool_listhelp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_main.o -MD -MP -MF $depbase.Tpo -c -o tool_main.o tool_main.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_msgs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_msgs.o -MD -MP -MF $depbase.Tpo -c -o tool_msgs.o tool_msgs.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_operate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_operate.o -MD -MP -MF $depbase.Tpo -c -o tool_operate.o tool_operate.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_operhlp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_operhlp.o -MD -MP -MF $depbase.Tpo -c -o tool_operhlp.o tool_operhlp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_paramhlp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_paramhlp.o -MD -MP -MF $depbase.Tpo -c -o tool_paramhlp.o tool_paramhlp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_parsecfg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_parsecfg.o -MD -MP -MF $depbase.Tpo -c -o tool_parsecfg.o tool_parsecfg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_progress.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_progress.o -MD -MP -MF $depbase.Tpo -c -o tool_progress.o tool_progress.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_stderr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_stderr.o -MD -MP -MF $depbase.Tpo -c -o tool_stderr.o tool_stderr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_strdup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_strdup.o -MD -MP -MF $depbase.Tpo -c -o tool_strdup.o tool_strdup.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_setopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_setopt.o -MD -MP -MF $depbase.Tpo -c -o tool_setopt.o tool_setopt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_sleep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_sleep.o -MD -MP -MF $depbase.Tpo -c -o tool_sleep.o tool_sleep.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_urlglob.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_urlglob.o -MD -MP -MF $depbase.Tpo -c -o tool_urlglob.o tool_urlglob.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_util.o -MD -MP -MF $depbase.Tpo -c -o tool_util.o tool_util.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_vms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_vms.o -MD -MP -MF $depbase.Tpo -c -o tool_vms.o tool_vms.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_writeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_writeout.o -MD -MP -MF $depbase.Tpo -c -o tool_writeout.o tool_writeout.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_writeout_json.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_writeout_json.o -MD -MP -MF $depbase.Tpo -c -o tool_writeout_json.o tool_writeout_json.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_xattr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_xattr.o -MD -MP -MF $depbase.Tpo -c -o tool_xattr.o tool_xattr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/strtoofft.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/strtoofft.o -MD -MP -MF $depbase.Tpo -c -o ../lib/strtoofft.o ../lib/strtoofft.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/timediff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/timediff.o -MD -MP -MF $depbase.Tpo -c -o ../lib/timediff.o ../lib/timediff.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/nonblock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/nonblock.o -MD -MP -MF $depbase.Tpo -c -o ../lib/nonblock.o ../lib/nonblock.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/warnless.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/warnless.o -MD -MP -MF $depbase.Tpo -c -o ../lib/warnless.o ../lib/warnless.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/curl_multibyte.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/curl_multibyte.o -MD -MP -MF $depbase.Tpo -c -o ../lib/curl_multibyte.o ../lib/curl_multibyte.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/version_win32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/version_win32.o -MD -MP -MF $depbase.Tpo -c -o ../lib/version_win32.o ../lib/version_win32.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/dynbuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/dynbuf.o -MD -MP -MF $depbase.Tpo -c -o ../lib/dynbuf.o ../lib/dynbuf.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool  --tag=CC   --mode=link clang  -Qunused-arguments -Wno-pointer-bool-conversion -O2   -static -all-static -o curl slist_wc.o tool_binmode.o tool_bname.o tool_cb_dbg.o tool_cb_hdr.o tool_cb_prg.o tool_cb_rea.o tool_cb_see.o tool_cb_wrt.o tool_cfgable.o tool_dirhie.o tool_doswin.o tool_easysrc.o tool_filetime.o tool_findfile.o tool_formparse.o tool_getparam.o tool_getpass.o tool_help.o tool_helpers.o tool_hugehelp.o tool_libinfo.o tool_listhelp.o tool_main.o tool_msgs.o tool_operate.o tool_operhlp.o tool_paramhlp.o tool_parsecfg.o tool_progress.o tool_stderr.o tool_strdup.o tool_setopt.o tool_sleep.o tool_urlglob.o tool_util.o tool_vms.o tool_writeout.o tool_writeout_json.o tool_xattr.o ../lib/strtoofft.o ../lib/timediff.o ../lib/nonblock.o ../lib/warnless.o ../lib/curl_multibyte.o ../lib/version_win32.o ../lib/dynbuf.o   ../lib/libcurl.la -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz 
libtool: link: clang -Qunused-arguments -Wno-pointer-bool-conversion -O2 -static -o curl slist_wc.o tool_binmode.o tool_bname.o tool_cb_dbg.o tool_cb_hdr.o tool_cb_prg.o tool_cb_rea.o tool_cb_see.o tool_cb_wrt.o tool_cfgable.o tool_dirhie.o tool_doswin.o tool_easysrc.o tool_filetime.o tool_findfile.o tool_formparse.o tool_getparam.o tool_getpass.o tool_help.o tool_helpers.o tool_hugehelp.o tool_libinfo.o tool_listhelp.o tool_main.o tool_msgs.o tool_operate.o tool_operhlp.o tool_paramhlp.o tool_parsecfg.o tool_progress.o tool_stderr.o tool_strdup.o tool_setopt.o tool_sleep.o tool_urlglob.o tool_util.o tool_vms.o tool_writeout.o tool_writeout_json.o tool_xattr.o ../lib/strtoofft.o ../lib/timediff.o ../lib/nonblock.o ../lib/warnless.o ../lib/curl_multibyte.o ../lib/version_win32.o ../lib/dynbuf.o  ../lib/.libs/libcurl.a -L/lib -lnghttp2 -lssh2 -lssl -lcrypto -ldl -lz -pthread
make[2]: Leaving directory '/tmp/curl-8.0.1/src'
make[1]: Leaving directory '/tmp/curl-8.0.1/src'
make[1]: Entering directory '/tmp/curl-8.0.1'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/curl-8.0.1'
+ strip src/curl
+ ls -lah src/curl
-rwxrwxrwx    1 root     root        2.3M Mar 20 14:41 src/curl
+ file src/curl
src/curl: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, stripped
+ ldd src/curl
/lib/ld-musl-armhf.so.1: src/curl: Not a valid dynamic program
+ true
+ ./src/curl -V
curl 8.0.1 (armv7l-unknown-linux-musleabihf) libcurl/8.0.1 OpenSSL/1.1.1t zlib/1.2.12 libssh2/1.9.0 nghttp2/1.43.0
Release-Date: 2023-03-20
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP UnixSockets
+ mkdir -p /tmp/release/
+ mv src/curl /tmp/release/curl-armv7
+ cd ..
+ rm -rf curl-8.0.1/
+ docker_build armhf multiarch/alpine:armhf-latest-stable ./build.sh
+ export ARCH=armhf
+ ARCH=armhf
+ shift
+ DOCKER_IMAGE=multiarch/alpine:armhf-latest-stable
+ shift
++ id -g
++ pwd
++ id -g
+ docker run --rm -e ARCH -e BRANCH_NAME -e BUILD_UID=971 -e BUILD_GID=971 -v /var/lib/jenkins/workspace/oparisthebest_static-curl_master:/tmp -w /tmp multiarch/alpine:armhf-latest-stable sh -c 'umask a=rwx; "$@"; exit=$?; chown -R '\''971:971'\'' /tmp; exit $exit' -- ./build.sh
+ '[' '!' -f curl-8.0.1.tar.gz ]
+ rm -rf curl-8.0.1/
+ tar xzf curl-8.0.1.tar.gz
+ cd curl-8.0.1/
+ apk add build-base clang openssl-dev nghttp2-dev nghttp2-static libssh2-dev libssh2-static
fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/main/armhf/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/community/armhf/APKINDEX.tar.gz
(1/39) Upgrading musl (1.2.2-r3 -> 1.2.2-r4)
(2/39) Upgrading libcrypto1.1 (1.1.1n-r0 -> 1.1.1t-r0)
(3/39) Upgrading libssl1.1 (1.1.1n-r0 -> 1.1.1t-r0)
(4/39) Upgrading zlib (1.2.12-r0 -> 1.2.12-r3)
(5/39) Installing libgcc (10.3.1_git20210424-r2)
(6/39) Installing libstdc++ (10.3.1_git20210424-r2)
(7/39) Installing binutils (2.35.2-r2)
(8/39) Installing libmagic (5.40-r1)
(9/39) Installing file (5.40-r1)
(10/39) Installing libgomp (10.3.1_git20210424-r2)
(11/39) Installing libatomic (10.3.1_git20210424-r2)
(12/39) Installing libgphobos (10.3.1_git20210424-r2)
(13/39) Installing gmp (6.2.1-r1)
(14/39) Installing isl22 (0.22-r0)
(15/39) Installing mpfr4 (4.1.0-r0)
(16/39) Installing mpc1 (1.2.1-r0)
(17/39) Installing gcc (10.3.1_git20210424-r2)
(18/39) Installing musl-dev (1.2.2-r4)
(19/39) Installing libc-dev (0.7.2-r3)
(20/39) Installing g++ (10.3.1_git20210424-r2)
(21/39) Installing make (4.3-r0)
(22/39) Installing fortify-headers (1.1-r1)
(23/39) Installing patch (2.7.6-r7)
(24/39) Installing build-base (0.5-r3)
(25/39) Installing libffi (3.3-r2)
(26/39) Installing xz-libs (5.2.5-r1)
(27/39) Installing libxml2 (2.9.14-r2)
(28/39) Installing llvm11-libs (11.1.0-r2)
(29/39) Installing clang-libs (11.1.0-r1)
(30/39) Installing clang (11.1.0-r1)
(31/39) Installing libssh2 (1.9.0-r1)
(32/39) Installing pkgconf (1.7.4-r1)
(33/39) Installing openssl-dev (1.1.1t-r0)
(34/39) Installing zlib-dev (1.2.12-r3)
(35/39) Installing libssh2-dev (1.9.0-r1)
(36/39) Installing libssh2-static (1.9.0-r1)
(37/39) Installing nghttp2-libs (1.43.0-r0)
(38/39) Installing nghttp2-dev (1.43.0-r0)
(39/39) Installing nghttp2-static (1.43.0-r0)
Executing busybox-1.33.1-r7.trigger
OK: 350 MiB in 55 packages
+ apk add openssl-libs-static zlib-static
(1/2) Installing openssl-libs-static (1.1.1t-r0)
(2/2) Installing zlib-static (1.2.12-r3)
OK: 365 MiB in 57 packages
+ export 'CC=clang'
+ LDFLAGS=-static PKG_CONFIG='pkg-config --static' ./configure --disable-shared --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets --with-ssl --with-libssh2
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
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 hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking whether to disable dependency on -lrt... (assumed no)
checking whether to enable ECH support... no
checking for path separator... :
checking for sed... /bin/sed
checking for grep... /bin/grep
checking that grep -E works... yes
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... clang
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 the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking how to run the C preprocessor... clang -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of clang... gcc3
checking curl version... 8.0.1
checking for httpd... no
checking for apache2... no
checking for apachectl... no
checking for apxs... no
configure: httpd/apache2 not in PATH, httpd tests disabled
configure: apxs not in PATH, httpd tests disabled
checking for nghttpx... no
checking for caddy... no
checking build system type... armv7l-unknown-linux-musleabihf
checking host system type... armv7l-unknown-linux-musleabihf
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... /bin/grep -E
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 how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking how to convert armv7l-unknown-linux-musleabihf file names to armv7l-unknown-linux-musleabihf format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-musleabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... 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... no
checking whether to build static libraries... yes
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... no
checking whether to build shared libraries with -mimpure-text... no
checking whether to build shared libraries with PIC... yes
checking whether to build static libraries with PIC... no
checking whether to build shared libraries only... no
checking whether to build static libraries only... yes
checking for windres... no
checking for inline... inline
checking if cpp -P is needed... no
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... yes
checking if compiler is xlclang... no
checking if compiler is GNU C... no
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 accepts some basic options... yes
configure: compiler options added: -Qunused-arguments -Wno-pointer-bool-conversion 
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 halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
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 build target supports WIN32 crypto API... no
checking for good-to-use Darwin CFLAGS... no
checking whether to link macOS CoreFoundation and SystemConfiguration framework... no
checking to see if the compiler supports __builtin_available()... yes
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... no
checking whether to support ldaps... no
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 smb... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to support mqtt... no
checking whether to provide built-in manual... yes
checking whether to enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for proto/bsdsocket.h... no
checking for connect in libraries... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for zlib options with pkg-config... found
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... no
checking for brotli/decode.h... no
checking for ZSTD_createDStream in -lzstd... no
checking for zstd.h... 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 GSS-API support is requested... no
checking whether to enable Windows native SSL/TLS... no
checking whether to enable Secure Transport... no
checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -ldl -pthread -lcrypto -ldl -pthread "
configure: pkg-config: SSL_LDFLAGS: ""
configure: pkg-config: SSL_CPPFLAGS: ""
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking for openssl/x509.h... yes
checking for openssl/rsa.h... yes
checking for openssl/crypto.h... yes
checking for openssl/pem.h... yes
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for RAND_egd... no
checking for BoringSSL... no
checking for libressl... no
checking for OpenSSL >= v3... no
checking for "/dev/urandom"... yes
checking for SRP support in OpenSSL... yes
configure: built with one SSL backend
checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
checking whether to use builtin CA store of SSL library... no
checking for library containing psl_builtin... no
configure: WARNING: libpsl was not found
checking for library containing gsasl_init... no
configure: WARNING: libgsasl was not found
checking for libssh2 options with pkg-config... found
checking for libssh2_session_block_directions in -lssh2... yes
checking for libssh2.h... yes
configure: Added /lib to CURL_LIBRARY_PATH
checking for RTMP_Init in -lrtmp... no
checking whether versioned symbols are wanted... no
checking whether to enable Windows native IDN (Windows native builds only)... no
checking whether to build with libidn2... (assumed) yes
checking for libidn2 options with pkg-config... no
configure: IDN_LIBS: "-lidn2"
configure: IDN_LDFLAGS: ""
configure: IDN_CPPFLAGS: ""
configure: IDN_DIR: ""
checking if idn2_lookup_ul can be linked... no
checking for idn2.h... no
configure: WARNING: Cannot find libraries for IDN support: IDN disabled
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2 
configure: -I is 
configure: -L is 
checking for nghttp2_session_set_local_window_size in -lnghttp2... yes
checking for nghttp2/nghttp2.h... yes
configure: Added  to CURL_LIBRARY_PATH
checking for fish options with pkg-config... no
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 unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for netinet/in6.h... no
checking for sys/un.h... yes
checking for linux/tcp.h... no
checking for netinet/tcp.h... yes
checking for netinet/udp.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... no
checking for fcntl.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 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 stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... no
checking for sys/wait.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 for sys/types.h... (cached) yes
checking for sys/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... 4
checking size of long... 4
checking size of int... 4
checking size of time_t... 8
checking size of off_t... 8
checking size of curl_off_t... 8
checking for long long... yes
checking for ssize_t... yes
checking for bool... yes
checking for sa_family_t... yes
checking for suseconds_t... yes
checking if time_t is unsigned... no
checking for sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) 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 for select... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... yes
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 for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
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 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 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/xattr.h... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 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 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... yes
checking if gethostbyname_r is prototyped... yes
checking if gethostbyname_r takes 3 args.... no
checking if gethostbyname_r takes 5 args.... no
checking if gethostbyname_r takes 6 args.... yes
checking if gethostbyname_r is compilable... yes
checking if gethostbyname_r usage allowed... yes
checking if gethostbyname_r might be used... yes
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking for gethostname arg 2 data type... unsigned int
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getpeername can be linked... yes
checking if getpeername is prototyped... yes
checking if getpeername is compilable... yes
checking if getpeername usage allowed... yes
checking if getpeername might be used... yes
checking if getsockname can be linked... yes
checking if getsockname is prototyped... yes
checking if getsockname is compilable... yes
checking if getsockname usage allowed... yes
checking if getsockname might be used... yes
checking for net/if.h... (cached) yes
checking if if_nametoindex can be linked... yes
checking if if_nametoindex is prototyped... yes
checking if if_nametoindex is compilable... yes
checking if if_nametoindex usage allowed... yes
checking if if_nametoindex 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 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 for sys/types.h... (cached) yes
checking for sys/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_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 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 memrchr can be linked... yes
checking if memrchr is prototyped... no
checking if memrchr might be used... no
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... yes
checking if poll might be used... yes
checking for sys/types.h... (cached) yes
checking for signal.h... 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 socketpair can be linked... yes
checking if socketpair is prototyped... yes
checking if socketpair is compilable... yes
checking if socketpair usage allowed... yes
checking if socketpair 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 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 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 clang options needed to detect all undeclared functions... -fno-builtin
checking whether getpwuid_r is declared... yes
checking for fnmatch... yes
checking for fchmod... 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 getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for mach_absolute_time... no
checking deeper for mach_absolute_time... but still no
checking for pipe... yes
checking for sched_yield... yes
checking for sendmsg... yes
checking for setlocale... yes
checking for setmode... no
checking deeper for setmode... but still no
checking for setrlimit... yes
checking for snprintf... yes
checking for utime... yes
checking for utimes... yes
checking for arc4random... no
checking deeper for arc4random... but still no
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... no
checking for gnroff... no
checking for nroff... no
configure: WARNING: disabling built-in manual
checking whether to enable the threaded resolver... yes
checking whether to use POSIX threads for threaded resolver... auto
checking for pthread.h... yes
checking for pthread_create... yes
checking convert -I options to -isystem... yes
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 support NTLM... yes
checking whether to enable NTLM delegation to winbind's helper... yes
checking whether to enable TLS-SRP authentication... yes
checking whether to enable Unix domain sockets... yes
checking for struct sockaddr_un.sun_path... yes
checking whether to support cookies... yes
checking whether to support socketpair... yes
checking whether to support HTTP authentication... yes
checking whether to support DoH... yes
checking whether to support the MIME API... yes
checking whether to support date parsing... yes
checking whether to support netrc parsing... yes
checking whether to support progress-meter... yes
checking whether to support DNS shuffling... yes
checking whether to support curl_easy_option*... yes
checking whether to support alt-svc... yes
checking whether to support headers-api... yes
checking whether to support HSTS... yes
checking for SSL_set0_wbio... yes
checking whether to support WebSockets... no
checking whether hiding of library internal symbols will actually happen... yes
configure: using LIBS: -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz
configure: LIBS note: LIBS should only be used to specify libraries (-lname).
configure: WARNING: Continuing even with errors mentioned immediately above this line.
checking that generated files are newer than configure... done
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 docs/libcurl/opts/Makefile
config.status: creating docs/cmdline-opts/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 scripts/Makefile
config.status: creating lib/libcurl.vers
config.status: creating lib/libcurl.plist
config.status: creating tests/Makefile
config.status: creating tests/config
config.status: creating tests/certs/Makefile
config.status: creating tests/certs/scripts/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 tests/http/config.ini
config.status: creating tests/http/Makefile
config.status: creating packages/Makefile
config.status: creating packages/vms/Makefile
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/curl_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Configured to build curl/libcurl:

  Host setup:       armv7l-unknown-linux-musleabihf
  Install prefix:   /usr/local
  Compiler:         clang
   CFLAGS:          -Qunused-arguments -Wno-pointer-bool-conversion -O2
   CPPFLAGS:        
   LDFLAGS:         -static -L/lib -L/lib
   LIBS:            -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz

  curl version:     8.0.1
  SSL:              enabled (OpenSSL)
  SSH:              enabled (libSSH2)
  zlib:             enabled
  brotli:           no      (--with-brotli)
  zstd:             no      (--with-zstd)
  GSS-API:          no      (--with-gssapi)
  GSASL:            no      (libgsasl not found)
  TLS-SRP:          enabled
  resolver:         POSIX threaded
  IPv6:             enabled
  Unix sockets:     enabled
  IDN:              no      (--with-{libidn2,winidn})
  Build libcurl:    Shared=no, Static=yes
  Built-in manual:  no      (--enable-manual)
  --libcurl option: enabled (--disable-libcurl-option)
  Verbose errors:   enabled (--disable-verbose)
  Code coverage:    disabled
  SSPI:             no      (--enable-sspi)
  ca cert bundle:   /etc/ssl/certs/ca-certificates.crt
  ca cert path:     no
  ca fallback:      no
  LDAP:             no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
  LDAPS:            no      (--enable-ldaps)
  RTSP:             enabled
  RTMP:             no      (--with-librtmp)
  PSL:              no      (libpsl not found)
  Alt-svc:          enabled (--disable-alt-svc)
  Headers API:      enabled (--disable-headers-api)
  HSTS:             enabled (--disable-hsts)
  HTTP1:            enabled (internal)
  HTTP2:            enabled (nghttp2)
  HTTP3:            no      (--with-ngtcp2, --with-quiche --with-msh3)
  ECH:              no      (--enable-ech)
  WebSockets:       no      (--enable-websockets)
  Protocols:        DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS MQTT POP3 POP3S RTSP SCP SFTP SMB SMBS SMTP SMTPS TELNET TFTP
  Features:         AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets alt-svc libz threadsafe

+ make -j4 'V=1' 'LDFLAGS=-static -all-static'
Making all in lib
make[1]: Entering directory '/tmp/curl-8.0.1/lib'
/usr/bin/make  all-am
make[2]: Entering directory '/tmp/curl-8.0.1/lib'
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c -o libcurl_la-altsvc.lo `test -f 'altsvc.c' || echo './'`altsvc.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c -o libcurl_la-amigaos.lo `test -f 'amigaos.c' || echo './'`amigaos.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c -o libcurl_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo './'`asyn-ares.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c -o libcurl_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo './'`asyn-thread.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c amigaos.c -o libcurl_la-amigaos.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c asyn-ares.c -o libcurl_la-asyn-ares.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c altsvc.c -o libcurl_la-altsvc.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c asyn-thread.c -o libcurl_la-asyn-thread.o
mv -f .deps/libcurl_la-amigaos.Tpo .deps/libcurl_la-amigaos.Plo
mv -f .deps/libcurl_la-asyn-ares.Tpo .deps/libcurl_la-asyn-ares.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c -o libcurl_la-base64.lo `test -f 'base64.c' || echo './'`base64.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-bufref.lo -MD -MP -MF .deps/libcurl_la-bufref.Tpo -c -o libcurl_la-bufref.lo `test -f 'bufref.c' || echo './'`bufref.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-bufref.lo -MD -MP -MF .deps/libcurl_la-bufref.Tpo -c bufref.c -o libcurl_la-bufref.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c base64.c -o libcurl_la-base64.o
mv -f .deps/libcurl_la-asyn-thread.Tpo .deps/libcurl_la-asyn-thread.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-c-hyper.lo -MD -MP -MF .deps/libcurl_la-c-hyper.Tpo -c -o libcurl_la-c-hyper.lo `test -f 'c-hyper.c' || echo './'`c-hyper.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-c-hyper.lo -MD -MP -MF .deps/libcurl_la-c-hyper.Tpo -c c-hyper.c -o libcurl_la-c-hyper.o
mv -f .deps/libcurl_la-bufref.Tpo .deps/libcurl_la-bufref.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cf-https-connect.lo -MD -MP -MF .deps/libcurl_la-cf-https-connect.Tpo -c -o libcurl_la-cf-https-connect.lo `test -f 'cf-https-connect.c' || echo './'`cf-https-connect.c
mv -f .deps/libcurl_la-altsvc.Tpo .deps/libcurl_la-altsvc.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cf-https-connect.lo -MD -MP -MF .deps/libcurl_la-cf-https-connect.Tpo -c cf-https-connect.c -o libcurl_la-cf-https-connect.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cf-socket.lo -MD -MP -MF .deps/libcurl_la-cf-socket.Tpo -c -o libcurl_la-cf-socket.lo `test -f 'cf-socket.c' || echo './'`cf-socket.c
mv -f .deps/libcurl_la-base64.Tpo .deps/libcurl_la-base64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cfilters.lo -MD -MP -MF .deps/libcurl_la-cfilters.Tpo -c -o libcurl_la-cfilters.lo `test -f 'cfilters.c' || echo './'`cfilters.c
mv -f .deps/libcurl_la-c-hyper.Tpo .deps/libcurl_la-c-hyper.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c -o libcurl_la-conncache.lo `test -f 'conncache.c' || echo './'`conncache.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cf-socket.lo -MD -MP -MF .deps/libcurl_la-cf-socket.Tpo -c cf-socket.c -o libcurl_la-cf-socket.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c conncache.c -o libcurl_la-conncache.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cfilters.lo -MD -MP -MF .deps/libcurl_la-cfilters.Tpo -c cfilters.c -o libcurl_la-cfilters.o
mv -f .deps/libcurl_la-cf-https-connect.Tpo .deps/libcurl_la-cf-https-connect.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c -o libcurl_la-connect.lo `test -f 'connect.c' || echo './'`connect.c
mv -f .deps/libcurl_la-conncache.Tpo .deps/libcurl_la-conncache.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c -o libcurl_la-content_encoding.lo `test -f 'content_encoding.c' || echo './'`content_encoding.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c connect.c -o libcurl_la-connect.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c content_encoding.c -o libcurl_la-content_encoding.o
mv -f .deps/libcurl_la-cfilters.Tpo .deps/libcurl_la-cfilters.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c -o libcurl_la-cookie.lo `test -f 'cookie.c' || echo './'`cookie.c
mv -f .deps/libcurl_la-cf-socket.Tpo .deps/libcurl_la-cf-socket.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c -o libcurl_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo './'`curl_addrinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c cookie.c -o libcurl_la-cookie.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c curl_addrinfo.c -o libcurl_la-curl_addrinfo.o
mv -f .deps/libcurl_la-curl_addrinfo.Tpo .deps/libcurl_la-curl_addrinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_des.lo -MD -MP -MF .deps/libcurl_la-curl_des.Tpo -c -o libcurl_la-curl_des.lo `test -f 'curl_des.c' || echo './'`curl_des.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_des.lo -MD -MP -MF .deps/libcurl_la-curl_des.Tpo -c curl_des.c -o libcurl_la-curl_des.o
mv -f .deps/libcurl_la-content_encoding.Tpo .deps/libcurl_la-content_encoding.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c -o libcurl_la-curl_endian.lo `test -f 'curl_endian.c' || echo './'`curl_endian.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c curl_endian.c -o libcurl_la-curl_endian.o
mv -f .deps/libcurl_la-curl_des.Tpo .deps/libcurl_la-curl_des.Plo
mv -f .deps/libcurl_la-connect.Tpo .deps/libcurl_la-connect.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c -o libcurl_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo './'`curl_fnmatch.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_get_line.lo -MD -MP -MF .deps/libcurl_la-curl_get_line.Tpo -c -o libcurl_la-curl_get_line.lo `test -f 'curl_get_line.c' || echo './'`curl_get_line.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_get_line.lo -MD -MP -MF .deps/libcurl_la-curl_get_line.Tpo -c curl_get_line.c -o libcurl_la-curl_get_line.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c curl_fnmatch.c -o libcurl_la-curl_fnmatch.o
mv -f .deps/libcurl_la-curl_endian.Tpo .deps/libcurl_la-curl_endian.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c -o libcurl_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo './'`curl_gethostname.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c curl_gethostname.c -o libcurl_la-curl_gethostname.o
mv -f .deps/libcurl_la-cookie.Tpo .deps/libcurl_la-cookie.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c -o libcurl_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo './'`curl_gssapi.c
mv -f .deps/libcurl_la-curl_fnmatch.Tpo .deps/libcurl_la-curl_fnmatch.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_log.lo -MD -MP -MF .deps/libcurl_la-curl_log.Tpo -c -o libcurl_la-curl_log.lo `test -f 'curl_log.c' || echo './'`curl_log.c
mv -f .deps/libcurl_la-curl_get_line.Tpo .deps/libcurl_la-curl_get_line.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c -o libcurl_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo './'`curl_memrchr.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c curl_gssapi.c -o libcurl_la-curl_gssapi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_log.lo -MD -MP -MF .deps/libcurl_la-curl_log.Tpo -c curl_log.c -o libcurl_la-curl_log.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c curl_memrchr.c -o libcurl_la-curl_memrchr.o
mv -f .deps/libcurl_la-curl_gethostname.Tpo .deps/libcurl_la-curl_gethostname.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c -o libcurl_la-curl_multibyte.lo `test -f 'curl_multibyte.c' || echo './'`curl_multibyte.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c curl_multibyte.c -o libcurl_la-curl_multibyte.o
mv -f .deps/libcurl_la-curl_gssapi.Tpo .deps/libcurl_la-curl_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c -o libcurl_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo './'`curl_ntlm_core.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c curl_ntlm_core.c -o libcurl_la-curl_ntlm_core.o
mv -f .deps/libcurl_la-curl_memrchr.Tpo .deps/libcurl_la-curl_memrchr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c -o libcurl_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo './'`curl_ntlm_wb.c
mv -f .deps/libcurl_la-curl_multibyte.Tpo .deps/libcurl_la-curl_multibyte.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_path.lo -MD -MP -MF .deps/libcurl_la-curl_path.Tpo -c -o libcurl_la-curl_path.lo `test -f 'curl_path.c' || echo './'`curl_path.c
mv -f .deps/libcurl_la-curl_log.Tpo .deps/libcurl_la-curl_log.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_range.lo -MD -MP -MF .deps/libcurl_la-curl_range.Tpo -c -o libcurl_la-curl_range.lo `test -f 'curl_range.c' || echo './'`curl_range.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c curl_ntlm_wb.c -o libcurl_la-curl_ntlm_wb.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_path.lo -MD -MP -MF .deps/libcurl_la-curl_path.Tpo -c curl_path.c -o libcurl_la-curl_path.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_range.lo -MD -MP -MF .deps/libcurl_la-curl_range.Tpo -c curl_range.c -o libcurl_la-curl_range.o
mv -f .deps/libcurl_la-curl_range.Tpo .deps/libcurl_la-curl_range.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c -o libcurl_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo './'`curl_rtmp.c
mv -f .deps/libcurl_la-curl_path.Tpo .deps/libcurl_la-curl_path.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c -o libcurl_la-curl_sasl.lo `test -f 'curl_sasl.c' || echo './'`curl_sasl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c curl_rtmp.c -o libcurl_la-curl_rtmp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c curl_sasl.c -o libcurl_la-curl_sasl.o
mv -f .deps/libcurl_la-curl_ntlm_core.Tpo .deps/libcurl_la-curl_ntlm_core.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c -o libcurl_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo './'`curl_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c curl_sspi.c -o libcurl_la-curl_sspi.o
mv -f .deps/libcurl_la-curl_rtmp.Tpo .deps/libcurl_la-curl_rtmp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c -o libcurl_la-curl_threads.lo `test -f 'curl_threads.c' || echo './'`curl_threads.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c curl_threads.c -o libcurl_la-curl_threads.o
mv -f .deps/libcurl_la-curl_ntlm_wb.Tpo .deps/libcurl_la-curl_ntlm_wb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c -o libcurl_la-dict.lo `test -f 'dict.c' || echo './'`dict.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c dict.c -o libcurl_la-dict.o
mv -f .deps/libcurl_la-curl_sspi.Tpo .deps/libcurl_la-curl_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-doh.lo -MD -MP -MF .deps/libcurl_la-doh.Tpo -c -o libcurl_la-doh.lo `test -f 'doh.c' || echo './'`doh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-doh.lo -MD -MP -MF .deps/libcurl_la-doh.Tpo -c doh.c -o libcurl_la-doh.o
mv -f .deps/libcurl_la-curl_threads.Tpo .deps/libcurl_la-curl_threads.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-dynbuf.lo -MD -MP -MF .deps/libcurl_la-dynbuf.Tpo -c -o libcurl_la-dynbuf.lo `test -f 'dynbuf.c' || echo './'`dynbuf.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-dynbuf.lo -MD -MP -MF .deps/libcurl_la-dynbuf.Tpo -c dynbuf.c -o libcurl_la-dynbuf.o
mv -f .deps/libcurl_la-curl_sasl.Tpo .deps/libcurl_la-curl_sasl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c -o libcurl_la-easy.lo `test -f 'easy.c' || echo './'`easy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c easy.c -o libcurl_la-easy.o
mv -f .deps/libcurl_la-dict.Tpo .deps/libcurl_la-dict.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easygetopt.lo -MD -MP -MF .deps/libcurl_la-easygetopt.Tpo -c -o libcurl_la-easygetopt.lo `test -f 'easygetopt.c' || echo './'`easygetopt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easygetopt.lo -MD -MP -MF .deps/libcurl_la-easygetopt.Tpo -c easygetopt.c -o libcurl_la-easygetopt.o
mv -f .deps/libcurl_la-dynbuf.Tpo .deps/libcurl_la-dynbuf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easyoptions.lo -MD -MP -MF .deps/libcurl_la-easyoptions.Tpo -c -o libcurl_la-easyoptions.lo `test -f 'easyoptions.c' || echo './'`easyoptions.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easyoptions.lo -MD -MP -MF .deps/libcurl_la-easyoptions.Tpo -c easyoptions.c -o libcurl_la-easyoptions.o
mv -f .deps/libcurl_la-doh.Tpo .deps/libcurl_la-doh.Plo
mv -f .deps/libcurl_la-easygetopt.Tpo .deps/libcurl_la-easygetopt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c -o libcurl_la-escape.lo `test -f 'escape.c' || echo './'`escape.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c -o libcurl_la-file.lo `test -f 'file.c' || echo './'`file.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c escape.c -o libcurl_la-escape.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c file.c -o libcurl_la-file.o
mv -f .deps/libcurl_la-easyoptions.Tpo .deps/libcurl_la-easyoptions.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c -o libcurl_la-fileinfo.lo `test -f 'fileinfo.c' || echo './'`fileinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c fileinfo.c -o libcurl_la-fileinfo.o
mv -f .deps/libcurl_la-easy.Tpo .deps/libcurl_la-easy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-fopen.lo -MD -MP -MF .deps/libcurl_la-fopen.Tpo -c -o libcurl_la-fopen.lo `test -f 'fopen.c' || echo './'`fopen.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-fopen.lo -MD -MP -MF .deps/libcurl_la-fopen.Tpo -c fopen.c -o libcurl_la-fopen.o
mv -f .deps/libcurl_la-fileinfo.Tpo .deps/libcurl_la-fileinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c -o libcurl_la-formdata.lo `test -f 'formdata.c' || echo './'`formdata.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c formdata.c -o libcurl_la-formdata.o
mv -f .deps/libcurl_la-escape.Tpo .deps/libcurl_la-escape.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c -o libcurl_la-ftp.lo `test -f 'ftp.c' || echo './'`ftp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c ftp.c -o libcurl_la-ftp.o
mv -f .deps/libcurl_la-fopen.Tpo .deps/libcurl_la-fopen.Plo
mv -f .deps/libcurl_la-file.Tpo .deps/libcurl_la-file.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c -o libcurl_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo './'`ftplistparser.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c -o libcurl_la-getenv.lo `test -f 'getenv.c' || echo './'`getenv.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c getenv.c -o libcurl_la-getenv.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c ftplistparser.c -o libcurl_la-ftplistparser.o
mv -f .deps/libcurl_la-getenv.Tpo .deps/libcurl_la-getenv.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c -o libcurl_la-getinfo.lo `test -f 'getinfo.c' || echo './'`getinfo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c getinfo.c -o libcurl_la-getinfo.o
mv -f .deps/libcurl_la-formdata.Tpo .deps/libcurl_la-formdata.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c -o libcurl_la-gopher.lo `test -f 'gopher.c' || echo './'`gopher.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c gopher.c -o libcurl_la-gopher.o
mv -f .deps/libcurl_la-ftplistparser.Tpo .deps/libcurl_la-ftplistparser.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-h2h3.lo -MD -MP -MF .deps/libcurl_la-h2h3.Tpo -c -o libcurl_la-h2h3.lo `test -f 'h2h3.c' || echo './'`h2h3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-h2h3.lo -MD -MP -MF .deps/libcurl_la-h2h3.Tpo -c h2h3.c -o libcurl_la-h2h3.o
mv -f .deps/libcurl_la-getinfo.Tpo .deps/libcurl_la-getinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c -o libcurl_la-hash.lo `test -f 'hash.c' || echo './'`hash.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c hash.c -o libcurl_la-hash.o
mv -f .deps/libcurl_la-gopher.Tpo .deps/libcurl_la-gopher.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-headers.lo -MD -MP -MF .deps/libcurl_la-headers.Tpo -c -o libcurl_la-headers.lo `test -f 'headers.c' || echo './'`headers.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-headers.lo -MD -MP -MF .deps/libcurl_la-headers.Tpo -c headers.c -o libcurl_la-headers.o
mv -f .deps/libcurl_la-h2h3.Tpo .deps/libcurl_la-h2h3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c -o libcurl_la-hmac.lo `test -f 'hmac.c' || echo './'`hmac.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c hmac.c -o libcurl_la-hmac.o
mv -f .deps/libcurl_la-hash.Tpo .deps/libcurl_la-hash.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c -o libcurl_la-hostasyn.lo `test -f 'hostasyn.c' || echo './'`hostasyn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c hostasyn.c -o libcurl_la-hostasyn.o
mv -f .deps/libcurl_la-ftp.Tpo .deps/libcurl_la-ftp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c -o libcurl_la-hostip.lo `test -f 'hostip.c' || echo './'`hostip.c
mv -f .deps/libcurl_la-headers.Tpo .deps/libcurl_la-headers.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c -o libcurl_la-hostip4.lo `test -f 'hostip4.c' || echo './'`hostip4.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c hostip.c -o libcurl_la-hostip.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c hostip4.c -o libcurl_la-hostip4.o
mv -f .deps/libcurl_la-hmac.Tpo .deps/libcurl_la-hmac.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c -o libcurl_la-hostip6.lo `test -f 'hostip6.c' || echo './'`hostip6.c
mv -f .deps/libcurl_la-hostasyn.Tpo .deps/libcurl_la-hostasyn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c -o libcurl_la-hostsyn.lo `test -f 'hostsyn.c' || echo './'`hostsyn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c hostip6.c -o libcurl_la-hostip6.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c hostsyn.c -o libcurl_la-hostsyn.o
mv -f .deps/libcurl_la-hostip4.Tpo .deps/libcurl_la-hostip4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hsts.lo -MD -MP -MF .deps/libcurl_la-hsts.Tpo -c -o libcurl_la-hsts.lo `test -f 'hsts.c' || echo './'`hsts.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hsts.lo -MD -MP -MF .deps/libcurl_la-hsts.Tpo -c hsts.c -o libcurl_la-hsts.o
mv -f .deps/libcurl_la-hostsyn.Tpo .deps/libcurl_la-hostsyn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c -o libcurl_la-http.lo `test -f 'http.c' || echo './'`http.c
mv -f .deps/libcurl_la-hostip6.Tpo .deps/libcurl_la-hostip6.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c -o libcurl_la-http2.lo `test -f 'http2.c' || echo './'`http2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c http.c -o libcurl_la-http.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c http2.c -o libcurl_la-http2.o
mv -f .deps/libcurl_la-hostip.Tpo .deps/libcurl_la-hostip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c -o libcurl_la-http_chunks.lo `test -f 'http_chunks.c' || echo './'`http_chunks.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c http_chunks.c -o libcurl_la-http_chunks.o
mv -f .deps/libcurl_la-hsts.Tpo .deps/libcurl_la-hsts.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c -o libcurl_la-http_digest.lo `test -f 'http_digest.c' || echo './'`http_digest.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c http_digest.c -o libcurl_la-http_digest.o
mv -f .deps/libcurl_la-http_chunks.Tpo .deps/libcurl_la-http_chunks.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c -o libcurl_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo './'`http_negotiate.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c http_negotiate.c -o libcurl_la-http_negotiate.o
mv -f .deps/libcurl_la-http_digest.Tpo .deps/libcurl_la-http_digest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_ntlm.lo -MD -MP -MF .deps/libcurl_la-http_ntlm.Tpo -c -o libcurl_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo './'`http_ntlm.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_ntlm.lo -MD -MP -MF .deps/libcurl_la-http_ntlm.Tpo -c http_ntlm.c -o libcurl_la-http_ntlm.o
mv -f .deps/libcurl_la-http_negotiate.Tpo .deps/libcurl_la-http_negotiate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c -o libcurl_la-http_proxy.lo `test -f 'http_proxy.c' || echo './'`http_proxy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c http_proxy.c -o libcurl_la-http_proxy.o
mv -f .deps/libcurl_la-http2.Tpo .deps/libcurl_la-http2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF .deps/libcurl_la-http_aws_sigv4.Tpo -c -o libcurl_la-http_aws_sigv4.lo `test -f 'http_aws_sigv4.c' || echo './'`http_aws_sigv4.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF .deps/libcurl_la-http_aws_sigv4.Tpo -c http_aws_sigv4.c -o libcurl_la-http_aws_sigv4.o
mv -f .deps/libcurl_la-http.Tpo .deps/libcurl_la-http.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-idn.lo -MD -MP -MF .deps/libcurl_la-idn.Tpo -c -o libcurl_la-idn.lo `test -f 'idn.c' || echo './'`idn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-idn.lo -MD -MP -MF .deps/libcurl_la-idn.Tpo -c idn.c -o libcurl_la-idn.o
mv -f .deps/libcurl_la-http_ntlm.Tpo .deps/libcurl_la-http_ntlm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c -o libcurl_la-if2ip.lo `test -f 'if2ip.c' || echo './'`if2ip.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c if2ip.c -o libcurl_la-if2ip.o
mv -f .deps/libcurl_la-http_aws_sigv4.Tpo .deps/libcurl_la-http_aws_sigv4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c -o libcurl_la-imap.lo `test -f 'imap.c' || echo './'`imap.c
mv -f .deps/libcurl_la-idn.Tpo .deps/libcurl_la-idn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c -o libcurl_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo './'`inet_ntop.c
mv -f .deps/libcurl_la-http_proxy.Tpo .deps/libcurl_la-http_proxy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c -o libcurl_la-inet_pton.lo `test -f 'inet_pton.c' || echo './'`inet_pton.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c imap.c -o libcurl_la-imap.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c inet_ntop.c -o libcurl_la-inet_ntop.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c inet_pton.c -o libcurl_la-inet_pton.o
mv -f .deps/libcurl_la-if2ip.Tpo .deps/libcurl_la-if2ip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c -o libcurl_la-krb5.lo `test -f 'krb5.c' || echo './'`krb5.c
mv -f .deps/libcurl_la-inet_pton.Tpo .deps/libcurl_la-inet_pton.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c -o libcurl_la-ldap.lo `test -f 'ldap.c' || echo './'`ldap.c
mv -f .deps/libcurl_la-inet_ntop.Tpo .deps/libcurl_la-inet_ntop.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c -o libcurl_la-llist.lo `test -f 'llist.c' || echo './'`llist.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c krb5.c -o libcurl_la-krb5.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c llist.c -o libcurl_la-llist.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c ldap.c -o libcurl_la-ldap.o
mv -f .deps/libcurl_la-krb5.Tpo .deps/libcurl_la-krb5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c -o libcurl_la-md4.lo `test -f 'md4.c' || echo './'`md4.c
mv -f .deps/libcurl_la-ldap.Tpo .deps/libcurl_la-ldap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c -o libcurl_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c md4.c -o libcurl_la-md4.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c md5.c -o libcurl_la-md5.o
mv -f .deps/libcurl_la-llist.Tpo .deps/libcurl_la-llist.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c -o libcurl_la-memdebug.lo `test -f 'memdebug.c' || echo './'`memdebug.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c memdebug.c -o libcurl_la-memdebug.o
mv -f .deps/libcurl_la-md4.Tpo .deps/libcurl_la-md4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mime.lo -MD -MP -MF .deps/libcurl_la-mime.Tpo -c -o libcurl_la-mime.lo `test -f 'mime.c' || echo './'`mime.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mime.lo -MD -MP -MF .deps/libcurl_la-mime.Tpo -c mime.c -o libcurl_la-mime.o
mv -f .deps/libcurl_la-md5.Tpo .deps/libcurl_la-md5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c -o libcurl_la-mprintf.lo `test -f 'mprintf.c' || echo './'`mprintf.c
mv -f .deps/libcurl_la-memdebug.Tpo .deps/libcurl_la-memdebug.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mqtt.lo -MD -MP -MF .deps/libcurl_la-mqtt.Tpo -c -o libcurl_la-mqtt.lo `test -f 'mqtt.c' || echo './'`mqtt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c mprintf.c -o libcurl_la-mprintf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mqtt.lo -MD -MP -MF .deps/libcurl_la-mqtt.Tpo -c mqtt.c -o libcurl_la-mqtt.o
mv -f .deps/libcurl_la-imap.Tpo .deps/libcurl_la-imap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c -o libcurl_la-multi.lo `test -f 'multi.c' || echo './'`multi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c multi.c -o libcurl_la-multi.o
mv -f .deps/libcurl_la-mqtt.Tpo .deps/libcurl_la-mqtt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c -o libcurl_la-netrc.lo `test -f 'netrc.c' || echo './'`netrc.c
mv -f .deps/libcurl_la-mprintf.Tpo .deps/libcurl_la-mprintf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c -o libcurl_la-nonblock.lo `test -f 'nonblock.c' || echo './'`nonblock.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c netrc.c -o libcurl_la-netrc.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c nonblock.c -o libcurl_la-nonblock.o
mv -f .deps/libcurl_la-mime.Tpo .deps/libcurl_la-mime.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-noproxy.lo -MD -MP -MF .deps/libcurl_la-noproxy.Tpo -c -o libcurl_la-noproxy.lo `test -f 'noproxy.c' || echo './'`noproxy.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-noproxy.lo -MD -MP -MF .deps/libcurl_la-noproxy.Tpo -c noproxy.c -o libcurl_la-noproxy.o
mv -f .deps/libcurl_la-nonblock.Tpo .deps/libcurl_la-nonblock.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c -o libcurl_la-openldap.lo `test -f 'openldap.c' || echo './'`openldap.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c openldap.c -o libcurl_la-openldap.o
mv -f .deps/libcurl_la-netrc.Tpo .deps/libcurl_la-netrc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c -o libcurl_la-parsedate.lo `test -f 'parsedate.c' || echo './'`parsedate.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c parsedate.c -o libcurl_la-parsedate.o
mv -f .deps/libcurl_la-openldap.Tpo .deps/libcurl_la-openldap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c -o libcurl_la-pingpong.lo `test -f 'pingpong.c' || echo './'`pingpong.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c pingpong.c -o libcurl_la-pingpong.o
mv -f .deps/libcurl_la-noproxy.Tpo .deps/libcurl_la-noproxy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c -o libcurl_la-pop3.lo `test -f 'pop3.c' || echo './'`pop3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c pop3.c -o libcurl_la-pop3.o
mv -f .deps/libcurl_la-multi.Tpo .deps/libcurl_la-multi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c -o libcurl_la-progress.lo `test -f 'progress.c' || echo './'`progress.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c progress.c -o libcurl_la-progress.o
mv -f .deps/libcurl_la-parsedate.Tpo .deps/libcurl_la-parsedate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-psl.lo -MD -MP -MF .deps/libcurl_la-psl.Tpo -c -o libcurl_la-psl.lo `test -f 'psl.c' || echo './'`psl.c
mv -f .deps/libcurl_la-pingpong.Tpo .deps/libcurl_la-pingpong.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rand.lo -MD -MP -MF .deps/libcurl_la-rand.Tpo -c -o libcurl_la-rand.lo `test -f 'rand.c' || echo './'`rand.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-psl.lo -MD -MP -MF .deps/libcurl_la-psl.Tpo -c psl.c -o libcurl_la-psl.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rand.lo -MD -MP -MF .deps/libcurl_la-rand.Tpo -c rand.c -o libcurl_la-rand.o
mv -f .deps/libcurl_la-psl.Tpo .deps/libcurl_la-psl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rename.lo -MD -MP -MF .deps/libcurl_la-rename.Tpo -c -o libcurl_la-rename.lo `test -f 'rename.c' || echo './'`rename.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rename.lo -MD -MP -MF .deps/libcurl_la-rename.Tpo -c rename.c -o libcurl_la-rename.o
mv -f .deps/libcurl_la-pop3.Tpo .deps/libcurl_la-pop3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c -o libcurl_la-rtsp.lo `test -f 'rtsp.c' || echo './'`rtsp.c
mv -f .deps/libcurl_la-progress.Tpo .deps/libcurl_la-progress.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c -o libcurl_la-select.lo `test -f 'select.c' || echo './'`select.c
mv -f .deps/libcurl_la-rand.Tpo .deps/libcurl_la-rand.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c -o libcurl_la-sendf.lo `test -f 'sendf.c' || echo './'`sendf.c
mv -f .deps/libcurl_la-rename.Tpo .deps/libcurl_la-rename.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c rtsp.c -o libcurl_la-rtsp.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-setopt.lo -MD -MP -MF .deps/libcurl_la-setopt.Tpo -c -o libcurl_la-setopt.lo `test -f 'setopt.c' || echo './'`setopt.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c select.c -o libcurl_la-select.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c sendf.c -o libcurl_la-sendf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-setopt.lo -MD -MP -MF .deps/libcurl_la-setopt.Tpo -c setopt.c -o libcurl_la-setopt.o
mv -f .deps/libcurl_la-select.Tpo .deps/libcurl_la-select.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-sha256.lo -MD -MP -MF .deps/libcurl_la-sha256.Tpo -c -o libcurl_la-sha256.lo `test -f 'sha256.c' || echo './'`sha256.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-sha256.lo -MD -MP -MF .deps/libcurl_la-sha256.Tpo -c sha256.c -o libcurl_la-sha256.o
mv -f .deps/libcurl_la-sendf.Tpo .deps/libcurl_la-sendf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c -o libcurl_la-share.lo `test -f 'share.c' || echo './'`share.c
mv -f .deps/libcurl_la-rtsp.Tpo .deps/libcurl_la-rtsp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c -o libcurl_la-slist.lo `test -f 'slist.c' || echo './'`slist.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c share.c -o libcurl_la-share.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c slist.c -o libcurl_la-slist.o
mv -f .deps/libcurl_la-sha256.Tpo .deps/libcurl_la-sha256.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c -o libcurl_la-smb.lo `test -f 'smb.c' || echo './'`smb.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c smb.c -o libcurl_la-smb.o
mv -f .deps/libcurl_la-slist.Tpo .deps/libcurl_la-slist.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c -o libcurl_la-smtp.lo `test -f 'smtp.c' || echo './'`smtp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c smtp.c -o libcurl_la-smtp.o
mv -f .deps/libcurl_la-share.Tpo .deps/libcurl_la-share.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socketpair.lo -MD -MP -MF .deps/libcurl_la-socketpair.Tpo -c -o libcurl_la-socketpair.lo `test -f 'socketpair.c' || echo './'`socketpair.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socketpair.lo -MD -MP -MF .deps/libcurl_la-socketpair.Tpo -c socketpair.c -o libcurl_la-socketpair.o
mv -f .deps/libcurl_la-setopt.Tpo .deps/libcurl_la-setopt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c -o libcurl_la-socks.lo `test -f 'socks.c' || echo './'`socks.c
mv -f .deps/libcurl_la-socketpair.Tpo .deps/libcurl_la-socketpair.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c socks.c -o libcurl_la-socks.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c -o libcurl_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo './'`socks_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c socks_gssapi.c -o libcurl_la-socks_gssapi.o
mv -f .deps/libcurl_la-socks_gssapi.Tpo .deps/libcurl_la-socks_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c -o libcurl_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo './'`socks_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c socks_sspi.c -o libcurl_la-socks_sspi.o
mv -f .deps/libcurl_la-socks_sspi.Tpo .deps/libcurl_la-socks_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c -o libcurl_la-speedcheck.lo `test -f 'speedcheck.c' || echo './'`speedcheck.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c speedcheck.c -o libcurl_la-speedcheck.o
mv -f .deps/libcurl_la-smb.Tpo .deps/libcurl_la-smb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c -o libcurl_la-splay.lo `test -f 'splay.c' || echo './'`splay.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c splay.c -o libcurl_la-splay.o
mv -f .deps/libcurl_la-smtp.Tpo .deps/libcurl_la-smtp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strcase.lo -MD -MP -MF .deps/libcurl_la-strcase.Tpo -c -o libcurl_la-strcase.lo `test -f 'strcase.c' || echo './'`strcase.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strcase.lo -MD -MP -MF .deps/libcurl_la-strcase.Tpo -c strcase.c -o libcurl_la-strcase.o
mv -f .deps/libcurl_la-socks.Tpo .deps/libcurl_la-socks.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c -o libcurl_la-strdup.lo `test -f 'strdup.c' || echo './'`strdup.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c strdup.c -o libcurl_la-strdup.o
mv -f .deps/libcurl_la-speedcheck.Tpo .deps/libcurl_la-speedcheck.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c -o libcurl_la-strerror.lo `test -f 'strerror.c' || echo './'`strerror.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c strerror.c -o libcurl_la-strerror.o
mv -f .deps/libcurl_la-splay.Tpo .deps/libcurl_la-splay.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c -o libcurl_la-strtok.lo `test -f 'strtok.c' || echo './'`strtok.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c strtok.c -o libcurl_la-strtok.o
mv -f .deps/libcurl_la-strdup.Tpo .deps/libcurl_la-strdup.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c -o libcurl_la-strtoofft.lo `test -f 'strtoofft.c' || echo './'`strtoofft.c
mv -f .deps/libcurl_la-strcase.Tpo .deps/libcurl_la-strcase.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-system_win32.lo -MD -MP -MF .deps/libcurl_la-system_win32.Tpo -c -o libcurl_la-system_win32.lo `test -f 'system_win32.c' || echo './'`system_win32.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c strtoofft.c -o libcurl_la-strtoofft.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-system_win32.lo -MD -MP -MF .deps/libcurl_la-system_win32.Tpo -c system_win32.c -o libcurl_la-system_win32.o
mv -f .deps/libcurl_la-strtok.Tpo .deps/libcurl_la-strtok.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c -o libcurl_la-telnet.lo `test -f 'telnet.c' || echo './'`telnet.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c telnet.c -o libcurl_la-telnet.o
mv -f .deps/libcurl_la-strerror.Tpo .deps/libcurl_la-strerror.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c -o libcurl_la-tftp.lo `test -f 'tftp.c' || echo './'`tftp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c tftp.c -o libcurl_la-tftp.o
mv -f .deps/libcurl_la-system_win32.Tpo .deps/libcurl_la-system_win32.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-timediff.lo -MD -MP -MF .deps/libcurl_la-timediff.Tpo -c -o libcurl_la-timediff.lo `test -f 'timediff.c' || echo './'`timediff.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-timediff.lo -MD -MP -MF .deps/libcurl_la-timediff.Tpo -c timediff.c -o libcurl_la-timediff.o
mv -f .deps/libcurl_la-strtoofft.Tpo .deps/libcurl_la-strtoofft.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c -o libcurl_la-timeval.lo `test -f 'timeval.c' || echo './'`timeval.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c timeval.c -o libcurl_la-timeval.o
mv -f .deps/libcurl_la-timediff.Tpo .deps/libcurl_la-timediff.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c -o libcurl_la-transfer.lo `test -f 'transfer.c' || echo './'`transfer.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c transfer.c -o libcurl_la-transfer.o
mv -f .deps/libcurl_la-timeval.Tpo .deps/libcurl_la-timeval.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c -o libcurl_la-url.lo `test -f 'url.c' || echo './'`url.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c url.c -o libcurl_la-url.o
mv -f .deps/libcurl_la-tftp.Tpo .deps/libcurl_la-tftp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-urlapi.lo -MD -MP -MF .deps/libcurl_la-urlapi.Tpo -c -o libcurl_la-urlapi.lo `test -f 'urlapi.c' || echo './'`urlapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-urlapi.lo -MD -MP -MF .deps/libcurl_la-urlapi.Tpo -c urlapi.c -o libcurl_la-urlapi.o
mv -f .deps/libcurl_la-telnet.Tpo .deps/libcurl_la-telnet.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c -o libcurl_la-version.lo `test -f 'version.c' || echo './'`version.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c version.c -o libcurl_la-version.o
mv -f .deps/libcurl_la-version.Tpo .deps/libcurl_la-version.Plo
mv -f .deps/libcurl_la-transfer.Tpo .deps/libcurl_la-transfer.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-version_win32.lo -MD -MP -MF .deps/libcurl_la-version_win32.Tpo -c -o libcurl_la-version_win32.lo `test -f 'version_win32.c' || echo './'`version_win32.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c -o libcurl_la-warnless.lo `test -f 'warnless.c' || echo './'`warnless.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-version_win32.lo -MD -MP -MF .deps/libcurl_la-version_win32.Tpo -c version_win32.c -o libcurl_la-version_win32.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c warnless.c -o libcurl_la-warnless.o
mv -f .deps/libcurl_la-version_win32.Tpo .deps/libcurl_la-version_win32.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ws.lo -MD -MP -MF .deps/libcurl_la-ws.Tpo -c -o libcurl_la-ws.lo `test -f 'ws.c' || echo './'`ws.c
mv -f .deps/libcurl_la-warnless.Tpo .deps/libcurl_la-warnless.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ws.lo -MD -MP -MF .deps/libcurl_la-ws.Tpo -c ws.c -o libcurl_la-ws.o
mv -f .deps/libcurl_la-urlapi.Tpo .deps/libcurl_la-urlapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/.deps/libcurl_la-cleartext.Tpo -c -o vauth/libcurl_la-cleartext.lo `test -f 'vauth/cleartext.c' || echo './'`vauth/cleartext.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/.deps/libcurl_la-cram.Tpo -c -o vauth/libcurl_la-cram.lo `test -f 'vauth/cram.c' || echo './'`vauth/cram.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/.deps/libcurl_la-cleartext.Tpo -c vauth/cleartext.c -o vauth/libcurl_la-cleartext.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/.deps/libcurl_la-cram.Tpo -c vauth/cram.c -o vauth/libcurl_la-cram.o
mv -f .deps/libcurl_la-ws.Tpo .deps/libcurl_la-ws.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/.deps/libcurl_la-digest.Tpo -c -o vauth/libcurl_la-digest.lo `test -f 'vauth/digest.c' || echo './'`vauth/digest.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/.deps/libcurl_la-digest.Tpo -c vauth/digest.c -o vauth/libcurl_la-digest.o
mv -f .deps/libcurl_la-url.Tpo .deps/libcurl_la-url.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-digest_sspi.Tpo -c -o vauth/libcurl_la-digest_sspi.lo `test -f 'vauth/digest_sspi.c' || echo './'`vauth/digest_sspi.c
mv -f vauth/.deps/libcurl_la-cram.Tpo vauth/.deps/libcurl_la-cram.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/.deps/libcurl_la-gsasl.Tpo -c -o vauth/libcurl_la-gsasl.lo `test -f 'vauth/gsasl.c' || echo './'`vauth/gsasl.c
mv -f vauth/.deps/libcurl_la-cleartext.Tpo vauth/.deps/libcurl_la-cleartext.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_gssapi.Tpo -c -o vauth/libcurl_la-krb5_gssapi.lo `test -f 'vauth/krb5_gssapi.c' || echo './'`vauth/krb5_gssapi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-digest_sspi.Tpo -c vauth/digest_sspi.c -o vauth/libcurl_la-digest_sspi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/.deps/libcurl_la-gsasl.Tpo -c vauth/gsasl.c -o vauth/libcurl_la-gsasl.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_gssapi.Tpo -c vauth/krb5_gssapi.c -o vauth/libcurl_la-krb5_gssapi.o
mv -f vauth/.deps/libcurl_la-digest_sspi.Tpo vauth/.deps/libcurl_la-digest_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_sspi.Tpo -c -o vauth/libcurl_la-krb5_sspi.lo `test -f 'vauth/krb5_sspi.c' || echo './'`vauth/krb5_sspi.c
mv -f vauth/.deps/libcurl_la-gsasl.Tpo vauth/.deps/libcurl_la-gsasl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm.Tpo -c -o vauth/libcurl_la-ntlm.lo `test -f 'vauth/ntlm.c' || echo './'`vauth/ntlm.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_sspi.Tpo -c vauth/krb5_sspi.c -o vauth/libcurl_la-krb5_sspi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm.Tpo -c vauth/ntlm.c -o vauth/libcurl_la-ntlm.o
mv -f vauth/.deps/libcurl_la-krb5_gssapi.Tpo vauth/.deps/libcurl_la-krb5_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm_sspi.Tpo -c -o vauth/libcurl_la-ntlm_sspi.lo `test -f 'vauth/ntlm_sspi.c' || echo './'`vauth/ntlm_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm_sspi.Tpo -c vauth/ntlm_sspi.c -o vauth/libcurl_la-ntlm_sspi.o
mv -f vauth/.deps/libcurl_la-krb5_sspi.Tpo vauth/.deps/libcurl_la-krb5_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/.deps/libcurl_la-oauth2.Tpo -c -o vauth/libcurl_la-oauth2.lo `test -f 'vauth/oauth2.c' || echo './'`vauth/oauth2.c
mv -f vauth/.deps/libcurl_la-digest.Tpo vauth/.deps/libcurl_la-digest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_gssapi.Tpo -c -o vauth/libcurl_la-spnego_gssapi.lo `test -f 'vauth/spnego_gssapi.c' || echo './'`vauth/spnego_gssapi.c
mv -f vauth/.deps/libcurl_la-ntlm_sspi.Tpo vauth/.deps/libcurl_la-ntlm_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_sspi.Tpo -c -o vauth/libcurl_la-spnego_sspi.lo `test -f 'vauth/spnego_sspi.c' || echo './'`vauth/spnego_sspi.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/.deps/libcurl_la-oauth2.Tpo -c vauth/oauth2.c -o vauth/libcurl_la-oauth2.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_sspi.Tpo -c vauth/spnego_sspi.c -o vauth/libcurl_la-spnego_sspi.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_gssapi.Tpo -c vauth/spnego_gssapi.c -o vauth/libcurl_la-spnego_gssapi.o
mv -f vauth/.deps/libcurl_la-spnego_sspi.Tpo vauth/.deps/libcurl_la-spnego_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/.deps/libcurl_la-vauth.Tpo -c -o vauth/libcurl_la-vauth.lo `test -f 'vauth/vauth.c' || echo './'`vauth/vauth.c
mv -f vauth/.deps/libcurl_la-spnego_gssapi.Tpo vauth/.deps/libcurl_la-spnego_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/.deps/libcurl_la-bearssl.Tpo -c -o vtls/libcurl_la-bearssl.lo `test -f 'vtls/bearssl.c' || echo './'`vtls/bearssl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/.deps/libcurl_la-vauth.Tpo -c vauth/vauth.c -o vauth/libcurl_la-vauth.o
mv -f vauth/.deps/libcurl_la-oauth2.Tpo vauth/.deps/libcurl_la-oauth2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c -o vtls/libcurl_la-gskit.lo `test -f 'vtls/gskit.c' || echo './'`vtls/gskit.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/.deps/libcurl_la-bearssl.Tpo -c vtls/bearssl.c -o vtls/libcurl_la-bearssl.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c vtls/gskit.c -o vtls/libcurl_la-gskit.o
mv -f vauth/.deps/libcurl_la-ntlm.Tpo vauth/.deps/libcurl_la-ntlm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c -o vtls/libcurl_la-gtls.lo `test -f 'vtls/gtls.c' || echo './'`vtls/gtls.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c vtls/gtls.c -o vtls/libcurl_la-gtls.o
mv -f vtls/.deps/libcurl_la-bearssl.Tpo vtls/.deps/libcurl_la-bearssl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/.deps/libcurl_la-hostcheck.Tpo -c -o vtls/libcurl_la-hostcheck.lo `test -f 'vtls/hostcheck.c' || echo './'`vtls/hostcheck.c
mv -f vtls/.deps/libcurl_la-gskit.Tpo vtls/.deps/libcurl_la-gskit.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/.deps/libcurl_la-keylog.Tpo -c -o vtls/libcurl_la-keylog.lo `test -f 'vtls/keylog.c' || echo './'`vtls/keylog.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/.deps/libcurl_la-hostcheck.Tpo -c vtls/hostcheck.c -o vtls/libcurl_la-hostcheck.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/.deps/libcurl_la-keylog.Tpo -c vtls/keylog.c -o vtls/libcurl_la-keylog.o
mv -f vauth/.deps/libcurl_la-vauth.Tpo vauth/.deps/libcurl_la-vauth.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls.Tpo -c -o vtls/libcurl_la-mbedtls.lo `test -f 'vtls/mbedtls.c' || echo './'`vtls/mbedtls.c
mv -f vtls/.deps/libcurl_la-gtls.Tpo vtls/.deps/libcurl_la-gtls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo -c -o vtls/libcurl_la-mbedtls_threadlock.lo `test -f 'vtls/mbedtls_threadlock.c' || echo './'`vtls/mbedtls_threadlock.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls.Tpo -c vtls/mbedtls.c -o vtls/libcurl_la-mbedtls.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo -c vtls/mbedtls_threadlock.c -o vtls/libcurl_la-mbedtls_threadlock.o
mv -f vtls/.deps/libcurl_la-mbedtls.Tpo vtls/.deps/libcurl_la-mbedtls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c -o vtls/libcurl_la-nss.lo `test -f 'vtls/nss.c' || echo './'`vtls/nss.c
mv -f vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo vtls/.deps/libcurl_la-mbedtls_threadlock.Plo
mv -f vtls/.deps/libcurl_la-hostcheck.Tpo vtls/.deps/libcurl_la-hostcheck.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c -o vtls/libcurl_la-openssl.lo `test -f 'vtls/openssl.c' || echo './'`vtls/openssl.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/.deps/libcurl_la-rustls.Tpo -c -o vtls/libcurl_la-rustls.lo `test -f 'vtls/rustls.c' || echo './'`vtls/rustls.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c vtls/nss.c -o vtls/libcurl_la-nss.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/.deps/libcurl_la-rustls.Tpo -c vtls/rustls.c -o vtls/libcurl_la-rustls.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c vtls/openssl.c -o vtls/libcurl_la-openssl.o
mv -f vtls/.deps/libcurl_la-keylog.Tpo vtls/.deps/libcurl_la-keylog.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel.Tpo -c -o vtls/libcurl_la-schannel.lo `test -f 'vtls/schannel.c' || echo './'`vtls/schannel.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel.Tpo -c vtls/schannel.c -o vtls/libcurl_la-schannel.o
mv -f vtls/.deps/libcurl_la-nss.Tpo vtls/.deps/libcurl_la-nss.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel_verify.Tpo -c -o vtls/libcurl_la-schannel_verify.lo `test -f 'vtls/schannel_verify.c' || echo './'`vtls/schannel_verify.c
mv -f vtls/.deps/libcurl_la-rustls.Tpo vtls/.deps/libcurl_la-rustls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/.deps/libcurl_la-sectransp.Tpo -c -o vtls/libcurl_la-sectransp.lo `test -f 'vtls/sectransp.c' || echo './'`vtls/sectransp.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel_verify.Tpo -c vtls/schannel_verify.c -o vtls/libcurl_la-schannel_verify.o
mv -f vtls/.deps/libcurl_la-schannel.Tpo vtls/.deps/libcurl_la-schannel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c -o vtls/libcurl_la-vtls.lo `test -f 'vtls/vtls.c' || echo './'`vtls/vtls.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/.deps/libcurl_la-sectransp.Tpo -c vtls/sectransp.c -o vtls/libcurl_la-sectransp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c vtls/vtls.c -o vtls/libcurl_la-vtls.o
mv -f vtls/.deps/libcurl_la-schannel_verify.Tpo vtls/.deps/libcurl_la-schannel_verify.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/.deps/libcurl_la-wolfssl.Tpo -c -o vtls/libcurl_la-wolfssl.lo `test -f 'vtls/wolfssl.c' || echo './'`vtls/wolfssl.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/.deps/libcurl_la-wolfssl.Tpo -c vtls/wolfssl.c -o vtls/libcurl_la-wolfssl.o
mv -f vtls/.deps/libcurl_la-sectransp.Tpo vtls/.deps/libcurl_la-sectransp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/.deps/libcurl_la-x509asn1.Tpo -c -o vtls/libcurl_la-x509asn1.lo `test -f 'vtls/x509asn1.c' || echo './'`vtls/x509asn1.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/.deps/libcurl_la-x509asn1.Tpo -c vtls/x509asn1.c -o vtls/libcurl_la-x509asn1.o
mv -f vtls/.deps/libcurl_la-wolfssl.Tpo vtls/.deps/libcurl_la-wolfssl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_msh3.Tpo -c -o vquic/libcurl_la-curl_msh3.lo `test -f 'vquic/curl_msh3.c' || echo './'`vquic/curl_msh3.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_msh3.Tpo -c vquic/curl_msh3.c -o vquic/libcurl_la-curl_msh3.o
mv -f vtls/.deps/libcurl_la-x509asn1.Tpo vtls/.deps/libcurl_la-x509asn1.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_ngtcp2.Tpo -c -o vquic/libcurl_la-curl_ngtcp2.lo `test -f 'vquic/curl_ngtcp2.c' || echo './'`vquic/curl_ngtcp2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_ngtcp2.Tpo -c vquic/curl_ngtcp2.c -o vquic/libcurl_la-curl_ngtcp2.o
mv -f vquic/.deps/libcurl_la-curl_msh3.Tpo vquic/.deps/libcurl_la-curl_msh3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_quiche.Tpo -c -o vquic/libcurl_la-curl_quiche.lo `test -f 'vquic/curl_quiche.c' || echo './'`vquic/curl_quiche.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_quiche.Tpo -c vquic/curl_quiche.c -o vquic/libcurl_la-curl_quiche.o
mv -f vquic/.deps/libcurl_la-curl_ngtcp2.Tpo vquic/.deps/libcurl_la-curl_ngtcp2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/.deps/libcurl_la-vquic.Tpo -c -o vquic/libcurl_la-vquic.lo `test -f 'vquic/vquic.c' || echo './'`vquic/vquic.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/.deps/libcurl_la-vquic.Tpo -c vquic/vquic.c -o vquic/libcurl_la-vquic.o
mv -f vquic/.deps/libcurl_la-curl_quiche.Tpo vquic/.deps/libcurl_la-curl_quiche.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh.Tpo -c -o vssh/libcurl_la-libssh.lo `test -f 'vssh/libssh.c' || echo './'`vssh/libssh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh.Tpo -c vssh/libssh.c -o vssh/libcurl_la-libssh.o
mv -f vquic/.deps/libcurl_la-vquic.Tpo vquic/.deps/libcurl_la-vquic.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh2.Tpo -c -o vssh/libcurl_la-libssh2.lo `test -f 'vssh/libssh2.c' || echo './'`vssh/libssh2.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh2.Tpo -c vssh/libssh2.c -o vssh/libcurl_la-libssh2.o
mv -f vssh/.deps/libcurl_la-libssh.Tpo vssh/.deps/libcurl_la-libssh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/.deps/libcurl_la-wolfssh.Tpo -c -o vssh/libcurl_la-wolfssh.lo `test -f 'vssh/wolfssh.c' || echo './'`vssh/wolfssh.c
libtool: compile:  clang -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/.deps/libcurl_la-wolfssh.Tpo -c vssh/wolfssh.c -o vssh/libcurl_la-wolfssh.o
mv -f vssh/.deps/libcurl_la-wolfssh.Tpo vssh/.deps/libcurl_la-wolfssh.Plo
mv -f vtls/.deps/libcurl_la-vtls.Tpo vtls/.deps/libcurl_la-vtls.Plo
mv -f vtls/.deps/libcurl_la-openssl.Tpo vtls/.deps/libcurl_la-openssl.Plo
mv -f vssh/.deps/libcurl_la-libssh2.Tpo vssh/.deps/libcurl_la-libssh2.Plo
/bin/sh ../libtool  --tag=CC   --mode=link clang  -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2   -version-info 12:0:8    -export-symbols-regex '^curl_.*' -static -all-static -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz -static -all-static -o libcurl.la -rpath /usr/local/lib libcurl_la-altsvc.lo libcurl_la-amigaos.lo libcurl_la-asyn-ares.lo libcurl_la-asyn-thread.lo libcurl_la-base64.lo libcurl_la-bufref.lo libcurl_la-c-hyper.lo libcurl_la-cf-https-connect.lo libcurl_la-cf-socket.lo libcurl_la-cfilters.lo libcurl_la-conncache.lo libcurl_la-connect.lo libcurl_la-content_encoding.lo libcurl_la-cookie.lo libcurl_la-curl_addrinfo.lo libcurl_la-curl_des.lo libcurl_la-curl_endian.lo libcurl_la-curl_fnmatch.lo libcurl_la-curl_get_line.lo libcurl_la-curl_gethostname.lo libcurl_la-curl_gssapi.lo libcurl_la-curl_log.lo libcurl_la-curl_memrchr.lo libcurl_la-curl_multibyte.lo libcurl_la-curl_ntlm_core.lo libcurl_la-curl_ntlm_wb.lo libcurl_la-curl_path.lo libcurl_la-curl_range.lo libcurl_la-curl_rtmp.lo libcurl_la-curl_sasl.lo libcurl_la-curl_sspi.lo libcurl_la-curl_threads.lo libcurl_la-dict.lo libcurl_la-doh.lo libcurl_la-dynbuf.lo libcurl_la-easy.lo libcurl_la-easygetopt.lo libcurl_la-easyoptions.lo libcurl_la-escape.lo libcurl_la-file.lo libcurl_la-fileinfo.lo libcurl_la-fopen.lo libcurl_la-formdata.lo libcurl_la-ftp.lo libcurl_la-ftplistparser.lo libcurl_la-getenv.lo libcurl_la-getinfo.lo libcurl_la-gopher.lo libcurl_la-h2h3.lo libcurl_la-hash.lo libcurl_la-headers.lo libcurl_la-hmac.lo libcurl_la-hostasyn.lo libcurl_la-hostip.lo libcurl_la-hostip4.lo libcurl_la-hostip6.lo libcurl_la-hostsyn.lo libcurl_la-hsts.lo libcurl_la-http.lo libcurl_la-http2.lo libcurl_la-http_chunks.lo libcurl_la-http_digest.lo libcurl_la-http_negotiate.lo libcurl_la-http_ntlm.lo libcurl_la-http_proxy.lo libcurl_la-http_aws_sigv4.lo libcurl_la-idn.lo libcurl_la-if2ip.lo libcurl_la-imap.lo libcurl_la-inet_ntop.lo libcurl_la-inet_pton.lo libcurl_la-krb5.lo libcurl_la-ldap.lo libcurl_la-llist.lo libcurl_la-md4.lo libcurl_la-md5.lo libcurl_la-memdebug.lo libcurl_la-mime.lo libcurl_la-mprintf.lo libcurl_la-mqtt.lo libcurl_la-multi.lo libcurl_la-netrc.lo libcurl_la-nonblock.lo libcurl_la-noproxy.lo libcurl_la-openldap.lo libcurl_la-parsedate.lo libcurl_la-pingpong.lo libcurl_la-pop3.lo libcurl_la-progress.lo libcurl_la-psl.lo libcurl_la-rand.lo libcurl_la-rename.lo libcurl_la-rtsp.lo libcurl_la-select.lo libcurl_la-sendf.lo libcurl_la-setopt.lo libcurl_la-sha256.lo libcurl_la-share.lo libcurl_la-slist.lo libcurl_la-smb.lo libcurl_la-smtp.lo libcurl_la-socketpair.lo libcurl_la-socks.lo libcurl_la-socks_gssapi.lo libcurl_la-socks_sspi.lo libcurl_la-speedcheck.lo libcurl_la-splay.lo libcurl_la-strcase.lo libcurl_la-strdup.lo libcurl_la-strerror.lo libcurl_la-strtok.lo libcurl_la-strtoofft.lo libcurl_la-system_win32.lo libcurl_la-telnet.lo libcurl_la-tftp.lo libcurl_la-timediff.lo libcurl_la-timeval.lo libcurl_la-transfer.lo libcurl_la-url.lo libcurl_la-urlapi.lo libcurl_la-version.lo libcurl_la-version_win32.lo libcurl_la-warnless.lo libcurl_la-ws.lo vauth/libcurl_la-cleartext.lo vauth/libcurl_la-cram.lo vauth/libcurl_la-digest.lo vauth/libcurl_la-digest_sspi.lo vauth/libcurl_la-gsasl.lo vauth/libcurl_la-krb5_gssapi.lo vauth/libcurl_la-krb5_sspi.lo vauth/libcurl_la-ntlm.lo vauth/libcurl_la-ntlm_sspi.lo vauth/libcurl_la-oauth2.lo vauth/libcurl_la-spnego_gssapi.lo vauth/libcurl_la-spnego_sspi.lo vauth/libcurl_la-vauth.lo vtls/libcurl_la-bearssl.lo vtls/libcurl_la-gskit.lo vtls/libcurl_la-gtls.lo vtls/libcurl_la-hostcheck.lo vtls/libcurl_la-keylog.lo vtls/libcurl_la-mbedtls.lo vtls/libcurl_la-mbedtls_threadlock.lo vtls/libcurl_la-nss.lo vtls/libcurl_la-openssl.lo vtls/libcurl_la-rustls.lo vtls/libcurl_la-schannel.lo vtls/libcurl_la-schannel_verify.lo vtls/libcurl_la-sectransp.lo vtls/libcurl_la-vtls.lo vtls/libcurl_la-wolfssl.lo vtls/libcurl_la-x509asn1.lo vquic/libcurl_la-curl_msh3.lo vquic/libcurl_la-curl_ngtcp2.lo vquic/libcurl_la-curl_quiche.lo vquic/libcurl_la-vquic.lo vssh/libcurl_la-libssh.lo vssh/libcurl_la-libssh2.lo vssh/libcurl_la-wolfssh.lo        
libtool: link: /usr/bin/ar cr .libs/libcurl.a  libcurl_la-altsvc.o libcurl_la-amigaos.o libcurl_la-asyn-ares.o libcurl_la-asyn-thread.o libcurl_la-base64.o libcurl_la-bufref.o libcurl_la-c-hyper.o libcurl_la-cf-https-connect.o libcurl_la-cf-socket.o libcurl_la-cfilters.o libcurl_la-conncache.o libcurl_la-connect.o libcurl_la-content_encoding.o libcurl_la-cookie.o libcurl_la-curl_addrinfo.o libcurl_la-curl_des.o libcurl_la-curl_endian.o libcurl_la-curl_fnmatch.o libcurl_la-curl_get_line.o libcurl_la-curl_gethostname.o libcurl_la-curl_gssapi.o libcurl_la-curl_log.o libcurl_la-curl_memrchr.o libcurl_la-curl_multibyte.o libcurl_la-curl_ntlm_core.o libcurl_la-curl_ntlm_wb.o libcurl_la-curl_path.o libcurl_la-curl_range.o libcurl_la-curl_rtmp.o libcurl_la-curl_sasl.o libcurl_la-curl_sspi.o libcurl_la-curl_threads.o libcurl_la-dict.o libcurl_la-doh.o libcurl_la-dynbuf.o libcurl_la-easy.o libcurl_la-easygetopt.o libcurl_la-easyoptions.o libcurl_la-escape.o libcurl_la-file.o libcurl_la-fileinfo.o libcurl_la-fopen.o libcurl_la-formdata.o libcurl_la-ftp.o libcurl_la-ftplistparser.o libcurl_la-getenv.o libcurl_la-getinfo.o libcurl_la-gopher.o libcurl_la-h2h3.o libcurl_la-hash.o libcurl_la-headers.o libcurl_la-hmac.o libcurl_la-hostasyn.o libcurl_la-hostip.o libcurl_la-hostip4.o libcurl_la-hostip6.o libcurl_la-hostsyn.o libcurl_la-hsts.o libcurl_la-http.o libcurl_la-http2.o libcurl_la-http_chunks.o libcurl_la-http_digest.o libcurl_la-http_negotiate.o libcurl_la-http_ntlm.o libcurl_la-http_proxy.o libcurl_la-http_aws_sigv4.o libcurl_la-idn.o libcurl_la-if2ip.o libcurl_la-imap.o libcurl_la-inet_ntop.o libcurl_la-inet_pton.o libcurl_la-krb5.o libcurl_la-ldap.o libcurl_la-llist.o libcurl_la-md4.o libcurl_la-md5.o libcurl_la-memdebug.o libcurl_la-mime.o libcurl_la-mprintf.o libcurl_la-mqtt.o libcurl_la-multi.o libcurl_la-netrc.o libcurl_la-nonblock.o libcurl_la-noproxy.o libcurl_la-openldap.o libcurl_la-parsedate.o libcurl_la-pingpong.o libcurl_la-pop3.o libcurl_la-progress.o libcurl_la-psl.o libcurl_la-rand.o libcurl_la-rename.o libcurl_la-rtsp.o libcurl_la-select.o libcurl_la-sendf.o libcurl_la-setopt.o libcurl_la-sha256.o libcurl_la-share.o libcurl_la-slist.o libcurl_la-smb.o libcurl_la-smtp.o libcurl_la-socketpair.o libcurl_la-socks.o libcurl_la-socks_gssapi.o libcurl_la-socks_sspi.o libcurl_la-speedcheck.o libcurl_la-splay.o libcurl_la-strcase.o libcurl_la-strdup.o libcurl_la-strerror.o libcurl_la-strtok.o libcurl_la-strtoofft.o libcurl_la-system_win32.o libcurl_la-telnet.o libcurl_la-tftp.o libcurl_la-timediff.o libcurl_la-timeval.o libcurl_la-transfer.o libcurl_la-url.o libcurl_la-urlapi.o libcurl_la-version.o libcurl_la-version_win32.o libcurl_la-warnless.o libcurl_la-ws.o vauth/libcurl_la-cleartext.o vauth/libcurl_la-cram.o vauth/libcurl_la-digest.o vauth/libcurl_la-digest_sspi.o vauth/libcurl_la-gsasl.o vauth/libcurl_la-krb5_gssapi.o vauth/libcurl_la-krb5_sspi.o vauth/libcurl_la-ntlm.o vauth/libcurl_la-ntlm_sspi.o vauth/libcurl_la-oauth2.o vauth/libcurl_la-spnego_gssapi.o vauth/libcurl_la-spnego_sspi.o vauth/libcurl_la-vauth.o vtls/libcurl_la-bearssl.o vtls/libcurl_la-gskit.o vtls/libcurl_la-gtls.o vtls/libcurl_la-hostcheck.o vtls/libcurl_la-keylog.o vtls/libcurl_la-mbedtls.o vtls/libcurl_la-mbedtls_threadlock.o vtls/libcurl_la-nss.o vtls/libcurl_la-openssl.o vtls/libcurl_la-rustls.o vtls/libcurl_la-schannel.o vtls/libcurl_la-schannel_verify.o vtls/libcurl_la-sectransp.o vtls/libcurl_la-vtls.o vtls/libcurl_la-wolfssl.o vtls/libcurl_la-x509asn1.o vquic/libcurl_la-curl_msh3.o vquic/libcurl_la-curl_ngtcp2.o vquic/libcurl_la-curl_quiche.o vquic/libcurl_la-vquic.o vssh/libcurl_la-libssh.o vssh/libcurl_la-libssh2.o vssh/libcurl_la-wolfssh.o
libtool: link: ranlib .libs/libcurl.a
libtool: link: ( cd ".libs" && rm -f "libcurl.la" && ln -s "../libcurl.la" "libcurl.la" )
make[2]: Leaving directory '/tmp/curl-8.0.1/lib'
make[1]: Leaving directory '/tmp/curl-8.0.1/lib'
Making all in src
make[1]: Entering directory '/tmp/curl-8.0.1/src'
Making all in ../docs
make[2]: Entering directory '/tmp/curl-8.0.1/docs'
Making all in .
make[3]: Entering directory '/tmp/curl-8.0.1/docs'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/curl-8.0.1/docs'
Making all in cmdline-opts
make[3]: Entering directory '/tmp/curl-8.0.1/docs/cmdline-opts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/curl-8.0.1/docs/cmdline-opts'
make[2]: Leaving directory '/tmp/curl-8.0.1/docs'
make[2]: Entering directory '/tmp/curl-8.0.1/src'
depbase=`echo slist_wc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT slist_wc.o -MD -MP -MF $depbase.Tpo -c -o slist_wc.o slist_wc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_binmode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_binmode.o -MD -MP -MF $depbase.Tpo -c -o tool_binmode.o tool_binmode.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_bname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_bname.o -MD -MP -MF $depbase.Tpo -c -o tool_bname.o tool_bname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_dbg.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_dbg.o tool_cb_dbg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_hdr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_hdr.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_hdr.o tool_cb_hdr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_prg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_prg.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_prg.o tool_cb_prg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_rea.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_rea.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_rea.o tool_cb_rea.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_see.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_see.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_see.o tool_cb_see.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_wrt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_wrt.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_wrt.o tool_cb_wrt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cfgable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cfgable.o -MD -MP -MF $depbase.Tpo -c -o tool_cfgable.o tool_cfgable.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_dirhie.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_dirhie.o -MD -MP -MF $depbase.Tpo -c -o tool_dirhie.o tool_dirhie.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_doswin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_doswin.o -MD -MP -MF $depbase.Tpo -c -o tool_doswin.o tool_doswin.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_easysrc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_easysrc.o -MD -MP -MF $depbase.Tpo -c -o tool_easysrc.o tool_easysrc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_filetime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_filetime.o -MD -MP -MF $depbase.Tpo -c -o tool_filetime.o tool_filetime.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_findfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_findfile.o -MD -MP -MF $depbase.Tpo -c -o tool_findfile.o tool_findfile.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_formparse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_formparse.o -MD -MP -MF $depbase.Tpo -c -o tool_formparse.o tool_formparse.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_getparam.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_getparam.o -MD -MP -MF $depbase.Tpo -c -o tool_getparam.o tool_getparam.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_getpass.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_getpass.o -MD -MP -MF $depbase.Tpo -c -o tool_getpass.o tool_getpass.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_help.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_help.o -MD -MP -MF $depbase.Tpo -c -o tool_help.o tool_help.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_helpers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_helpers.o -MD -MP -MF $depbase.Tpo -c -o tool_helpers.o tool_helpers.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_hugehelp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_hugehelp.o -MD -MP -MF $depbase.Tpo -c -o tool_hugehelp.o tool_hugehelp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_libinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_libinfo.o -MD -MP -MF $depbase.Tpo -c -o tool_libinfo.o tool_libinfo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_listhelp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_listhelp.o -MD -MP -MF $depbase.Tpo -c -o tool_listhelp.o tool_listhelp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_main.o -MD -MP -MF $depbase.Tpo -c -o tool_main.o tool_main.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_msgs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_msgs.o -MD -MP -MF $depbase.Tpo -c -o tool_msgs.o tool_msgs.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_operate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_operate.o -MD -MP -MF $depbase.Tpo -c -o tool_operate.o tool_operate.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_operhlp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_operhlp.o -MD -MP -MF $depbase.Tpo -c -o tool_operhlp.o tool_operhlp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_paramhlp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_paramhlp.o -MD -MP -MF $depbase.Tpo -c -o tool_paramhlp.o tool_paramhlp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_parsecfg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_parsecfg.o -MD -MP -MF $depbase.Tpo -c -o tool_parsecfg.o tool_parsecfg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_progress.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_progress.o -MD -MP -MF $depbase.Tpo -c -o tool_progress.o tool_progress.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_stderr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_stderr.o -MD -MP -MF $depbase.Tpo -c -o tool_stderr.o tool_stderr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_strdup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_strdup.o -MD -MP -MF $depbase.Tpo -c -o tool_strdup.o tool_strdup.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_setopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_setopt.o -MD -MP -MF $depbase.Tpo -c -o tool_setopt.o tool_setopt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_sleep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_sleep.o -MD -MP -MF $depbase.Tpo -c -o tool_sleep.o tool_sleep.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_urlglob.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_urlglob.o -MD -MP -MF $depbase.Tpo -c -o tool_urlglob.o tool_urlglob.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_util.o -MD -MP -MF $depbase.Tpo -c -o tool_util.o tool_util.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_vms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_vms.o -MD -MP -MF $depbase.Tpo -c -o tool_vms.o tool_vms.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_writeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_writeout.o -MD -MP -MF $depbase.Tpo -c -o tool_writeout.o tool_writeout.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_writeout_json.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_writeout_json.o -MD -MP -MF $depbase.Tpo -c -o tool_writeout_json.o tool_writeout_json.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_xattr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_xattr.o -MD -MP -MF $depbase.Tpo -c -o tool_xattr.o tool_xattr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/strtoofft.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/strtoofft.o -MD -MP -MF $depbase.Tpo -c -o ../lib/strtoofft.o ../lib/strtoofft.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/timediff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/timediff.o -MD -MP -MF $depbase.Tpo -c -o ../lib/timediff.o ../lib/timediff.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/nonblock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/nonblock.o -MD -MP -MF $depbase.Tpo -c -o ../lib/nonblock.o ../lib/nonblock.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/warnless.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/warnless.o -MD -MP -MF $depbase.Tpo -c -o ../lib/warnless.o ../lib/warnless.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/curl_multibyte.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/curl_multibyte.o -MD -MP -MF $depbase.Tpo -c -o ../lib/curl_multibyte.o ../lib/curl_multibyte.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/version_win32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/version_win32.o -MD -MP -MF $depbase.Tpo -c -o ../lib/version_win32.o ../lib/version_win32.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/dynbuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/dynbuf.o -MD -MP -MF $depbase.Tpo -c -o ../lib/dynbuf.o ../lib/dynbuf.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool  --tag=CC   --mode=link clang  -Qunused-arguments -Wno-pointer-bool-conversion -O2   -static -all-static -o curl slist_wc.o tool_binmode.o tool_bname.o tool_cb_dbg.o tool_cb_hdr.o tool_cb_prg.o tool_cb_rea.o tool_cb_see.o tool_cb_wrt.o tool_cfgable.o tool_dirhie.o tool_doswin.o tool_easysrc.o tool_filetime.o tool_findfile.o tool_formparse.o tool_getparam.o tool_getpass.o tool_help.o tool_helpers.o tool_hugehelp.o tool_libinfo.o tool_listhelp.o tool_main.o tool_msgs.o tool_operate.o tool_operhlp.o tool_paramhlp.o tool_parsecfg.o tool_progress.o tool_stderr.o tool_strdup.o tool_setopt.o tool_sleep.o tool_urlglob.o tool_util.o tool_vms.o tool_writeout.o tool_writeout_json.o tool_xattr.o ../lib/strtoofft.o ../lib/timediff.o ../lib/nonblock.o ../lib/warnless.o ../lib/curl_multibyte.o ../lib/version_win32.o ../lib/dynbuf.o   ../lib/libcurl.la -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz 
libtool: link: clang -Qunused-arguments -Wno-pointer-bool-conversion -O2 -static -o curl slist_wc.o tool_binmode.o tool_bname.o tool_cb_dbg.o tool_cb_hdr.o tool_cb_prg.o tool_cb_rea.o tool_cb_see.o tool_cb_wrt.o tool_cfgable.o tool_dirhie.o tool_doswin.o tool_easysrc.o tool_filetime.o tool_findfile.o tool_formparse.o tool_getparam.o tool_getpass.o tool_help.o tool_helpers.o tool_hugehelp.o tool_libinfo.o tool_listhelp.o tool_main.o tool_msgs.o tool_operate.o tool_operhlp.o tool_paramhlp.o tool_parsecfg.o tool_progress.o tool_stderr.o tool_strdup.o tool_setopt.o tool_sleep.o tool_urlglob.o tool_util.o tool_vms.o tool_writeout.o tool_writeout_json.o tool_xattr.o ../lib/strtoofft.o ../lib/timediff.o ../lib/nonblock.o ../lib/warnless.o ../lib/curl_multibyte.o ../lib/version_win32.o ../lib/dynbuf.o  ../lib/.libs/libcurl.a -L/lib -lnghttp2 -lssh2 -lssl -lcrypto -ldl -lz -pthread
make[2]: Leaving directory '/tmp/curl-8.0.1/src'
make[1]: Leaving directory '/tmp/curl-8.0.1/src'
make[1]: Entering directory '/tmp/curl-8.0.1'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/curl-8.0.1'
+ strip src/curl
+ ls -lah src/curl
-rwxrwxrwx    1 root     root        2.9M Mar 20 14:58 src/curl
+ file src/curl
src/curl: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, stripped
+ ldd src/curl
/lib/ld-musl-armhf.so.1: src/curl: Not a valid dynamic program
+ true
+ ./src/curl -V
curl 8.0.1 (armv7l-unknown-linux-musleabihf) libcurl/8.0.1 OpenSSL/1.1.1t zlib/1.2.12 libssh2/1.9.0 nghttp2/1.43.0
Release-Date: 2023-03-20
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP UnixSockets
+ mkdir -p /tmp/release/
+ mv src/curl /tmp/release/curl-armhf
+ cd ..
+ rm -rf curl-8.0.1/
+ docker_build ppc64le multiarch/alpine:ppc64le-latest-stable ./build.sh
+ export ARCH=ppc64le
+ ARCH=ppc64le
+ shift
+ DOCKER_IMAGE=multiarch/alpine:ppc64le-latest-stable
+ shift
++ id -g
++ pwd
++ id -g
+ docker run --rm -e ARCH -e BRANCH_NAME -e BUILD_UID=971 -e BUILD_GID=971 -v /var/lib/jenkins/workspace/oparisthebest_static-curl_master:/tmp -w /tmp multiarch/alpine:ppc64le-latest-stable sh -c 'umask a=rwx; "$@"; exit=$?; chown -R '\''971:971'\'' /tmp; exit $exit' -- ./build.sh
+ '[' '!' -f curl-8.0.1.tar.gz ]
+ rm -rf curl-8.0.1/
+ tar xzf curl-8.0.1.tar.gz
+ cd curl-8.0.1/
+ apk add build-base clang openssl-dev nghttp2-dev nghttp2-static libssh2-dev libssh2-static
fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/main/ppc64le/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/community/ppc64le/APKINDEX.tar.gz
(1/38) Upgrading musl (1.2.2-r3 -> 1.2.2-r4)
(2/38) Upgrading libcrypto1.1 (1.1.1n-r0 -> 1.1.1t-r0)
(3/38) Upgrading libssl1.1 (1.1.1n-r0 -> 1.1.1t-r0)
(4/38) Upgrading zlib (1.2.12-r0 -> 1.2.12-r3)
(5/38) Installing libgcc (10.3.1_git20210424-r2)
(6/38) Installing libstdc++ (10.3.1_git20210424-r2)
(7/38) Installing binutils (2.35.2-r2)
(8/38) Installing libmagic (5.40-r1)
(9/38) Installing file (5.40-r1)
(10/38) Installing libgomp (10.3.1_git20210424-r2)
(11/38) Installing libatomic (10.3.1_git20210424-r2)
(12/38) Installing gmp (6.2.1-r1)
(13/38) Installing isl22 (0.22-r0)
(14/38) Installing mpfr4 (4.1.0-r0)
(15/38) Installing mpc1 (1.2.1-r0)
(16/38) Installing gcc (10.3.1_git20210424-r2)
(17/38) Installing musl-dev (1.2.2-r4)
(18/38) Installing libc-dev (0.7.2-r3)
(19/38) Installing g++ (10.3.1_git20210424-r2)
(20/38) Installing make (4.3-r0)
(21/38) Installing fortify-headers (1.1-r1)
(22/38) Installing patch (2.7.6-r7)
(23/38) Installing build-base (0.5-r3)
(24/38) Installing libffi (3.3-r2)
(25/38) Installing xz-libs (5.2.5-r1)
(26/38) Installing libxml2 (2.9.14-r2)
(27/38) Installing llvm11-libs (11.1.0-r2)
(28/38) Installing clang-libs (11.1.0-r1)
(29/38) Installing clang (11.1.0-r1)
(30/38) Installing libssh2 (1.9.0-r1)
(31/38) Installing pkgconf (1.7.4-r1)
(32/38) Installing openssl-dev (1.1.1t-r0)
(33/38) Installing zlib-dev (1.2.12-r3)
(34/38) Installing libssh2-dev (1.9.0-r1)
(35/38) Installing libssh2-static (1.9.0-r1)
(36/38) Installing nghttp2-libs (1.43.0-r0)
(37/38) Installing nghttp2-dev (1.43.0-r0)
(38/38) Installing nghttp2-static (1.43.0-r0)
Executing busybox-1.33.1-r7.trigger
OK: 447 MiB in 54 packages
+ apk add openssl-libs-static zlib-static
(1/2) Installing openssl-libs-static (1.1.1t-r0)
(2/2) Installing zlib-static (1.2.12-r3)
OK: 469 MiB in 56 packages
+ export 'CC=clang'
+ LDFLAGS=-static PKG_CONFIG='pkg-config --static' ./configure --disable-shared --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets --with-ssl --with-libssh2
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
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 hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking whether to disable dependency on -lrt... (assumed no)
checking whether to enable ECH support... no
checking for path separator... :
checking for sed... /bin/sed
checking for grep... /bin/grep
checking that grep -E works... yes
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... clang
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 the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... -std=gnu11
checking whether clang -std=gnu11 understands -c and -o together... yes
checking how to run the C preprocessor... clang -std=gnu11 -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of clang -std=gnu11... gcc3
checking curl version... 8.0.1
checking for httpd... no
checking for apache2... no
checking for apachectl... no
checking for apxs... no
configure: httpd/apache2 not in PATH, httpd tests disabled
configure: apxs not in PATH, httpd tests disabled
checking for nghttpx... no
checking for caddy... no
checking build system type... powerpc64le-unknown-linux-musl
checking host system type... powerpc64le-unknown-linux-musl
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... /bin/grep -E
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 how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by clang -std=gnu11... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking how to convert powerpc64le-unknown-linux-musl file names to powerpc64le-unknown-linux-musl format... func_convert_file_noop
checking how to convert powerpc64le-unknown-linux-musl file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang -std=gnu11 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang -std=gnu11 supports -fno-rtti -fno-exceptions... yes
checking for clang -std=gnu11 option to produce PIC... -fPIC -DPIC
checking if clang -std=gnu11 PIC flag -fPIC -DPIC works... yes
checking if clang -std=gnu11 static flag -static works... yes
checking if clang -std=gnu11 supports -c -o file.o... yes
checking if clang -std=gnu11 supports -c -o file.o... (cached) yes
checking whether the clang -std=gnu11 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... 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... no
checking whether to build static libraries... yes
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... no
checking whether to build shared libraries with -mimpure-text... no
checking whether to build shared libraries with PIC... yes
checking whether to build static libraries with PIC... no
checking whether to build shared libraries only... no
checking whether to build static libraries only... yes
checking for windres... no
checking for inline... inline
checking if cpp -P is needed... no
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... yes
checking if compiler is xlclang... no
checking if compiler is GNU C... no
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 accepts some basic options... yes
configure: compiler options added: -Qunused-arguments -Wno-pointer-bool-conversion 
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 halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
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 build target supports WIN32 crypto API... no
checking for good-to-use Darwin CFLAGS... no
checking whether to link macOS CoreFoundation and SystemConfiguration framework... no
checking to see if the compiler supports __builtin_available()... yes
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... no
checking whether to support ldaps... no
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 smb... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to support mqtt... no
checking whether to provide built-in manual... yes
checking whether to enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for proto/bsdsocket.h... no
checking for connect in libraries... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for zlib options with pkg-config... found
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... no
checking for brotli/decode.h... no
checking for ZSTD_createDStream in -lzstd... no
checking for zstd.h... 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 GSS-API support is requested... no
checking whether to enable Windows native SSL/TLS... no
checking whether to enable Secure Transport... no
checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -ldl -pthread -lcrypto -ldl -pthread "
configure: pkg-config: SSL_LDFLAGS: ""
configure: pkg-config: SSL_CPPFLAGS: ""
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking for openssl/x509.h... yes
checking for openssl/rsa.h... yes
checking for openssl/crypto.h... yes
checking for openssl/pem.h... yes
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for RAND_egd... no
checking for BoringSSL... no
checking for libressl... no
checking for OpenSSL >= v3... no
checking for "/dev/urandom"... yes
checking for SRP support in OpenSSL... yes
configure: built with one SSL backend
checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
checking whether to use builtin CA store of SSL library... no
checking for library containing psl_builtin... no
configure: WARNING: libpsl was not found
checking for library containing gsasl_init... no
configure: WARNING: libgsasl was not found
checking for libssh2 options with pkg-config... found
checking for libssh2_session_block_directions in -lssh2... yes
checking for libssh2.h... yes
configure: Added /lib to CURL_LIBRARY_PATH
checking for RTMP_Init in -lrtmp... no
checking whether versioned symbols are wanted... no
checking whether to enable Windows native IDN (Windows native builds only)... no
checking whether to build with libidn2... (assumed) yes
checking for libidn2 options with pkg-config... no
configure: IDN_LIBS: "-lidn2"
configure: IDN_LDFLAGS: ""
configure: IDN_CPPFLAGS: ""
configure: IDN_DIR: ""
checking if idn2_lookup_ul can be linked... no
checking for idn2.h... no
configure: WARNING: Cannot find libraries for IDN support: IDN disabled
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2 
configure: -I is 
configure: -L is 
checking for nghttp2_session_set_local_window_size in -lnghttp2... yes
checking for nghttp2/nghttp2.h... yes
configure: Added  to CURL_LIBRARY_PATH
checking for fish options with pkg-config... no
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 unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for netinet/in6.h... no
checking for sys/un.h... yes
checking for linux/tcp.h... no
checking for netinet/tcp.h... yes
checking for netinet/udp.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... no
checking for fcntl.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 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 stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... no
checking for sys/wait.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 for sys/types.h... (cached) yes
checking for sys/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... 8
checking size of int... 4
checking size of time_t... 8
checking size of off_t... 8
checking size of curl_off_t... 8
checking for long long... yes
checking for ssize_t... yes
checking for bool... yes
checking for sa_family_t... yes
checking for suseconds_t... yes
checking if time_t is unsigned... no
checking for sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) 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 for select... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... yes
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 for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
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 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 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/xattr.h... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 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 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... yes
checking if gethostbyname_r is prototyped... yes
checking if gethostbyname_r takes 3 args.... no
checking if gethostbyname_r takes 5 args.... no
checking if gethostbyname_r takes 6 args.... yes
checking if gethostbyname_r is compilable... yes
checking if gethostbyname_r usage allowed... yes
checking if gethostbyname_r might be used... yes
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking for gethostname arg 2 data type... size_t
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getpeername can be linked... yes
checking if getpeername is prototyped... yes
checking if getpeername is compilable... yes
checking if getpeername usage allowed... yes
checking if getpeername might be used... yes
checking if getsockname can be linked... yes
checking if getsockname is prototyped... yes
checking if getsockname is compilable... yes
checking if getsockname usage allowed... yes
checking if getsockname might be used... yes
checking for net/if.h... (cached) yes
checking if if_nametoindex can be linked... yes
checking if if_nametoindex is prototyped... yes
checking if if_nametoindex is compilable... yes
checking if if_nametoindex usage allowed... yes
checking if if_nametoindex 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 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 for sys/types.h... (cached) yes
checking for sys/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_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 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 memrchr can be linked... yes
checking if memrchr is prototyped... no
checking if memrchr might be used... no
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... yes
checking if poll might be used... yes
checking for sys/types.h... (cached) yes
checking for signal.h... 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 socketpair can be linked... yes
checking if socketpair is prototyped... yes
checking if socketpair is compilable... yes
checking if socketpair usage allowed... yes
checking if socketpair 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 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 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 clang -std=gnu11 options needed to detect all undeclared functions... -fno-builtin
checking whether getpwuid_r is declared... yes
checking for fnmatch... yes
checking for fchmod... 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 getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for mach_absolute_time... no
checking deeper for mach_absolute_time... but still no
checking for pipe... yes
checking for sched_yield... yes
checking for sendmsg... yes
checking for setlocale... yes
checking for setmode... no
checking deeper for setmode... but still no
checking for setrlimit... yes
checking for snprintf... yes
checking for utime... yes
checking for utimes... yes
checking for arc4random... no
checking deeper for arc4random... but still no
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... no
checking for gnroff... no
checking for nroff... no
configure: WARNING: disabling built-in manual
checking whether to enable the threaded resolver... yes
checking whether to use POSIX threads for threaded resolver... auto
checking for pthread.h... yes
checking for pthread_create... yes
checking convert -I options to -isystem... yes
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 support NTLM... yes
checking whether to enable NTLM delegation to winbind's helper... yes
checking whether to enable TLS-SRP authentication... yes
checking whether to enable Unix domain sockets... yes
checking for struct sockaddr_un.sun_path... yes
checking whether to support cookies... yes
checking whether to support socketpair... yes
checking whether to support HTTP authentication... yes
checking whether to support DoH... yes
checking whether to support the MIME API... yes
checking whether to support date parsing... yes
checking whether to support netrc parsing... yes
checking whether to support progress-meter... yes
checking whether to support DNS shuffling... yes
checking whether to support curl_easy_option*... yes
checking whether to support alt-svc... yes
checking whether to support headers-api... yes
checking whether to support HSTS... yes
checking for SSL_set0_wbio... yes
checking whether to support WebSockets... no
checking whether hiding of library internal symbols will actually happen... yes
configure: using LIBS: -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz
configure: LIBS note: LIBS should only be used to specify libraries (-lname).
configure: WARNING: Continuing even with errors mentioned immediately above this line.
checking that generated files are newer than configure... done
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 docs/libcurl/opts/Makefile
config.status: creating docs/cmdline-opts/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 scripts/Makefile
config.status: creating lib/libcurl.vers
config.status: creating lib/libcurl.plist
config.status: creating tests/Makefile
config.status: creating tests/config
config.status: creating tests/certs/Makefile
config.status: creating tests/certs/scripts/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 tests/http/config.ini
config.status: creating tests/http/Makefile
config.status: creating packages/Makefile
config.status: creating packages/vms/Makefile
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/curl_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Configured to build curl/libcurl:

  Host setup:       powerpc64le-unknown-linux-musl
  Install prefix:   /usr/local
  Compiler:         clang -std=gnu11
   CFLAGS:          -Qunused-arguments -Wno-pointer-bool-conversion -O2
   CPPFLAGS:        
   LDFLAGS:         -static -L/lib -L/lib
   LIBS:            -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz

  curl version:     8.0.1
  SSL:              enabled (OpenSSL)
  SSH:              enabled (libSSH2)
  zlib:             enabled
  brotli:           no      (--with-brotli)
  zstd:             no      (--with-zstd)
  GSS-API:          no      (--with-gssapi)
  GSASL:            no      (libgsasl not found)
  TLS-SRP:          enabled
  resolver:         POSIX threaded
  IPv6:             enabled
  Unix sockets:     enabled
  IDN:              no      (--with-{libidn2,winidn})
  Build libcurl:    Shared=no, Static=yes
  Built-in manual:  no      (--enable-manual)
  --libcurl option: enabled (--disable-libcurl-option)
  Verbose errors:   enabled (--disable-verbose)
  Code coverage:    disabled
  SSPI:             no      (--enable-sspi)
  ca cert bundle:   /etc/ssl/certs/ca-certificates.crt
  ca cert path:     no
  ca fallback:      no
  LDAP:             no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
  LDAPS:            no      (--enable-ldaps)
  RTSP:             enabled
  RTMP:             no      (--with-librtmp)
  PSL:              no      (libpsl not found)
  Alt-svc:          enabled (--disable-alt-svc)
  Headers API:      enabled (--disable-headers-api)
  HSTS:             enabled (--disable-hsts)
  HTTP1:            enabled (internal)
  HTTP2:            enabled (nghttp2)
  HTTP3:            no      (--with-ngtcp2, --with-quiche --with-msh3)
  ECH:              no      (--enable-ech)
  WebSockets:       no      (--enable-websockets)
  Protocols:        DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS MQTT POP3 POP3S RTSP SCP SFTP SMB SMBS SMTP SMTPS TELNET TFTP
  Features:         AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets alt-svc libz threadsafe

+ make -j4 'V=1' 'LDFLAGS=-static -all-static'
Making all in lib
make[1]: Entering directory '/tmp/curl-8.0.1/lib'
/usr/bin/make  all-am
make[2]: Entering directory '/tmp/curl-8.0.1/lib'
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c -o libcurl_la-altsvc.lo `test -f 'altsvc.c' || echo './'`altsvc.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c -o libcurl_la-amigaos.lo `test -f 'amigaos.c' || echo './'`amigaos.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c -o libcurl_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo './'`asyn-ares.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c -o libcurl_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo './'`asyn-thread.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c altsvc.c -o libcurl_la-altsvc.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c asyn-thread.c -o libcurl_la-asyn-thread.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c amigaos.c -o libcurl_la-amigaos.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c asyn-ares.c -o libcurl_la-asyn-ares.o
mv -f .deps/libcurl_la-amigaos.Tpo .deps/libcurl_la-amigaos.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c -o libcurl_la-base64.lo `test -f 'base64.c' || echo './'`base64.c
mv -f .deps/libcurl_la-asyn-ares.Tpo .deps/libcurl_la-asyn-ares.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-bufref.lo -MD -MP -MF .deps/libcurl_la-bufref.Tpo -c -o libcurl_la-bufref.lo `test -f 'bufref.c' || echo './'`bufref.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c base64.c -o libcurl_la-base64.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-bufref.lo -MD -MP -MF .deps/libcurl_la-bufref.Tpo -c bufref.c -o libcurl_la-bufref.o
mv -f .deps/libcurl_la-asyn-thread.Tpo .deps/libcurl_la-asyn-thread.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-c-hyper.lo -MD -MP -MF .deps/libcurl_la-c-hyper.Tpo -c -o libcurl_la-c-hyper.lo `test -f 'c-hyper.c' || echo './'`c-hyper.c
mv -f .deps/libcurl_la-bufref.Tpo .deps/libcurl_la-bufref.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cf-https-connect.lo -MD -MP -MF .deps/libcurl_la-cf-https-connect.Tpo -c -o libcurl_la-cf-https-connect.lo `test -f 'cf-https-connect.c' || echo './'`cf-https-connect.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-c-hyper.lo -MD -MP -MF .deps/libcurl_la-c-hyper.Tpo -c c-hyper.c -o libcurl_la-c-hyper.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cf-https-connect.lo -MD -MP -MF .deps/libcurl_la-cf-https-connect.Tpo -c cf-https-connect.c -o libcurl_la-cf-https-connect.o
mv -f .deps/libcurl_la-altsvc.Tpo .deps/libcurl_la-altsvc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cf-socket.lo -MD -MP -MF .deps/libcurl_la-cf-socket.Tpo -c -o libcurl_la-cf-socket.lo `test -f 'cf-socket.c' || echo './'`cf-socket.c
mv -f .deps/libcurl_la-base64.Tpo .deps/libcurl_la-base64.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cfilters.lo -MD -MP -MF .deps/libcurl_la-cfilters.Tpo -c -o libcurl_la-cfilters.lo `test -f 'cfilters.c' || echo './'`cfilters.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cf-socket.lo -MD -MP -MF .deps/libcurl_la-cf-socket.Tpo -c cf-socket.c -o libcurl_la-cf-socket.o
mv -f .deps/libcurl_la-c-hyper.Tpo .deps/libcurl_la-c-hyper.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c -o libcurl_la-conncache.lo `test -f 'conncache.c' || echo './'`conncache.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cfilters.lo -MD -MP -MF .deps/libcurl_la-cfilters.Tpo -c cfilters.c -o libcurl_la-cfilters.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c conncache.c -o libcurl_la-conncache.o
mv -f .deps/libcurl_la-cf-https-connect.Tpo .deps/libcurl_la-cf-https-connect.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c -o libcurl_la-connect.lo `test -f 'connect.c' || echo './'`connect.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c connect.c -o libcurl_la-connect.o
mv -f .deps/libcurl_la-conncache.Tpo .deps/libcurl_la-conncache.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c -o libcurl_la-content_encoding.lo `test -f 'content_encoding.c' || echo './'`content_encoding.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c content_encoding.c -o libcurl_la-content_encoding.o
mv -f .deps/libcurl_la-cfilters.Tpo .deps/libcurl_la-cfilters.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c -o libcurl_la-cookie.lo `test -f 'cookie.c' || echo './'`cookie.c
mv -f .deps/libcurl_la-cf-socket.Tpo .deps/libcurl_la-cf-socket.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c -o libcurl_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo './'`curl_addrinfo.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c cookie.c -o libcurl_la-cookie.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c curl_addrinfo.c -o libcurl_la-curl_addrinfo.o
mv -f .deps/libcurl_la-curl_addrinfo.Tpo .deps/libcurl_la-curl_addrinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_des.lo -MD -MP -MF .deps/libcurl_la-curl_des.Tpo -c -o libcurl_la-curl_des.lo `test -f 'curl_des.c' || echo './'`curl_des.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_des.lo -MD -MP -MF .deps/libcurl_la-curl_des.Tpo -c curl_des.c -o libcurl_la-curl_des.o
mv -f .deps/libcurl_la-connect.Tpo .deps/libcurl_la-connect.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c -o libcurl_la-curl_endian.lo `test -f 'curl_endian.c' || echo './'`curl_endian.c
mv -f .deps/libcurl_la-content_encoding.Tpo .deps/libcurl_la-content_encoding.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c -o libcurl_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo './'`curl_fnmatch.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c curl_endian.c -o libcurl_la-curl_endian.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c curl_fnmatch.c -o libcurl_la-curl_fnmatch.o
mv -f .deps/libcurl_la-curl_des.Tpo .deps/libcurl_la-curl_des.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_get_line.lo -MD -MP -MF .deps/libcurl_la-curl_get_line.Tpo -c -o libcurl_la-curl_get_line.lo `test -f 'curl_get_line.c' || echo './'`curl_get_line.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_get_line.lo -MD -MP -MF .deps/libcurl_la-curl_get_line.Tpo -c curl_get_line.c -o libcurl_la-curl_get_line.o
mv -f .deps/libcurl_la-curl_endian.Tpo .deps/libcurl_la-curl_endian.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c -o libcurl_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo './'`curl_gethostname.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c curl_gethostname.c -o libcurl_la-curl_gethostname.o
mv -f .deps/libcurl_la-curl_fnmatch.Tpo .deps/libcurl_la-curl_fnmatch.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c -o libcurl_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo './'`curl_gssapi.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c curl_gssapi.c -o libcurl_la-curl_gssapi.o
mv -f .deps/libcurl_la-cookie.Tpo .deps/libcurl_la-cookie.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_log.lo -MD -MP -MF .deps/libcurl_la-curl_log.Tpo -c -o libcurl_la-curl_log.lo `test -f 'curl_log.c' || echo './'`curl_log.c
mv -f .deps/libcurl_la-curl_get_line.Tpo .deps/libcurl_la-curl_get_line.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c -o libcurl_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo './'`curl_memrchr.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_log.lo -MD -MP -MF .deps/libcurl_la-curl_log.Tpo -c curl_log.c -o libcurl_la-curl_log.o
mv -f .deps/libcurl_la-curl_gssapi.Tpo .deps/libcurl_la-curl_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c -o libcurl_la-curl_multibyte.lo `test -f 'curl_multibyte.c' || echo './'`curl_multibyte.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c curl_memrchr.c -o libcurl_la-curl_memrchr.o
mv -f .deps/libcurl_la-curl_gethostname.Tpo .deps/libcurl_la-curl_gethostname.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c -o libcurl_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo './'`curl_ntlm_core.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c curl_multibyte.c -o libcurl_la-curl_multibyte.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c curl_ntlm_core.c -o libcurl_la-curl_ntlm_core.o
mv -f .deps/libcurl_la-curl_multibyte.Tpo .deps/libcurl_la-curl_multibyte.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c -o libcurl_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo './'`curl_ntlm_wb.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c curl_ntlm_wb.c -o libcurl_la-curl_ntlm_wb.o
mv -f .deps/libcurl_la-curl_memrchr.Tpo .deps/libcurl_la-curl_memrchr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_path.lo -MD -MP -MF .deps/libcurl_la-curl_path.Tpo -c -o libcurl_la-curl_path.lo `test -f 'curl_path.c' || echo './'`curl_path.c
mv -f .deps/libcurl_la-curl_log.Tpo .deps/libcurl_la-curl_log.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_range.lo -MD -MP -MF .deps/libcurl_la-curl_range.Tpo -c -o libcurl_la-curl_range.lo `test -f 'curl_range.c' || echo './'`curl_range.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_path.lo -MD -MP -MF .deps/libcurl_la-curl_path.Tpo -c curl_path.c -o libcurl_la-curl_path.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_range.lo -MD -MP -MF .deps/libcurl_la-curl_range.Tpo -c curl_range.c -o libcurl_la-curl_range.o
mv -f .deps/libcurl_la-curl_path.Tpo .deps/libcurl_la-curl_path.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c -o libcurl_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo './'`curl_rtmp.c
mv -f .deps/libcurl_la-curl_range.Tpo .deps/libcurl_la-curl_range.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c -o libcurl_la-curl_sasl.lo `test -f 'curl_sasl.c' || echo './'`curl_sasl.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c curl_sasl.c -o libcurl_la-curl_sasl.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c curl_rtmp.c -o libcurl_la-curl_rtmp.o
mv -f .deps/libcurl_la-curl_ntlm_core.Tpo .deps/libcurl_la-curl_ntlm_core.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c -o libcurl_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo './'`curl_sspi.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c curl_sspi.c -o libcurl_la-curl_sspi.o
mv -f .deps/libcurl_la-curl_ntlm_wb.Tpo .deps/libcurl_la-curl_ntlm_wb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c -o libcurl_la-curl_threads.lo `test -f 'curl_threads.c' || echo './'`curl_threads.c
mv -f .deps/libcurl_la-curl_rtmp.Tpo .deps/libcurl_la-curl_rtmp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c -o libcurl_la-dict.lo `test -f 'dict.c' || echo './'`dict.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c curl_threads.c -o libcurl_la-curl_threads.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c dict.c -o libcurl_la-dict.o
mv -f .deps/libcurl_la-curl_sspi.Tpo .deps/libcurl_la-curl_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-doh.lo -MD -MP -MF .deps/libcurl_la-doh.Tpo -c -o libcurl_la-doh.lo `test -f 'doh.c' || echo './'`doh.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-doh.lo -MD -MP -MF .deps/libcurl_la-doh.Tpo -c doh.c -o libcurl_la-doh.o
mv -f .deps/libcurl_la-curl_threads.Tpo .deps/libcurl_la-curl_threads.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-dynbuf.lo -MD -MP -MF .deps/libcurl_la-dynbuf.Tpo -c -o libcurl_la-dynbuf.lo `test -f 'dynbuf.c' || echo './'`dynbuf.c
mv -f .deps/libcurl_la-curl_sasl.Tpo .deps/libcurl_la-curl_sasl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c -o libcurl_la-easy.lo `test -f 'easy.c' || echo './'`easy.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-dynbuf.lo -MD -MP -MF .deps/libcurl_la-dynbuf.Tpo -c dynbuf.c -o libcurl_la-dynbuf.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c easy.c -o libcurl_la-easy.o
mv -f .deps/libcurl_la-dict.Tpo .deps/libcurl_la-dict.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easygetopt.lo -MD -MP -MF .deps/libcurl_la-easygetopt.Tpo -c -o libcurl_la-easygetopt.lo `test -f 'easygetopt.c' || echo './'`easygetopt.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easygetopt.lo -MD -MP -MF .deps/libcurl_la-easygetopt.Tpo -c easygetopt.c -o libcurl_la-easygetopt.o
mv -f .deps/libcurl_la-dynbuf.Tpo .deps/libcurl_la-dynbuf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-easyoptions.lo -MD -MP -MF .deps/libcurl_la-easyoptions.Tpo -c -o libcurl_la-easyoptions.lo `test -f 'easyoptions.c' || echo './'`easyoptions.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-easyoptions.lo -MD -MP -MF .deps/libcurl_la-easyoptions.Tpo -c easyoptions.c -o libcurl_la-easyoptions.o
mv -f .deps/libcurl_la-easygetopt.Tpo .deps/libcurl_la-easygetopt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c -o libcurl_la-escape.lo `test -f 'escape.c' || echo './'`escape.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c escape.c -o libcurl_la-escape.o
mv -f .deps/libcurl_la-doh.Tpo .deps/libcurl_la-doh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c -o libcurl_la-file.lo `test -f 'file.c' || echo './'`file.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c file.c -o libcurl_la-file.o
mv -f .deps/libcurl_la-easyoptions.Tpo .deps/libcurl_la-easyoptions.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c -o libcurl_la-fileinfo.lo `test -f 'fileinfo.c' || echo './'`fileinfo.c
mv -f .deps/libcurl_la-easy.Tpo .deps/libcurl_la-easy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-fopen.lo -MD -MP -MF .deps/libcurl_la-fopen.Tpo -c -o libcurl_la-fopen.lo `test -f 'fopen.c' || echo './'`fopen.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c fileinfo.c -o libcurl_la-fileinfo.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-fopen.lo -MD -MP -MF .deps/libcurl_la-fopen.Tpo -c fopen.c -o libcurl_la-fopen.o
mv -f .deps/libcurl_la-fileinfo.Tpo .deps/libcurl_la-fileinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c -o libcurl_la-formdata.lo `test -f 'formdata.c' || echo './'`formdata.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c formdata.c -o libcurl_la-formdata.o
mv -f .deps/libcurl_la-escape.Tpo .deps/libcurl_la-escape.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c -o libcurl_la-ftp.lo `test -f 'ftp.c' || echo './'`ftp.c
mv -f .deps/libcurl_la-file.Tpo .deps/libcurl_la-file.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c -o libcurl_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo './'`ftplistparser.c
mv -f .deps/libcurl_la-fopen.Tpo .deps/libcurl_la-fopen.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c -o libcurl_la-getenv.lo `test -f 'getenv.c' || echo './'`getenv.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c ftp.c -o libcurl_la-ftp.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c getenv.c -o libcurl_la-getenv.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c ftplistparser.c -o libcurl_la-ftplistparser.o
mv -f .deps/libcurl_la-getenv.Tpo .deps/libcurl_la-getenv.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c -o libcurl_la-getinfo.lo `test -f 'getinfo.c' || echo './'`getinfo.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c getinfo.c -o libcurl_la-getinfo.o
mv -f .deps/libcurl_la-formdata.Tpo .deps/libcurl_la-formdata.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c -o libcurl_la-gopher.lo `test -f 'gopher.c' || echo './'`gopher.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c gopher.c -o libcurl_la-gopher.o
mv -f .deps/libcurl_la-ftplistparser.Tpo .deps/libcurl_la-ftplistparser.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-h2h3.lo -MD -MP -MF .deps/libcurl_la-h2h3.Tpo -c -o libcurl_la-h2h3.lo `test -f 'h2h3.c' || echo './'`h2h3.c
mv -f .deps/libcurl_la-getinfo.Tpo .deps/libcurl_la-getinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c -o libcurl_la-hash.lo `test -f 'hash.c' || echo './'`hash.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-h2h3.lo -MD -MP -MF .deps/libcurl_la-h2h3.Tpo -c h2h3.c -o libcurl_la-h2h3.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c hash.c -o libcurl_la-hash.o
mv -f .deps/libcurl_la-gopher.Tpo .deps/libcurl_la-gopher.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-headers.lo -MD -MP -MF .deps/libcurl_la-headers.Tpo -c -o libcurl_la-headers.lo `test -f 'headers.c' || echo './'`headers.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-headers.lo -MD -MP -MF .deps/libcurl_la-headers.Tpo -c headers.c -o libcurl_la-headers.o
mv -f .deps/libcurl_la-hash.Tpo .deps/libcurl_la-hash.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c -o libcurl_la-hmac.lo `test -f 'hmac.c' || echo './'`hmac.c
mv -f .deps/libcurl_la-h2h3.Tpo .deps/libcurl_la-h2h3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c -o libcurl_la-hostasyn.lo `test -f 'hostasyn.c' || echo './'`hostasyn.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c hmac.c -o libcurl_la-hmac.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c hostasyn.c -o libcurl_la-hostasyn.o
mv -f .deps/libcurl_la-ftp.Tpo .deps/libcurl_la-ftp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c -o libcurl_la-hostip.lo `test -f 'hostip.c' || echo './'`hostip.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c hostip.c -o libcurl_la-hostip.o
mv -f .deps/libcurl_la-headers.Tpo .deps/libcurl_la-headers.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c -o libcurl_la-hostip4.lo `test -f 'hostip4.c' || echo './'`hostip4.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c hostip4.c -o libcurl_la-hostip4.o
mv -f .deps/libcurl_la-hostip4.Tpo .deps/libcurl_la-hostip4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c -o libcurl_la-hostip6.lo `test -f 'hostip6.c' || echo './'`hostip6.c
mv -f .deps/libcurl_la-hostasyn.Tpo .deps/libcurl_la-hostasyn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c -o libcurl_la-hostsyn.lo `test -f 'hostsyn.c' || echo './'`hostsyn.c
mv -f .deps/libcurl_la-hmac.Tpo .deps/libcurl_la-hmac.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-hsts.lo -MD -MP -MF .deps/libcurl_la-hsts.Tpo -c -o libcurl_la-hsts.lo `test -f 'hsts.c' || echo './'`hsts.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c hostip6.c -o libcurl_la-hostip6.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c hostsyn.c -o libcurl_la-hostsyn.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-hsts.lo -MD -MP -MF .deps/libcurl_la-hsts.Tpo -c hsts.c -o libcurl_la-hsts.o
mv -f .deps/libcurl_la-hostsyn.Tpo .deps/libcurl_la-hostsyn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c -o libcurl_la-http.lo `test -f 'http.c' || echo './'`http.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c http.c -o libcurl_la-http.o
mv -f .deps/libcurl_la-hostip6.Tpo .deps/libcurl_la-hostip6.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c -o libcurl_la-http2.lo `test -f 'http2.c' || echo './'`http2.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c http2.c -o libcurl_la-http2.o
mv -f .deps/libcurl_la-hostip.Tpo .deps/libcurl_la-hostip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c -o libcurl_la-http_chunks.lo `test -f 'http_chunks.c' || echo './'`http_chunks.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c http_chunks.c -o libcurl_la-http_chunks.o
mv -f .deps/libcurl_la-hsts.Tpo .deps/libcurl_la-hsts.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c -o libcurl_la-http_digest.lo `test -f 'http_digest.c' || echo './'`http_digest.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c http_digest.c -o libcurl_la-http_digest.o
mv -f .deps/libcurl_la-http_chunks.Tpo .deps/libcurl_la-http_chunks.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c -o libcurl_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo './'`http_negotiate.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c http_negotiate.c -o libcurl_la-http_negotiate.o
mv -f .deps/libcurl_la-http_digest.Tpo .deps/libcurl_la-http_digest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_ntlm.lo -MD -MP -MF .deps/libcurl_la-http_ntlm.Tpo -c -o libcurl_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo './'`http_ntlm.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_ntlm.lo -MD -MP -MF .deps/libcurl_la-http_ntlm.Tpo -c http_ntlm.c -o libcurl_la-http_ntlm.o
mv -f .deps/libcurl_la-http_negotiate.Tpo .deps/libcurl_la-http_negotiate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c -o libcurl_la-http_proxy.lo `test -f 'http_proxy.c' || echo './'`http_proxy.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c http_proxy.c -o libcurl_la-http_proxy.o
mv -f .deps/libcurl_la-http2.Tpo .deps/libcurl_la-http2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF .deps/libcurl_la-http_aws_sigv4.Tpo -c -o libcurl_la-http_aws_sigv4.lo `test -f 'http_aws_sigv4.c' || echo './'`http_aws_sigv4.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF .deps/libcurl_la-http_aws_sigv4.Tpo -c http_aws_sigv4.c -o libcurl_la-http_aws_sigv4.o
mv -f .deps/libcurl_la-http.Tpo .deps/libcurl_la-http.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-idn.lo -MD -MP -MF .deps/libcurl_la-idn.Tpo -c -o libcurl_la-idn.lo `test -f 'idn.c' || echo './'`idn.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-idn.lo -MD -MP -MF .deps/libcurl_la-idn.Tpo -c idn.c -o libcurl_la-idn.o
mv -f .deps/libcurl_la-http_ntlm.Tpo .deps/libcurl_la-http_ntlm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c -o libcurl_la-if2ip.lo `test -f 'if2ip.c' || echo './'`if2ip.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c if2ip.c -o libcurl_la-if2ip.o
mv -f .deps/libcurl_la-idn.Tpo .deps/libcurl_la-idn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c -o libcurl_la-imap.lo `test -f 'imap.c' || echo './'`imap.c
mv -f .deps/libcurl_la-http_proxy.Tpo .deps/libcurl_la-http_proxy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c -o libcurl_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo './'`inet_ntop.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c imap.c -o libcurl_la-imap.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c inet_ntop.c -o libcurl_la-inet_ntop.o
mv -f .deps/libcurl_la-http_aws_sigv4.Tpo .deps/libcurl_la-http_aws_sigv4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c -o libcurl_la-inet_pton.lo `test -f 'inet_pton.c' || echo './'`inet_pton.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c inet_pton.c -o libcurl_la-inet_pton.o
mv -f .deps/libcurl_la-if2ip.Tpo .deps/libcurl_la-if2ip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c -o libcurl_la-krb5.lo `test -f 'krb5.c' || echo './'`krb5.c
mv -f .deps/libcurl_la-inet_ntop.Tpo .deps/libcurl_la-inet_ntop.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c -o libcurl_la-ldap.lo `test -f 'ldap.c' || echo './'`ldap.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c krb5.c -o libcurl_la-krb5.o
mv -f .deps/libcurl_la-inet_pton.Tpo .deps/libcurl_la-inet_pton.Plo
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c ldap.c -o libcurl_la-ldap.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c -o libcurl_la-llist.lo `test -f 'llist.c' || echo './'`llist.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c llist.c -o libcurl_la-llist.o
mv -f .deps/libcurl_la-krb5.Tpo .deps/libcurl_la-krb5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c -o libcurl_la-md4.lo `test -f 'md4.c' || echo './'`md4.c
mv -f .deps/libcurl_la-ldap.Tpo .deps/libcurl_la-ldap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c -o libcurl_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c md4.c -o libcurl_la-md4.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c md5.c -o libcurl_la-md5.o
mv -f .deps/libcurl_la-md4.Tpo .deps/libcurl_la-md4.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c -o libcurl_la-memdebug.lo `test -f 'memdebug.c' || echo './'`memdebug.c
mv -f .deps/libcurl_la-llist.Tpo .deps/libcurl_la-llist.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mime.lo -MD -MP -MF .deps/libcurl_la-mime.Tpo -c -o libcurl_la-mime.lo `test -f 'mime.c' || echo './'`mime.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mime.lo -MD -MP -MF .deps/libcurl_la-mime.Tpo -c mime.c -o libcurl_la-mime.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c memdebug.c -o libcurl_la-memdebug.o
mv -f .deps/libcurl_la-md5.Tpo .deps/libcurl_la-md5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c -o libcurl_la-mprintf.lo `test -f 'mprintf.c' || echo './'`mprintf.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c mprintf.c -o libcurl_la-mprintf.o
mv -f .deps/libcurl_la-memdebug.Tpo .deps/libcurl_la-memdebug.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-mqtt.lo -MD -MP -MF .deps/libcurl_la-mqtt.Tpo -c -o libcurl_la-mqtt.lo `test -f 'mqtt.c' || echo './'`mqtt.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-mqtt.lo -MD -MP -MF .deps/libcurl_la-mqtt.Tpo -c mqtt.c -o libcurl_la-mqtt.o
mv -f .deps/libcurl_la-imap.Tpo .deps/libcurl_la-imap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c -o libcurl_la-multi.lo `test -f 'multi.c' || echo './'`multi.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c multi.c -o libcurl_la-multi.o
mv -f .deps/libcurl_la-mqtt.Tpo .deps/libcurl_la-mqtt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c -o libcurl_la-netrc.lo `test -f 'netrc.c' || echo './'`netrc.c
mv -f .deps/libcurl_la-mprintf.Tpo .deps/libcurl_la-mprintf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c -o libcurl_la-nonblock.lo `test -f 'nonblock.c' || echo './'`nonblock.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c netrc.c -o libcurl_la-netrc.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c nonblock.c -o libcurl_la-nonblock.o
mv -f .deps/libcurl_la-mime.Tpo .deps/libcurl_la-mime.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-noproxy.lo -MD -MP -MF .deps/libcurl_la-noproxy.Tpo -c -o libcurl_la-noproxy.lo `test -f 'noproxy.c' || echo './'`noproxy.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-noproxy.lo -MD -MP -MF .deps/libcurl_la-noproxy.Tpo -c noproxy.c -o libcurl_la-noproxy.o
mv -f .deps/libcurl_la-nonblock.Tpo .deps/libcurl_la-nonblock.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c -o libcurl_la-openldap.lo `test -f 'openldap.c' || echo './'`openldap.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c openldap.c -o libcurl_la-openldap.o
mv -f .deps/libcurl_la-netrc.Tpo .deps/libcurl_la-netrc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c -o libcurl_la-parsedate.lo `test -f 'parsedate.c' || echo './'`parsedate.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c parsedate.c -o libcurl_la-parsedate.o
mv -f .deps/libcurl_la-openldap.Tpo .deps/libcurl_la-openldap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c -o libcurl_la-pingpong.lo `test -f 'pingpong.c' || echo './'`pingpong.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c pingpong.c -o libcurl_la-pingpong.o
mv -f .deps/libcurl_la-noproxy.Tpo .deps/libcurl_la-noproxy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c -o libcurl_la-pop3.lo `test -f 'pop3.c' || echo './'`pop3.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c pop3.c -o libcurl_la-pop3.o
mv -f .deps/libcurl_la-multi.Tpo .deps/libcurl_la-multi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c -o libcurl_la-progress.lo `test -f 'progress.c' || echo './'`progress.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c progress.c -o libcurl_la-progress.o
mv -f .deps/libcurl_la-parsedate.Tpo .deps/libcurl_la-parsedate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-psl.lo -MD -MP -MF .deps/libcurl_la-psl.Tpo -c -o libcurl_la-psl.lo `test -f 'psl.c' || echo './'`psl.c
mv -f .deps/libcurl_la-pingpong.Tpo .deps/libcurl_la-pingpong.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rand.lo -MD -MP -MF .deps/libcurl_la-rand.Tpo -c -o libcurl_la-rand.lo `test -f 'rand.c' || echo './'`rand.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-psl.lo -MD -MP -MF .deps/libcurl_la-psl.Tpo -c psl.c -o libcurl_la-psl.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rand.lo -MD -MP -MF .deps/libcurl_la-rand.Tpo -c rand.c -o libcurl_la-rand.o
mv -f .deps/libcurl_la-psl.Tpo .deps/libcurl_la-psl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rename.lo -MD -MP -MF .deps/libcurl_la-rename.Tpo -c -o libcurl_la-rename.lo `test -f 'rename.c' || echo './'`rename.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rename.lo -MD -MP -MF .deps/libcurl_la-rename.Tpo -c rename.c -o libcurl_la-rename.o
mv -f .deps/libcurl_la-progress.Tpo .deps/libcurl_la-progress.Plo
mv -f .deps/libcurl_la-pop3.Tpo .deps/libcurl_la-pop3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c -o libcurl_la-rtsp.lo `test -f 'rtsp.c' || echo './'`rtsp.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c -o libcurl_la-select.lo `test -f 'select.c' || echo './'`select.c
mv -f .deps/libcurl_la-rand.Tpo .deps/libcurl_la-rand.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c -o libcurl_la-sendf.lo `test -f 'sendf.c' || echo './'`sendf.c
mv -f .deps/libcurl_la-rename.Tpo .deps/libcurl_la-rename.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-setopt.lo -MD -MP -MF .deps/libcurl_la-setopt.Tpo -c -o libcurl_la-setopt.lo `test -f 'setopt.c' || echo './'`setopt.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c select.c -o libcurl_la-select.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c rtsp.c -o libcurl_la-rtsp.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c sendf.c -o libcurl_la-sendf.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-setopt.lo -MD -MP -MF .deps/libcurl_la-setopt.Tpo -c setopt.c -o libcurl_la-setopt.o
mv -f .deps/libcurl_la-select.Tpo .deps/libcurl_la-select.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-sha256.lo -MD -MP -MF .deps/libcurl_la-sha256.Tpo -c -o libcurl_la-sha256.lo `test -f 'sha256.c' || echo './'`sha256.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-sha256.lo -MD -MP -MF .deps/libcurl_la-sha256.Tpo -c sha256.c -o libcurl_la-sha256.o
mv -f .deps/libcurl_la-sendf.Tpo .deps/libcurl_la-sendf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c -o libcurl_la-share.lo `test -f 'share.c' || echo './'`share.c
mv -f .deps/libcurl_la-rtsp.Tpo .deps/libcurl_la-rtsp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c -o libcurl_la-slist.lo `test -f 'slist.c' || echo './'`slist.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c share.c -o libcurl_la-share.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c slist.c -o libcurl_la-slist.o
mv -f .deps/libcurl_la-sha256.Tpo .deps/libcurl_la-sha256.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c -o libcurl_la-smb.lo `test -f 'smb.c' || echo './'`smb.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c smb.c -o libcurl_la-smb.o
mv -f .deps/libcurl_la-slist.Tpo .deps/libcurl_la-slist.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c -o libcurl_la-smtp.lo `test -f 'smtp.c' || echo './'`smtp.c
mv -f .deps/libcurl_la-share.Tpo .deps/libcurl_la-share.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socketpair.lo -MD -MP -MF .deps/libcurl_la-socketpair.Tpo -c -o libcurl_la-socketpair.lo `test -f 'socketpair.c' || echo './'`socketpair.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c smtp.c -o libcurl_la-smtp.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socketpair.lo -MD -MP -MF .deps/libcurl_la-socketpair.Tpo -c socketpair.c -o libcurl_la-socketpair.o
mv -f .deps/libcurl_la-setopt.Tpo .deps/libcurl_la-setopt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c -o libcurl_la-socks.lo `test -f 'socks.c' || echo './'`socks.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c socks.c -o libcurl_la-socks.o
mv -f .deps/libcurl_la-socketpair.Tpo .deps/libcurl_la-socketpair.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c -o libcurl_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo './'`socks_gssapi.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c socks_gssapi.c -o libcurl_la-socks_gssapi.o
mv -f .deps/libcurl_la-socks_gssapi.Tpo .deps/libcurl_la-socks_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c -o libcurl_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo './'`socks_sspi.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c socks_sspi.c -o libcurl_la-socks_sspi.o
mv -f .deps/libcurl_la-socks_sspi.Tpo .deps/libcurl_la-socks_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c -o libcurl_la-speedcheck.lo `test -f 'speedcheck.c' || echo './'`speedcheck.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c speedcheck.c -o libcurl_la-speedcheck.o
mv -f .deps/libcurl_la-smb.Tpo .deps/libcurl_la-smb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c -o libcurl_la-splay.lo `test -f 'splay.c' || echo './'`splay.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c splay.c -o libcurl_la-splay.o
mv -f .deps/libcurl_la-socks.Tpo .deps/libcurl_la-socks.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strcase.lo -MD -MP -MF .deps/libcurl_la-strcase.Tpo -c -o libcurl_la-strcase.lo `test -f 'strcase.c' || echo './'`strcase.c
mv -f .deps/libcurl_la-smtp.Tpo .deps/libcurl_la-smtp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c -o libcurl_la-strdup.lo `test -f 'strdup.c' || echo './'`strdup.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strcase.lo -MD -MP -MF .deps/libcurl_la-strcase.Tpo -c strcase.c -o libcurl_la-strcase.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c strdup.c -o libcurl_la-strdup.o
mv -f .deps/libcurl_la-speedcheck.Tpo .deps/libcurl_la-speedcheck.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c -o libcurl_la-strerror.lo `test -f 'strerror.c' || echo './'`strerror.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c strerror.c -o libcurl_la-strerror.o
mv -f .deps/libcurl_la-splay.Tpo .deps/libcurl_la-splay.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c -o libcurl_la-strtok.lo `test -f 'strtok.c' || echo './'`strtok.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c strtok.c -o libcurl_la-strtok.o
mv -f .deps/libcurl_la-strdup.Tpo .deps/libcurl_la-strdup.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c -o libcurl_la-strtoofft.lo `test -f 'strtoofft.c' || echo './'`strtoofft.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c strtoofft.c -o libcurl_la-strtoofft.o
mv -f .deps/libcurl_la-strcase.Tpo .deps/libcurl_la-strcase.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-system_win32.lo -MD -MP -MF .deps/libcurl_la-system_win32.Tpo -c -o libcurl_la-system_win32.lo `test -f 'system_win32.c' || echo './'`system_win32.c
mv -f .deps/libcurl_la-strtok.Tpo .deps/libcurl_la-strtok.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c -o libcurl_la-telnet.lo `test -f 'telnet.c' || echo './'`telnet.c
mv -f .deps/libcurl_la-strerror.Tpo .deps/libcurl_la-strerror.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c -o libcurl_la-tftp.lo `test -f 'tftp.c' || echo './'`tftp.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-system_win32.lo -MD -MP -MF .deps/libcurl_la-system_win32.Tpo -c system_win32.c -o libcurl_la-system_win32.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c telnet.c -o libcurl_la-telnet.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c tftp.c -o libcurl_la-tftp.o
mv -f .deps/libcurl_la-system_win32.Tpo .deps/libcurl_la-system_win32.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-timediff.lo -MD -MP -MF .deps/libcurl_la-timediff.Tpo -c -o libcurl_la-timediff.lo `test -f 'timediff.c' || echo './'`timediff.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-timediff.lo -MD -MP -MF .deps/libcurl_la-timediff.Tpo -c timediff.c -o libcurl_la-timediff.o
mv -f .deps/libcurl_la-strtoofft.Tpo .deps/libcurl_la-strtoofft.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c -o libcurl_la-timeval.lo `test -f 'timeval.c' || echo './'`timeval.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c timeval.c -o libcurl_la-timeval.o
mv -f .deps/libcurl_la-timediff.Tpo .deps/libcurl_la-timediff.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c -o libcurl_la-transfer.lo `test -f 'transfer.c' || echo './'`transfer.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c transfer.c -o libcurl_la-transfer.o
mv -f .deps/libcurl_la-timeval.Tpo .deps/libcurl_la-timeval.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c -o libcurl_la-url.lo `test -f 'url.c' || echo './'`url.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c url.c -o libcurl_la-url.o
mv -f .deps/libcurl_la-tftp.Tpo .deps/libcurl_la-tftp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-urlapi.lo -MD -MP -MF .deps/libcurl_la-urlapi.Tpo -c -o libcurl_la-urlapi.lo `test -f 'urlapi.c' || echo './'`urlapi.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-urlapi.lo -MD -MP -MF .deps/libcurl_la-urlapi.Tpo -c urlapi.c -o libcurl_la-urlapi.o
mv -f .deps/libcurl_la-telnet.Tpo .deps/libcurl_la-telnet.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c -o libcurl_la-version.lo `test -f 'version.c' || echo './'`version.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c version.c -o libcurl_la-version.o
mv -f .deps/libcurl_la-transfer.Tpo .deps/libcurl_la-transfer.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-version_win32.lo -MD -MP -MF .deps/libcurl_la-version_win32.Tpo -c -o libcurl_la-version_win32.lo `test -f 'version_win32.c' || echo './'`version_win32.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-version_win32.lo -MD -MP -MF .deps/libcurl_la-version_win32.Tpo -c version_win32.c -o libcurl_la-version_win32.o
mv -f .deps/libcurl_la-version.Tpo .deps/libcurl_la-version.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c -o libcurl_la-warnless.lo `test -f 'warnless.c' || echo './'`warnless.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c warnless.c -o libcurl_la-warnless.o
mv -f .deps/libcurl_la-version_win32.Tpo .deps/libcurl_la-version_win32.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT libcurl_la-ws.lo -MD -MP -MF .deps/libcurl_la-ws.Tpo -c -o libcurl_la-ws.lo `test -f 'ws.c' || echo './'`ws.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT libcurl_la-ws.lo -MD -MP -MF .deps/libcurl_la-ws.Tpo -c ws.c -o libcurl_la-ws.o
mv -f .deps/libcurl_la-warnless.Tpo .deps/libcurl_la-warnless.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/.deps/libcurl_la-cleartext.Tpo -c -o vauth/libcurl_la-cleartext.lo `test -f 'vauth/cleartext.c' || echo './'`vauth/cleartext.c
mv -f .deps/libcurl_la-urlapi.Tpo .deps/libcurl_la-urlapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/.deps/libcurl_la-cram.Tpo -c -o vauth/libcurl_la-cram.lo `test -f 'vauth/cram.c' || echo './'`vauth/cram.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/.deps/libcurl_la-cleartext.Tpo -c vauth/cleartext.c -o vauth/libcurl_la-cleartext.o
mv -f .deps/libcurl_la-ws.Tpo .deps/libcurl_la-ws.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/.deps/libcurl_la-digest.Tpo -c -o vauth/libcurl_la-digest.lo `test -f 'vauth/digest.c' || echo './'`vauth/digest.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/.deps/libcurl_la-cram.Tpo -c vauth/cram.c -o vauth/libcurl_la-cram.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/.deps/libcurl_la-digest.Tpo -c vauth/digest.c -o vauth/libcurl_la-digest.o
mv -f .deps/libcurl_la-url.Tpo .deps/libcurl_la-url.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-digest_sspi.Tpo -c -o vauth/libcurl_la-digest_sspi.lo `test -f 'vauth/digest_sspi.c' || echo './'`vauth/digest_sspi.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-digest_sspi.Tpo -c vauth/digest_sspi.c -o vauth/libcurl_la-digest_sspi.o
mv -f vauth/.deps/libcurl_la-cleartext.Tpo vauth/.deps/libcurl_la-cleartext.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/.deps/libcurl_la-gsasl.Tpo -c -o vauth/libcurl_la-gsasl.lo `test -f 'vauth/gsasl.c' || echo './'`vauth/gsasl.c
mv -f vauth/.deps/libcurl_la-cram.Tpo vauth/.deps/libcurl_la-cram.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_gssapi.Tpo -c -o vauth/libcurl_la-krb5_gssapi.lo `test -f 'vauth/krb5_gssapi.c' || echo './'`vauth/krb5_gssapi.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/.deps/libcurl_la-gsasl.Tpo -c vauth/gsasl.c -o vauth/libcurl_la-gsasl.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_gssapi.Tpo -c vauth/krb5_gssapi.c -o vauth/libcurl_la-krb5_gssapi.o
mv -f vauth/.deps/libcurl_la-digest_sspi.Tpo vauth/.deps/libcurl_la-digest_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_sspi.Tpo -c -o vauth/libcurl_la-krb5_sspi.lo `test -f 'vauth/krb5_sspi.c' || echo './'`vauth/krb5_sspi.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-krb5_sspi.Tpo -c vauth/krb5_sspi.c -o vauth/libcurl_la-krb5_sspi.o
mv -f vauth/.deps/libcurl_la-gsasl.Tpo vauth/.deps/libcurl_la-gsasl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm.Tpo -c -o vauth/libcurl_la-ntlm.lo `test -f 'vauth/ntlm.c' || echo './'`vauth/ntlm.c
mv -f vauth/.deps/libcurl_la-krb5_gssapi.Tpo vauth/.deps/libcurl_la-krb5_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm_sspi.Tpo -c -o vauth/libcurl_la-ntlm_sspi.lo `test -f 'vauth/ntlm_sspi.c' || echo './'`vauth/ntlm_sspi.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm.Tpo -c vauth/ntlm.c -o vauth/libcurl_la-ntlm.o
mv -f vauth/.deps/libcurl_la-krb5_sspi.Tpo vauth/.deps/libcurl_la-krb5_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/.deps/libcurl_la-oauth2.Tpo -c -o vauth/libcurl_la-oauth2.lo `test -f 'vauth/oauth2.c' || echo './'`vauth/oauth2.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-ntlm_sspi.Tpo -c vauth/ntlm_sspi.c -o vauth/libcurl_la-ntlm_sspi.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/.deps/libcurl_la-oauth2.Tpo -c vauth/oauth2.c -o vauth/libcurl_la-oauth2.o
mv -f vauth/.deps/libcurl_la-ntlm_sspi.Tpo vauth/.deps/libcurl_la-ntlm_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_gssapi.Tpo -c -o vauth/libcurl_la-spnego_gssapi.lo `test -f 'vauth/spnego_gssapi.c' || echo './'`vauth/spnego_gssapi.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_gssapi.Tpo -c vauth/spnego_gssapi.c -o vauth/libcurl_la-spnego_gssapi.o
mv -f vauth/.deps/libcurl_la-digest.Tpo vauth/.deps/libcurl_la-digest.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_sspi.Tpo -c -o vauth/libcurl_la-spnego_sspi.lo `test -f 'vauth/spnego_sspi.c' || echo './'`vauth/spnego_sspi.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/.deps/libcurl_la-spnego_sspi.Tpo -c vauth/spnego_sspi.c -o vauth/libcurl_la-spnego_sspi.o
mv -f vauth/.deps/libcurl_la-oauth2.Tpo vauth/.deps/libcurl_la-oauth2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/.deps/libcurl_la-vauth.Tpo -c -o vauth/libcurl_la-vauth.lo `test -f 'vauth/vauth.c' || echo './'`vauth/vauth.c
mv -f vauth/.deps/libcurl_la-spnego_gssapi.Tpo vauth/.deps/libcurl_la-spnego_gssapi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/.deps/libcurl_la-bearssl.Tpo -c -o vtls/libcurl_la-bearssl.lo `test -f 'vtls/bearssl.c' || echo './'`vtls/bearssl.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/.deps/libcurl_la-vauth.Tpo -c vauth/vauth.c -o vauth/libcurl_la-vauth.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/.deps/libcurl_la-bearssl.Tpo -c vtls/bearssl.c -o vtls/libcurl_la-bearssl.o
mv -f vauth/.deps/libcurl_la-spnego_sspi.Tpo vauth/.deps/libcurl_la-spnego_sspi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c -o vtls/libcurl_la-gskit.lo `test -f 'vtls/gskit.c' || echo './'`vtls/gskit.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c vtls/gskit.c -o vtls/libcurl_la-gskit.o
mv -f vtls/.deps/libcurl_la-bearssl.Tpo vtls/.deps/libcurl_la-bearssl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c -o vtls/libcurl_la-gtls.lo `test -f 'vtls/gtls.c' || echo './'`vtls/gtls.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c vtls/gtls.c -o vtls/libcurl_la-gtls.o
mv -f vtls/.deps/libcurl_la-gskit.Tpo vtls/.deps/libcurl_la-gskit.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/.deps/libcurl_la-hostcheck.Tpo -c -o vtls/libcurl_la-hostcheck.lo `test -f 'vtls/hostcheck.c' || echo './'`vtls/hostcheck.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/.deps/libcurl_la-hostcheck.Tpo -c vtls/hostcheck.c -o vtls/libcurl_la-hostcheck.o
mv -f vauth/.deps/libcurl_la-vauth.Tpo vauth/.deps/libcurl_la-vauth.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/.deps/libcurl_la-keylog.Tpo -c -o vtls/libcurl_la-keylog.lo `test -f 'vtls/keylog.c' || echo './'`vtls/keylog.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/.deps/libcurl_la-keylog.Tpo -c vtls/keylog.c -o vtls/libcurl_la-keylog.o
mv -f vtls/.deps/libcurl_la-gtls.Tpo vtls/.deps/libcurl_la-gtls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls.Tpo -c -o vtls/libcurl_la-mbedtls.lo `test -f 'vtls/mbedtls.c' || echo './'`vtls/mbedtls.c
mv -f vauth/.deps/libcurl_la-ntlm.Tpo vauth/.deps/libcurl_la-ntlm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo -c -o vtls/libcurl_la-mbedtls_threadlock.lo `test -f 'vtls/mbedtls_threadlock.c' || echo './'`vtls/mbedtls_threadlock.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls.Tpo -c vtls/mbedtls.c -o vtls/libcurl_la-mbedtls.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo -c vtls/mbedtls_threadlock.c -o vtls/libcurl_la-mbedtls_threadlock.o
mv -f vtls/.deps/libcurl_la-mbedtls.Tpo vtls/.deps/libcurl_la-mbedtls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c -o vtls/libcurl_la-nss.lo `test -f 'vtls/nss.c' || echo './'`vtls/nss.c
mv -f vtls/.deps/libcurl_la-hostcheck.Tpo vtls/.deps/libcurl_la-hostcheck.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c -o vtls/libcurl_la-openssl.lo `test -f 'vtls/openssl.c' || echo './'`vtls/openssl.c
mv -f vtls/.deps/libcurl_la-mbedtls_threadlock.Tpo vtls/.deps/libcurl_la-mbedtls_threadlock.Plo
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c vtls/nss.c -o vtls/libcurl_la-nss.o
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/.deps/libcurl_la-rustls.Tpo -c -o vtls/libcurl_la-rustls.lo `test -f 'vtls/rustls.c' || echo './'`vtls/rustls.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c vtls/openssl.c -o vtls/libcurl_la-openssl.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/.deps/libcurl_la-rustls.Tpo -c vtls/rustls.c -o vtls/libcurl_la-rustls.o
mv -f vtls/.deps/libcurl_la-keylog.Tpo vtls/.deps/libcurl_la-keylog.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel.Tpo -c -o vtls/libcurl_la-schannel.lo `test -f 'vtls/schannel.c' || echo './'`vtls/schannel.c
mv -f vtls/.deps/libcurl_la-nss.Tpo vtls/.deps/libcurl_la-nss.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel_verify.Tpo -c -o vtls/libcurl_la-schannel_verify.lo `test -f 'vtls/schannel_verify.c' || echo './'`vtls/schannel_verify.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel.Tpo -c vtls/schannel.c -o vtls/libcurl_la-schannel.o
mv -f vtls/.deps/libcurl_la-rustls.Tpo vtls/.deps/libcurl_la-rustls.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/.deps/libcurl_la-sectransp.Tpo -c -o vtls/libcurl_la-sectransp.lo `test -f 'vtls/sectransp.c' || echo './'`vtls/sectransp.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/.deps/libcurl_la-schannel_verify.Tpo -c vtls/schannel_verify.c -o vtls/libcurl_la-schannel_verify.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/.deps/libcurl_la-sectransp.Tpo -c vtls/sectransp.c -o vtls/libcurl_la-sectransp.o
mv -f vtls/.deps/libcurl_la-schannel.Tpo vtls/.deps/libcurl_la-schannel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c -o vtls/libcurl_la-vtls.lo `test -f 'vtls/vtls.c' || echo './'`vtls/vtls.c
mv -f vtls/.deps/libcurl_la-schannel_verify.Tpo vtls/.deps/libcurl_la-schannel_verify.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/.deps/libcurl_la-wolfssl.Tpo -c -o vtls/libcurl_la-wolfssl.lo `test -f 'vtls/wolfssl.c' || echo './'`vtls/wolfssl.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c vtls/vtls.c -o vtls/libcurl_la-vtls.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/.deps/libcurl_la-wolfssl.Tpo -c vtls/wolfssl.c -o vtls/libcurl_la-wolfssl.o
mv -f vtls/.deps/libcurl_la-sectransp.Tpo vtls/.deps/libcurl_la-sectransp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/.deps/libcurl_la-x509asn1.Tpo -c -o vtls/libcurl_la-x509asn1.lo `test -f 'vtls/x509asn1.c' || echo './'`vtls/x509asn1.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/.deps/libcurl_la-x509asn1.Tpo -c vtls/x509asn1.c -o vtls/libcurl_la-x509asn1.o
mv -f vtls/.deps/libcurl_la-wolfssl.Tpo vtls/.deps/libcurl_la-wolfssl.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_msh3.Tpo -c -o vquic/libcurl_la-curl_msh3.lo `test -f 'vquic/curl_msh3.c' || echo './'`vquic/curl_msh3.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_msh3.Tpo -c vquic/curl_msh3.c -o vquic/libcurl_la-curl_msh3.o
mv -f vtls/.deps/libcurl_la-x509asn1.Tpo vtls/.deps/libcurl_la-x509asn1.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_ngtcp2.Tpo -c -o vquic/libcurl_la-curl_ngtcp2.lo `test -f 'vquic/curl_ngtcp2.c' || echo './'`vquic/curl_ngtcp2.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_ngtcp2.Tpo -c vquic/curl_ngtcp2.c -o vquic/libcurl_la-curl_ngtcp2.o
mv -f vquic/.deps/libcurl_la-curl_msh3.Tpo vquic/.deps/libcurl_la-curl_msh3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_quiche.Tpo -c -o vquic/libcurl_la-curl_quiche.lo `test -f 'vquic/curl_quiche.c' || echo './'`vquic/curl_quiche.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/.deps/libcurl_la-curl_quiche.Tpo -c vquic/curl_quiche.c -o vquic/libcurl_la-curl_quiche.o
mv -f vquic/.deps/libcurl_la-curl_ngtcp2.Tpo vquic/.deps/libcurl_la-curl_ngtcp2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/.deps/libcurl_la-vquic.Tpo -c -o vquic/libcurl_la-vquic.lo `test -f 'vquic/vquic.c' || echo './'`vquic/vquic.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/.deps/libcurl_la-vquic.Tpo -c vquic/vquic.c -o vquic/libcurl_la-vquic.o
mv -f vquic/.deps/libcurl_la-curl_quiche.Tpo vquic/.deps/libcurl_la-curl_quiche.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh.Tpo -c -o vssh/libcurl_la-libssh.lo `test -f 'vssh/libssh.c' || echo './'`vssh/libssh.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh.Tpo -c vssh/libssh.c -o vssh/libcurl_la-libssh.o
mv -f vquic/.deps/libcurl_la-vquic.Tpo vquic/.deps/libcurl_la-vquic.Plo
mv -f vssh/.deps/libcurl_la-libssh.Tpo vssh/.deps/libcurl_la-libssh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh2.Tpo -c -o vssh/libcurl_la-libssh2.lo `test -f 'vssh/libssh2.c' || echo './'`vssh/libssh2.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/.deps/libcurl_la-wolfssh.Tpo -c -o vssh/libcurl_la-wolfssh.lo `test -f 'vssh/wolfssh.c' || echo './'`vssh/wolfssh.c
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/.deps/libcurl_la-wolfssh.Tpo -c vssh/wolfssh.c -o vssh/libcurl_la-wolfssh.o
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2 -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/.deps/libcurl_la-libssh2.Tpo -c vssh/libssh2.c -o vssh/libcurl_la-libssh2.o
mv -f vssh/.deps/libcurl_la-wolfssh.Tpo vssh/.deps/libcurl_la-wolfssh.Plo
mv -f vtls/.deps/libcurl_la-openssl.Tpo vtls/.deps/libcurl_la-openssl.Plo
mv -f vtls/.deps/libcurl_la-vtls.Tpo vtls/.deps/libcurl_la-vtls.Plo
mv -f vssh/.deps/libcurl_la-libssh2.Tpo vssh/.deps/libcurl_la-libssh2.Plo
/bin/sh ../libtool  --tag=CC   --mode=link clang -std=gnu11  -fvisibility=hidden -Qunused-arguments -Wno-pointer-bool-conversion -O2   -version-info 12:0:8    -export-symbols-regex '^curl_.*' -static -all-static -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz -static -all-static -o libcurl.la -rpath /usr/local/lib libcurl_la-altsvc.lo libcurl_la-amigaos.lo libcurl_la-asyn-ares.lo libcurl_la-asyn-thread.lo libcurl_la-base64.lo libcurl_la-bufref.lo libcurl_la-c-hyper.lo libcurl_la-cf-https-connect.lo libcurl_la-cf-socket.lo libcurl_la-cfilters.lo libcurl_la-conncache.lo libcurl_la-connect.lo libcurl_la-content_encoding.lo libcurl_la-cookie.lo libcurl_la-curl_addrinfo.lo libcurl_la-curl_des.lo libcurl_la-curl_endian.lo libcurl_la-curl_fnmatch.lo libcurl_la-curl_get_line.lo libcurl_la-curl_gethostname.lo libcurl_la-curl_gssapi.lo libcurl_la-curl_log.lo libcurl_la-curl_memrchr.lo libcurl_la-curl_multibyte.lo libcurl_la-curl_ntlm_core.lo libcurl_la-curl_ntlm_wb.lo libcurl_la-curl_path.lo libcurl_la-curl_range.lo libcurl_la-curl_rtmp.lo libcurl_la-curl_sasl.lo libcurl_la-curl_sspi.lo libcurl_la-curl_threads.lo libcurl_la-dict.lo libcurl_la-doh.lo libcurl_la-dynbuf.lo libcurl_la-easy.lo libcurl_la-easygetopt.lo libcurl_la-easyoptions.lo libcurl_la-escape.lo libcurl_la-file.lo libcurl_la-fileinfo.lo libcurl_la-fopen.lo libcurl_la-formdata.lo libcurl_la-ftp.lo libcurl_la-ftplistparser.lo libcurl_la-getenv.lo libcurl_la-getinfo.lo libcurl_la-gopher.lo libcurl_la-h2h3.lo libcurl_la-hash.lo libcurl_la-headers.lo libcurl_la-hmac.lo libcurl_la-hostasyn.lo libcurl_la-hostip.lo libcurl_la-hostip4.lo libcurl_la-hostip6.lo libcurl_la-hostsyn.lo libcurl_la-hsts.lo libcurl_la-http.lo libcurl_la-http2.lo libcurl_la-http_chunks.lo libcurl_la-http_digest.lo libcurl_la-http_negotiate.lo libcurl_la-http_ntlm.lo libcurl_la-http_proxy.lo libcurl_la-http_aws_sigv4.lo libcurl_la-idn.lo libcurl_la-if2ip.lo libcurl_la-imap.lo libcurl_la-inet_ntop.lo libcurl_la-inet_pton.lo libcurl_la-krb5.lo libcurl_la-ldap.lo libcurl_la-llist.lo libcurl_la-md4.lo libcurl_la-md5.lo libcurl_la-memdebug.lo libcurl_la-mime.lo libcurl_la-mprintf.lo libcurl_la-mqtt.lo libcurl_la-multi.lo libcurl_la-netrc.lo libcurl_la-nonblock.lo libcurl_la-noproxy.lo libcurl_la-openldap.lo libcurl_la-parsedate.lo libcurl_la-pingpong.lo libcurl_la-pop3.lo libcurl_la-progress.lo libcurl_la-psl.lo libcurl_la-rand.lo libcurl_la-rename.lo libcurl_la-rtsp.lo libcurl_la-select.lo libcurl_la-sendf.lo libcurl_la-setopt.lo libcurl_la-sha256.lo libcurl_la-share.lo libcurl_la-slist.lo libcurl_la-smb.lo libcurl_la-smtp.lo libcurl_la-socketpair.lo libcurl_la-socks.lo libcurl_la-socks_gssapi.lo libcurl_la-socks_sspi.lo libcurl_la-speedcheck.lo libcurl_la-splay.lo libcurl_la-strcase.lo libcurl_la-strdup.lo libcurl_la-strerror.lo libcurl_la-strtok.lo libcurl_la-strtoofft.lo libcurl_la-system_win32.lo libcurl_la-telnet.lo libcurl_la-tftp.lo libcurl_la-timediff.lo libcurl_la-timeval.lo libcurl_la-transfer.lo libcurl_la-url.lo libcurl_la-urlapi.lo libcurl_la-version.lo libcurl_la-version_win32.lo libcurl_la-warnless.lo libcurl_la-ws.lo vauth/libcurl_la-cleartext.lo vauth/libcurl_la-cram.lo vauth/libcurl_la-digest.lo vauth/libcurl_la-digest_sspi.lo vauth/libcurl_la-gsasl.lo vauth/libcurl_la-krb5_gssapi.lo vauth/libcurl_la-krb5_sspi.lo vauth/libcurl_la-ntlm.lo vauth/libcurl_la-ntlm_sspi.lo vauth/libcurl_la-oauth2.lo vauth/libcurl_la-spnego_gssapi.lo vauth/libcurl_la-spnego_sspi.lo vauth/libcurl_la-vauth.lo vtls/libcurl_la-bearssl.lo vtls/libcurl_la-gskit.lo vtls/libcurl_la-gtls.lo vtls/libcurl_la-hostcheck.lo vtls/libcurl_la-keylog.lo vtls/libcurl_la-mbedtls.lo vtls/libcurl_la-mbedtls_threadlock.lo vtls/libcurl_la-nss.lo vtls/libcurl_la-openssl.lo vtls/libcurl_la-rustls.lo vtls/libcurl_la-schannel.lo vtls/libcurl_la-schannel_verify.lo vtls/libcurl_la-sectransp.lo vtls/libcurl_la-vtls.lo vtls/libcurl_la-wolfssl.lo vtls/libcurl_la-x509asn1.lo vquic/libcurl_la-curl_msh3.lo vquic/libcurl_la-curl_ngtcp2.lo vquic/libcurl_la-curl_quiche.lo vquic/libcurl_la-vquic.lo vssh/libcurl_la-libssh.lo vssh/libcurl_la-libssh2.lo vssh/libcurl_la-wolfssh.lo        
libtool: link: /usr/bin/ar cr .libs/libcurl.a  libcurl_la-altsvc.o libcurl_la-amigaos.o libcurl_la-asyn-ares.o libcurl_la-asyn-thread.o libcurl_la-base64.o libcurl_la-bufref.o libcurl_la-c-hyper.o libcurl_la-cf-https-connect.o libcurl_la-cf-socket.o libcurl_la-cfilters.o libcurl_la-conncache.o libcurl_la-connect.o libcurl_la-content_encoding.o libcurl_la-cookie.o libcurl_la-curl_addrinfo.o libcurl_la-curl_des.o libcurl_la-curl_endian.o libcurl_la-curl_fnmatch.o libcurl_la-curl_get_line.o libcurl_la-curl_gethostname.o libcurl_la-curl_gssapi.o libcurl_la-curl_log.o libcurl_la-curl_memrchr.o libcurl_la-curl_multibyte.o libcurl_la-curl_ntlm_core.o libcurl_la-curl_ntlm_wb.o libcurl_la-curl_path.o libcurl_la-curl_range.o libcurl_la-curl_rtmp.o libcurl_la-curl_sasl.o libcurl_la-curl_sspi.o libcurl_la-curl_threads.o libcurl_la-dict.o libcurl_la-doh.o libcurl_la-dynbuf.o libcurl_la-easy.o libcurl_la-easygetopt.o libcurl_la-easyoptions.o libcurl_la-escape.o libcurl_la-file.o libcurl_la-fileinfo.o libcurl_la-fopen.o libcurl_la-formdata.o libcurl_la-ftp.o libcurl_la-ftplistparser.o libcurl_la-getenv.o libcurl_la-getinfo.o libcurl_la-gopher.o libcurl_la-h2h3.o libcurl_la-hash.o libcurl_la-headers.o libcurl_la-hmac.o libcurl_la-hostasyn.o libcurl_la-hostip.o libcurl_la-hostip4.o libcurl_la-hostip6.o libcurl_la-hostsyn.o libcurl_la-hsts.o libcurl_la-http.o libcurl_la-http2.o libcurl_la-http_chunks.o libcurl_la-http_digest.o libcurl_la-http_negotiate.o libcurl_la-http_ntlm.o libcurl_la-http_proxy.o libcurl_la-http_aws_sigv4.o libcurl_la-idn.o libcurl_la-if2ip.o libcurl_la-imap.o libcurl_la-inet_ntop.o libcurl_la-inet_pton.o libcurl_la-krb5.o libcurl_la-ldap.o libcurl_la-llist.o libcurl_la-md4.o libcurl_la-md5.o libcurl_la-memdebug.o libcurl_la-mime.o libcurl_la-mprintf.o libcurl_la-mqtt.o libcurl_la-multi.o libcurl_la-netrc.o libcurl_la-nonblock.o libcurl_la-noproxy.o libcurl_la-openldap.o libcurl_la-parsedate.o libcurl_la-pingpong.o libcurl_la-pop3.o libcurl_la-progress.o libcurl_la-psl.o libcurl_la-rand.o libcurl_la-rename.o libcurl_la-rtsp.o libcurl_la-select.o libcurl_la-sendf.o libcurl_la-setopt.o libcurl_la-sha256.o libcurl_la-share.o libcurl_la-slist.o libcurl_la-smb.o libcurl_la-smtp.o libcurl_la-socketpair.o libcurl_la-socks.o libcurl_la-socks_gssapi.o libcurl_la-socks_sspi.o libcurl_la-speedcheck.o libcurl_la-splay.o libcurl_la-strcase.o libcurl_la-strdup.o libcurl_la-strerror.o libcurl_la-strtok.o libcurl_la-strtoofft.o libcurl_la-system_win32.o libcurl_la-telnet.o libcurl_la-tftp.o libcurl_la-timediff.o libcurl_la-timeval.o libcurl_la-transfer.o libcurl_la-url.o libcurl_la-urlapi.o libcurl_la-version.o libcurl_la-version_win32.o libcurl_la-warnless.o libcurl_la-ws.o vauth/libcurl_la-cleartext.o vauth/libcurl_la-cram.o vauth/libcurl_la-digest.o vauth/libcurl_la-digest_sspi.o vauth/libcurl_la-gsasl.o vauth/libcurl_la-krb5_gssapi.o vauth/libcurl_la-krb5_sspi.o vauth/libcurl_la-ntlm.o vauth/libcurl_la-ntlm_sspi.o vauth/libcurl_la-oauth2.o vauth/libcurl_la-spnego_gssapi.o vauth/libcurl_la-spnego_sspi.o vauth/libcurl_la-vauth.o vtls/libcurl_la-bearssl.o vtls/libcurl_la-gskit.o vtls/libcurl_la-gtls.o vtls/libcurl_la-hostcheck.o vtls/libcurl_la-keylog.o vtls/libcurl_la-mbedtls.o vtls/libcurl_la-mbedtls_threadlock.o vtls/libcurl_la-nss.o vtls/libcurl_la-openssl.o vtls/libcurl_la-rustls.o vtls/libcurl_la-schannel.o vtls/libcurl_la-schannel_verify.o vtls/libcurl_la-sectransp.o vtls/libcurl_la-vtls.o vtls/libcurl_la-wolfssl.o vtls/libcurl_la-x509asn1.o vquic/libcurl_la-curl_msh3.o vquic/libcurl_la-curl_ngtcp2.o vquic/libcurl_la-curl_quiche.o vquic/libcurl_la-vquic.o vssh/libcurl_la-libssh.o vssh/libcurl_la-libssh2.o vssh/libcurl_la-wolfssh.o
libtool: link: ranlib .libs/libcurl.a
libtool: link: ( cd ".libs" && rm -f "libcurl.la" && ln -s "../libcurl.la" "libcurl.la" )
make[2]: Leaving directory '/tmp/curl-8.0.1/lib'
make[1]: Leaving directory '/tmp/curl-8.0.1/lib'
Making all in src
make[1]: Entering directory '/tmp/curl-8.0.1/src'
Making all in ../docs
make[2]: Entering directory '/tmp/curl-8.0.1/docs'
Making all in .
make[3]: Entering directory '/tmp/curl-8.0.1/docs'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/curl-8.0.1/docs'
Making all in cmdline-opts
make[3]: Entering directory '/tmp/curl-8.0.1/docs/cmdline-opts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/curl-8.0.1/docs/cmdline-opts'
make[2]: Leaving directory '/tmp/curl-8.0.1/docs'
make[2]: Entering directory '/tmp/curl-8.0.1/src'
depbase=`echo slist_wc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT slist_wc.o -MD -MP -MF $depbase.Tpo -c -o slist_wc.o slist_wc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_binmode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_binmode.o -MD -MP -MF $depbase.Tpo -c -o tool_binmode.o tool_binmode.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_bname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_bname.o -MD -MP -MF $depbase.Tpo -c -o tool_bname.o tool_bname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_dbg.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_dbg.o tool_cb_dbg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_hdr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_hdr.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_hdr.o tool_cb_hdr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_prg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_prg.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_prg.o tool_cb_prg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_rea.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_rea.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_rea.o tool_cb_rea.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_see.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_see.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_see.o tool_cb_see.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cb_wrt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cb_wrt.o -MD -MP -MF $depbase.Tpo -c -o tool_cb_wrt.o tool_cb_wrt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_cfgable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_cfgable.o -MD -MP -MF $depbase.Tpo -c -o tool_cfgable.o tool_cfgable.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_dirhie.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_dirhie.o -MD -MP -MF $depbase.Tpo -c -o tool_dirhie.o tool_dirhie.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_doswin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_doswin.o -MD -MP -MF $depbase.Tpo -c -o tool_doswin.o tool_doswin.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_easysrc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_easysrc.o -MD -MP -MF $depbase.Tpo -c -o tool_easysrc.o tool_easysrc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_filetime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_filetime.o -MD -MP -MF $depbase.Tpo -c -o tool_filetime.o tool_filetime.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_findfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_findfile.o -MD -MP -MF $depbase.Tpo -c -o tool_findfile.o tool_findfile.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_formparse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_formparse.o -MD -MP -MF $depbase.Tpo -c -o tool_formparse.o tool_formparse.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_getparam.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_getparam.o -MD -MP -MF $depbase.Tpo -c -o tool_getparam.o tool_getparam.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_getpass.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_getpass.o -MD -MP -MF $depbase.Tpo -c -o tool_getpass.o tool_getpass.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_help.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_help.o -MD -MP -MF $depbase.Tpo -c -o tool_help.o tool_help.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_helpers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_helpers.o -MD -MP -MF $depbase.Tpo -c -o tool_helpers.o tool_helpers.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_hugehelp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_hugehelp.o -MD -MP -MF $depbase.Tpo -c -o tool_hugehelp.o tool_hugehelp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_libinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_libinfo.o -MD -MP -MF $depbase.Tpo -c -o tool_libinfo.o tool_libinfo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_listhelp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_listhelp.o -MD -MP -MF $depbase.Tpo -c -o tool_listhelp.o tool_listhelp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_main.o -MD -MP -MF $depbase.Tpo -c -o tool_main.o tool_main.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_msgs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_msgs.o -MD -MP -MF $depbase.Tpo -c -o tool_msgs.o tool_msgs.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_operate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_operate.o -MD -MP -MF $depbase.Tpo -c -o tool_operate.o tool_operate.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_operhlp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_operhlp.o -MD -MP -MF $depbase.Tpo -c -o tool_operhlp.o tool_operhlp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_paramhlp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_paramhlp.o -MD -MP -MF $depbase.Tpo -c -o tool_paramhlp.o tool_paramhlp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_parsecfg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_parsecfg.o -MD -MP -MF $depbase.Tpo -c -o tool_parsecfg.o tool_parsecfg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_progress.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_progress.o -MD -MP -MF $depbase.Tpo -c -o tool_progress.o tool_progress.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_stderr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_stderr.o -MD -MP -MF $depbase.Tpo -c -o tool_stderr.o tool_stderr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_strdup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_strdup.o -MD -MP -MF $depbase.Tpo -c -o tool_strdup.o tool_strdup.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_setopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_setopt.o -MD -MP -MF $depbase.Tpo -c -o tool_setopt.o tool_setopt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_sleep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_sleep.o -MD -MP -MF $depbase.Tpo -c -o tool_sleep.o tool_sleep.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_urlglob.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_urlglob.o -MD -MP -MF $depbase.Tpo -c -o tool_urlglob.o tool_urlglob.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_util.o -MD -MP -MF $depbase.Tpo -c -o tool_util.o tool_util.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_vms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_vms.o -MD -MP -MF $depbase.Tpo -c -o tool_vms.o tool_vms.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_writeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_writeout.o -MD -MP -MF $depbase.Tpo -c -o tool_writeout.o tool_writeout.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_writeout_json.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_writeout_json.o -MD -MP -MF $depbase.Tpo -c -o tool_writeout_json.o tool_writeout_json.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tool_xattr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT tool_xattr.o -MD -MP -MF $depbase.Tpo -c -o tool_xattr.o tool_xattr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/strtoofft.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/strtoofft.o -MD -MP -MF $depbase.Tpo -c -o ../lib/strtoofft.o ../lib/strtoofft.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/timediff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/timediff.o -MD -MP -MF $depbase.Tpo -c -o ../lib/timediff.o ../lib/timediff.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/nonblock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/nonblock.o -MD -MP -MF $depbase.Tpo -c -o ../lib/nonblock.o ../lib/nonblock.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/warnless.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/warnless.o -MD -MP -MF $depbase.Tpo -c -o ../lib/warnless.o ../lib/warnless.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/curl_multibyte.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/curl_multibyte.o -MD -MP -MF $depbase.Tpo -c -o ../lib/curl_multibyte.o ../lib/curl_multibyte.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/version_win32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/version_win32.o -MD -MP -MF $depbase.Tpo -c -o ../lib/version_win32.o ../lib/version_win32.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../lib/dynbuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -std=gnu11 -DHAVE_CONFIG_H   -I../include -I../lib -I../src -I../lib -I../src -DCURL_STATICLIB   -Qunused-arguments -Wno-pointer-bool-conversion -O2  -MT ../lib/dynbuf.o -MD -MP -MF $depbase.Tpo -c -o ../lib/dynbuf.o ../lib/dynbuf.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool  --tag=CC   --mode=link clang -std=gnu11  -Qunused-arguments -Wno-pointer-bool-conversion -O2   -static -all-static -o curl slist_wc.o tool_binmode.o tool_bname.o tool_cb_dbg.o tool_cb_hdr.o tool_cb_prg.o tool_cb_rea.o tool_cb_see.o tool_cb_wrt.o tool_cfgable.o tool_dirhie.o tool_doswin.o tool_easysrc.o tool_filetime.o tool_findfile.o tool_formparse.o tool_getparam.o tool_getpass.o tool_help.o tool_helpers.o tool_hugehelp.o tool_libinfo.o tool_listhelp.o tool_main.o tool_msgs.o tool_operate.o tool_operhlp.o tool_paramhlp.o tool_parsecfg.o tool_progress.o tool_stderr.o tool_strdup.o tool_setopt.o tool_sleep.o tool_urlglob.o tool_util.o tool_vms.o tool_writeout.o tool_writeout_json.o tool_xattr.o ../lib/strtoofft.o ../lib/timediff.o ../lib/nonblock.o ../lib/warnless.o ../lib/curl_multibyte.o ../lib/version_win32.o ../lib/dynbuf.o   ../lib/libcurl.la -lnghttp2 -lssh2 -lssh2 -lssl -ldl -pthread -lcrypto -ldl -pthread -L/lib -lz -lssl -lcrypto -lssl -ldl -pthread -lcrypto -ldl -pthread -lz 
libtool: link: clang -std=gnu11 -Qunused-arguments -Wno-pointer-bool-conversion -O2 -static -o curl slist_wc.o tool_binmode.o tool_bname.o tool_cb_dbg.o tool_cb_hdr.o tool_cb_prg.o tool_cb_rea.o tool_cb_see.o tool_cb_wrt.o tool_cfgable.o tool_dirhie.o tool_doswin.o tool_easysrc.o tool_filetime.o tool_findfile.o tool_formparse.o tool_getparam.o tool_getpass.o tool_help.o tool_helpers.o tool_hugehelp.o tool_libinfo.o tool_listhelp.o tool_main.o tool_msgs.o tool_operate.o tool_operhlp.o tool_paramhlp.o tool_parsecfg.o tool_progress.o tool_stderr.o tool_strdup.o tool_setopt.o tool_sleep.o tool_urlglob.o tool_util.o tool_vms.o tool_writeout.o tool_writeout_json.o tool_xattr.o ../lib/strtoofft.o ../lib/timediff.o ../lib/nonblock.o ../lib/warnless.o ../lib/curl_multibyte.o ../lib/version_win32.o ../lib/dynbuf.o  ../lib/.libs/libcurl.a -L/lib -lnghttp2 -lssh2 -lssl -lcrypto -ldl -lz -pthread
make[2]: Leaving directory '/tmp/curl-8.0.1/src'
make[1]: Leaving directory '/tmp/curl-8.0.1/src'
make[1]: Entering directory '/tmp/curl-8.0.1'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/curl-8.0.1'
+ strip src/curl
+ ls -lah src/curl
-rwxrwxrwx    1 root     root        3.6M Mar 20 15:16 src/curl
+ file src/curl
src/curl: ELF 64-bit LSB executable, 64-bit PowerPC or cisco 7500, OpenPOWER ELF V2 ABI, version 1 (SYSV), statically linked, stripped
+ ldd src/curl
/lib/ld-musl-powerpc64le.so.1: src/curl: Not a valid dynamic program
+ true
+ ./src/curl -V
curl 8.0.1 (powerpc64le-unknown-linux-musl) libcurl/8.0.1 OpenSSL/1.1.1t zlib/1.2.12 libssh2/1.9.0 nghttp2/1.43.0
Release-Date: 2023-03-20
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP UnixSockets
+ mkdir -p /tmp/release/
+ mv src/curl /tmp/release/curl-ppc64le
+ cd ..
+ rm -rf curl-8.0.1/
+ '[' -e .ci/release.sh ']'
+ '[' -d release ']'
+ ci-release-helper.sh standard_pre_release
To https://github.com/moparisthebest/static-curl
   16d6464..78abf9e  master -> master
To https://github.com/moparisthebest/static-curl
 * [new tag]         v8.0.1 -> v8.0.1
+ cd release
+ find -type f '!' -path ./sha256sum.txt -print0
+ xargs -0 sha256sum
+ gpg --clearsign sha256sum.txt
+ ci-release-helper.sh standard_multi_release sha256sum.txt text/plain
all tags:
v8.0.1
{
  "url": "https://api.github.com/repos/moparisthebest/static-curl/releases/96221312",
  "assets_url": "https://api.github.com/repos/moparisthebest/static-curl/releases/96221312/assets",
  "upload_url": "https://uploads.github.com/repos/moparisthebest/static-curl/releases/96221312/assets{?name,label}",
  "html_url": "https://github.com/moparisthebest/static-curl/releases/tag/v8.0.1",
  "id": 96221312,
  "author": {
    "login": "moparisthebest",
    "id": 363760,
    "node_id": "MDQ6VXNlcjM2Mzc2MA==",
    "avatar_url": "https://avatars.githubusercontent.com/u/363760?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/moparisthebest",
    "html_url": "https://github.com/moparisthebest",
    "followers_url": "https://api.github.com/users/moparisthebest/followers",
    "following_url": "https://api.github.com/users/moparisthebest/following{/other_user}",
    "gists_url": "https://api.github.com/users/moparisthebest/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/moparisthebest/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/moparisthebest/subscriptions",
    "organizations_url": "https://api.github.com/users/moparisthebest/orgs",
    "repos_url": "https://api.github.com/users/moparisthebest/repos",
    "events_url": "https://api.github.com/users/moparisthebest/events{/privacy}",
    "received_events_url": "https://api.github.com/users/moparisthebest/received_events",
    "type": "User",
    "site_admin": false
  },
  "node_id": "RE_kwDODXtuhc4FvDiA",
  "tag_name": "v8.0.1",
  "target_commitish": "master",
  "name": null,
  "draft": false,
  "prerelease": false,
  "created_at": "2023-03-20T13:58:14Z",
  "published_at": "2023-03-20T15:16:54Z",
  "assets": [

  ],
  "tarball_url": "https://api.github.com/repos/moparisthebest/static-curl/tarball/v8.0.1",
  "zipball_url": "https://api.github.com/repos/moparisthebest/static-curl/zipball/v8.0.1",
  "body": null
}
uploading file to github release_id: 96221312
{"url":"https://api.github.com/repos/moparisthebest/static-curl/releases/assets/100159703","id":100159703,"node_id":"RA_kwDODXtuhc4F-FDX","name":"sha256sum.txt","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"text/plain","state":"uploaded","size":477,"download_count":0,"created_at":"2023-03-20T15:16:55Z","updated_at":"2023-03-20T15:16:55Z","browser_download_url":"https://github.com/moparisthebest/static-curl/releases/download/v8.0.1/sha256sum.txt"}{"id":847891,"tag_name":"v8.0.1","target_commitish":"","name":"","body":"","url":"https://code.moparisthebest.com/api/v1/repos/moparisthebest/static-curl/releases/847891","html_url":"https://code.moparisthebest.com/moparisthebest/static-curl/releases/tag/v8.0.1","tarball_url":"https://code.moparisthebest.com/moparisthebest/static-curl/archive/v8.0.1.tar.gz","zipball_url":"https://code.moparisthebest.com/moparisthebest/static-curl/archive/v8.0.1.zip","draft":false,"prerelease":false,"created_at":"2023-03-20T09:58:14-04:00","published_at":"2023-03-20T09:58:14-04:00","author":{"id":1,"login":"moparisthebest","full_name":"Travis Burtrum","email":"admin.code@moparisthebest.com","avatar_url":"https://code.moparisthebest.com/avatars/c823f7c7fb2e352c492791add5b1cea3","language":"","is_admin":false,"last_login":"0001-01-01T00:00:00Z","created":"2018-07-01T22:04:44-04:00","restricted":false,"active":false,"prohibit_login":false,"location":"Franklin, OH, USA","website":"https://www.moparisthebest.com/","description":"","visibility":"public","followers_count":0,"following_count":0,"starred_repos_count":0,"username":"moparisthebest"},"assets":[]}
uploading file to gitea release_id: 847891
{"id":3140,"name":"sha256sum.txt","size":477,"download_count":0,"created_at":"2023-03-20T11:16:56-04:00","uuid":"2041dd52-5c24-4f7b-8f23-6734648f22b3","browser_download_url":"https://code.moparisthebest.com/attachments/2041dd52-5c24-4f7b-8f23-6734648f22b3"}
+ ci-release-helper.sh standard_multi_release sha256sum.txt.asc text/plain
all tags:
v8.0.1
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release"
}
uploading file to github release_id: 96221312
{"url":"https://api.github.com/repos/moparisthebest/static-curl/releases/assets/100159709","id":100159709,"node_id":"RA_kwDODXtuhc4F-FDd","name":"sha256sum.txt.asc","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"text/plain","state":"uploaded","size":754,"download_count":0,"created_at":"2023-03-20T15:16:56Z","updated_at":"2023-03-20T15:16:57Z","browser_download_url":"https://github.com/moparisthebest/static-curl/releases/download/v8.0.1/sha256sum.txt.asc"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}
uploading file to gitea release_id: 847891
{"id":3141,"name":"sha256sum.txt.asc","size":754,"download_count":0,"created_at":"2023-03-20T11:16:57-04:00","uuid":"a4218f65-5100-48ff-9e5e-63f477806175","browser_download_url":"https://code.moparisthebest.com/attachments/a4218f65-5100-48ff-9e5e-63f477806175"}
+ rm -f sha256sum.txt sha256sum.txt.asc
+ find -type f -print0
+ xargs -0n1 -I '{}' ci-release-helper.sh standard_multi_release '{}' application/octet-stream
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
all tags:
v8.0.1
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release"
}
uploading file to github release_id: 96221312
{"url":"https://api.github.com/repos/moparisthebest/static-curl/releases/assets/100159711","id":100159711,"node_id":"RA_kwDODXtuhc4F-FDf","name":"curl-amd64","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3576304,"download_count":0,"created_at":"2023-03-20T15:16:58Z","updated_at":"2023-03-20T15:16:59Z","browser_download_url":"https://github.com/moparisthebest/static-curl/releases/download/v8.0.1/curl-amd64"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}
uploading file to gitea release_id: 847891
{"id":3142,"name":"curl-amd64","size":3576304,"download_count":0,"created_at":"2023-03-20T11:16:59-04:00","uuid":"595d9ce9-9ff6-4651-b8f0-2d8930bc4d5d","browser_download_url":"https://code.moparisthebest.com/attachments/595d9ce9-9ff6-4651-b8f0-2d8930bc4d5d"}
all tags:
v8.0.1
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release"
}
uploading file to github release_id: 96221312
{"url":"https://api.github.com/repos/moparisthebest/static-curl/releases/assets/100159716","id":100159716,"node_id":"RA_kwDODXtuhc4F-FDk","name":"curl-i386","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3695228,"download_count":0,"created_at":"2023-03-20T15:17:00Z","updated_at":"2023-03-20T15:17:01Z","browser_download_url":"https://github.com/moparisthebest/static-curl/releases/download/v8.0.1/curl-i386"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}
uploading file to gitea release_id: 847891
{"id":3143,"name":"curl-i386","size":3695228,"download_count":0,"created_at":"2023-03-20T11:17:02-04:00","uuid":"d189aa3c-0260-4618-af84-b1b13b12b548","browser_download_url":"https://code.moparisthebest.com/attachments/d189aa3c-0260-4618-af84-b1b13b12b548"}
all tags:
v8.0.1
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release"
}
uploading file to github release_id: 96221312
{"url":"https://api.github.com/repos/moparisthebest/static-curl/releases/assets/100159724","id":100159724,"node_id":"RA_kwDODXtuhc4F-FDs","name":"curl-aarch64","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3218576,"download_count":0,"created_at":"2023-03-20T15:17:02Z","updated_at":"2023-03-20T15:17:03Z","browser_download_url":"https://github.com/moparisthebest/static-curl/releases/download/v8.0.1/curl-aarch64"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}
uploading file to gitea release_id: 847891
{"id":3144,"name":"curl-aarch64","size":3218576,"download_count":0,"created_at":"2023-03-20T11:17:04-04:00","uuid":"5f4099f6-9b7f-420d-8901-2052f5a6534b","browser_download_url":"https://code.moparisthebest.com/attachments/5f4099f6-9b7f-420d-8901-2052f5a6534b"}
all tags:
v8.0.1
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release"
}
uploading file to github release_id: 96221312
{"url":"https://api.github.com/repos/moparisthebest/static-curl/releases/assets/100159731","id":100159731,"node_id":"RA_kwDODXtuhc4F-FDz","name":"curl-armv7","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":2424960,"download_count":0,"created_at":"2023-03-20T15:17:05Z","updated_at":"2023-03-20T15:17:06Z","browser_download_url":"https://github.com/moparisthebest/static-curl/releases/download/v8.0.1/curl-armv7"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}
uploading file to gitea release_id: 847891
{"id":3145,"name":"curl-armv7","size":2424960,"download_count":0,"created_at":"2023-03-20T11:17:06-04:00","uuid":"29fb6178-7a96-41d9-b5ce-06a9b8d82a11","browser_download_url":"https://code.moparisthebest.com/attachments/29fb6178-7a96-41d9-b5ce-06a9b8d82a11"}
all tags:
v8.0.1
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release"
}
uploading file to github release_id: 96221312
{"url":"https://api.github.com/repos/moparisthebest/static-curl/releases/assets/100159742","id":100159742,"node_id":"RA_kwDODXtuhc4F-FD-","name":"curl-armhf","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":2998408,"download_count":0,"created_at":"2023-03-20T15:17:07Z","updated_at":"2023-03-20T15:17:08Z","browser_download_url":"https://github.com/moparisthebest/static-curl/releases/download/v8.0.1/curl-armhf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}
uploading file to gitea release_id: 847891
{"id":3146,"name":"curl-armhf","size":2998408,"download_count":0,"created_at":"2023-03-20T11:17:08-04:00","uuid":"ecbf921b-073f-430e-9d51-8259ffe35e47","browser_download_url":"https://code.moparisthebest.com/attachments/ecbf921b-073f-430e-9d51-8259ffe35e47"}
all tags:
v8.0.1
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release"
}
uploading file to github release_id: 96221312
{"url":"https://api.github.com/repos/moparisthebest/static-curl/releases/assets/100159752","id":100159752,"node_id":"RA_kwDODXtuhc4F-FEI","name":"curl-ppc64le","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3824944,"download_count":0,"created_at":"2023-03-20T15:17:09Z","updated_at":"2023-03-20T15:17:10Z","browser_download_url":"https://github.com/moparisthebest/static-curl/releases/download/v8.0.1/curl-ppc64le"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}
uploading file to gitea release_id: 847891
{"id":3147,"name":"curl-ppc64le","size":3824944,"download_count":0,"created_at":"2023-03-20T11:17:11-04:00","uuid":"501c924f-5eb0-4e64-8d55-0c9f2f7adae5","browser_download_url":"https://code.moparisthebest.com/attachments/501c924f-5eb0-4e64-8d55-0c9f2f7adae5"}
+ exit 0
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Email)
[Pipeline] step
[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
+ ./bin/build.sh docker-chown
+ BUILD_SCRIPT=docker-chown
+ shift
+ '[' '' == docker-chown ']'
+ '[' docker-chown == docker-chown ']'
++ pwd
++ id -g
+ docker run --rm -v /var/lib/jenkins/workspace/oparisthebest_static-curl_master:/tmp alpine chown -R 971:971 /tmp
+ exit 0
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
[Gitea] Notifying branch build status: SUCCESS This commit looks good
[Gitea] Notified
Finished: SUCCESS