-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.17.1 x86_64-w64-mingw32 cross compile error: undefined reference to `__imp_ares_expand_name' #384
Comments
I'm not very familiar with autotools and cross compilations to come up with a reason why it might have changed between 1.16 and 1.17. The main change was just reorganizing the source tree, but I wouldn't think that would have impacted that. Can you build with make V=1 so it shows the command line output during building? |
Sure, here is the full output: $ export CROSS_HOST=x86_64-w64-mingw32
$ export CROSS_PREFIX=/cross_root/${CROSS_HOST}
$ ./configure --host="${CROSS_HOST}" --prefix="${CROSS_PREFIX}" --enable-static --disable-shared --enable-silent-rules --disable-tests
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... not specified (assuming yes)
checking whether to enable strict compiler warnings... no
checking whether to enable compiler warnings as errors... no
checking whether to enable hiding of library internal symbols... yes
checking whether to expose internal static functions for testing... no
checking for path separator... :
checking for sed... /bin/sed
checking for grep... /bin/grep
checking for egrep... /bin/grep -E
checking for x86_64-w64-mingw32-ar... /cross_root/bin/x86_64-w64-mingw32-ar
checking for a sed that does not truncate output... (cached) /bin/sed
checking whether to build with code coverage support... no
checking build system type... x86_64-pc-linux-musl
checking host system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for x86_64-w64-mingw32-g++... x86_64-w64-mingw32-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-w64-mingw32-g++ accepts -g... yes
checking whether x86_64-w64-mingw32-g++ supports C++11 features by default... yes
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe 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 x86_64-w64-mingw32-gcc... gcc3
checking dependency style of x86_64-w64-mingw32-g++... gcc3
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... 64
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 x86_64-w64-mingw32-gcc... /cross_root/x86_64-w64-mingw32/bin/ld
checking if the linker (/cross_root/x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /cross_root/bin/x86_64-w64-mingw32-nm -B
checking the name lister (/cross_root/bin/x86_64-w64-mingw32-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-w64-mingw32 format... func_convert_file_nix_to_w32
checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop
checking for /cross_root/x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for x86_64-w64-mingw32-ar... /cross_root/bin/x86_64-w64-mingw32-ar
checking for archiver @FILE support... @
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse /cross_root/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc 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 x86_64-w64-mingw32-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as
checking for x86_64-w64-mingw32-dlltool... (cached) x86_64-w64-mingw32-dlltool
checking for x86_64-w64-mingw32-objdump... (cached) x86_64-w64-mingw32-objdump
checking for objdir... .libs
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/cross_root/x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
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 how to run the C++ preprocessor... x86_64-w64-mingw32-g++ -E
checking for ld used by x86_64-w64-mingw32-g++... /cross_root/x86_64-w64-mingw32/bin/ld
checking if the linker (/cross_root/x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking whether the x86_64-w64-mingw32-g++ linker (/cross_root/x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for x86_64-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-g++ static flag -static works... yes
checking if x86_64-w64-mingw32-g++ supports -c -o file.o... yes
checking if x86_64-w64-mingw32-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-g++ linker (/cross_root/x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... yes
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 if compiler is DEC/Compaq/HP C... no
checking if compiler is HP-UX C... no
checking if compiler is IBM C... no
checking if compiler is Intel C... no
checking if compiler is clang... no
checking if compiler is GNU C... yes
checking if compiler is LCC... no
checking if compiler is SGI MIPSpro C... no
checking if compiler is SGI MIPS C... no
checking if compiler is SunPro C... no
checking if compiler is Tiny C... no
checking if compiler is Watcom C... no
checking if compiler accepts debug disabling options... yes
configure: compiler options added: -g0
checking if compiler optimizer assumed setting might be used... yes
checking if compiler accepts optimizer enabling options... yes
configure: compiler options added: -O2
checking if compiler accepts strict warning options... yes
configure: compiler options added: -Wno-system-headers
checking if compiler halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
checking for windows.h... yes
checking whether build target is a native Windows one... yes
checking for winsock.h... yes
checking for winsock2.h... yes
checking for ws2tcpip.h... yes
checking if X/Open network library is required... no
checking for gethostbyname... no
checking for gethostbyname in -lnsl... no
checking for gethostbyname in -lsocket... no
checking for gethostbyname with both nsl and socket libs... no
checking for gethostbyname in -lws2_32... yes
checking for strcasecmp... yes
checking for windows.h... (cached) yes
checking for winsock.h... (cached) yes
checking for winsock2.h... (cached) yes
checking for connect in libraries... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... cannot find clock_gettime
configure: WARNING: HAVE_CLOCK_GETTIME_MONOTONIC will not be defined
checking whether to use libgcc... no
checking for ANSI C header files... (cached) yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/select.h... no
checking for sys/socket.h... no
checking for sys/ioctl.h... no
checking for sys/param.h... yes
checking for sys/uio.h... no
checking for assert.h... yes
checking for netdb.h... no
checking for netinet/in.h... no
checking for netinet/tcp.h... no
checking for net/if.h... no
checking for errno.h... yes
checking for socket.h... no
checking for strings.h... (cached) yes
checking for stdbool.h... yes
checking for time.h... (cached) yes
checking for limits.h... yes
checking for arpa/nameser.h... no
checking for arpa/nameser_compat.h... no
checking for arpa/inet.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/socket.h... (cached) no
checking for struct timeval... yes
checking for long long... yes
checking if numberLL works... yes
checking for ssize_t... yes
checking for bool... yes
checking for windows.h... (cached) yes
checking for winsock2.h... (cached) yes
checking for ws2tcpip.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) no
checking for ares_socklen_t data type... socklen_t
checking size of ares_socklen_t... 4
checking for in_addr_t... no
checking for in_addr_t equivalent... unsigned long
checking for struct sockaddr_storage... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sig_atomic_t... yes
checking if sig_atomic_t is already defined as volatile... no
checking return type of signal handlers... void
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) no
checking for recv... yes
checking types of args and return type for recv... SOCKET,char *,int,int,int
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) no
checking for recvfrom... yes
checking types of args and return type for recvfrom... SOCKET,char *,int,int,struct sockaddr *,int *,int
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) no
checking for send... yes
checking types of args and return type for send... SOCKET,const char *,int,int,int
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) no
checking for MSG_NOSIGNAL... no
checking for sys/types.h... (cached) yes
checking for socket.h... (cached) no
checking if closesocket can be linked... yes
checking if closesocket is prototyped... yes
checking if closesocket is compilable... yes
checking if closesocket usage allowed... yes
checking if closesocket might be used... 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... yes
checking if fcntl can be linked... no
checking if fcntl might be used... no
checking for sys/types.h... (cached) yes
checking for netdb.h... (cached) no
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 stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.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 usage allowed... yes
checking if getaddrinfo might be used... yes
checking if getaddrinfo is threadsafe... yes
checking if getenv can be linked... yes
checking if getenv is prototyped... yes
checking if getenv is compilable... yes
checking if getenv usage allowed... yes
checking if getenv might be used... yes
checking if gethostbyaddr can be linked... yes
checking if gethostbyaddr is prototyped... yes
checking if gethostbyaddr is compilable... yes
checking if gethostbyaddr usage allowed... yes
checking if gethostbyaddr might be used... yes
checking if 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 for sys/types.h... (cached) yes
checking for unistd.h... (cached) 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... int
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getservbyport_r can be linked... no
checking if getservbyport_r might be used... no
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) no
checking for netinet/in.h... (cached) no
checking for arpa/inet.h... (cached) no
checking if inet_net_pton can be linked... no
checking if inet_net_pton might be used... no
checking if inet_ntop can be linked... yes
checking if inet_ntop is prototyped... no
checking if inet_ntop might be used... no
checking if inet_pton can be linked... yes
checking if inet_pton is prototyped... no
checking if inet_pton might be used... no
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/socket.h... (cached) no
checking for sys/ioctl.h... (cached) no
checking for stropts.h... no
checking if ioctl can be linked... no
checking if ioctl might be used... no
checking if ioctlsocket can be linked... yes
checking if ioctlsocket is prototyped... yes
checking if ioctlsocket is compilable... yes
checking if ioctlsocket usage allowed... yes
checking if ioctlsocket might be used... yes
checking if ioctlsocket FIONBIO is compilable... yes
checking if ioctlsocket FIONBIO usage allowed... yes
checking if ioctlsocket FIONBIO might be used... yes
checking if IoctlSocket can be linked... no
checking if IoctlSocket might be used... no
checking if setsockopt can be linked... yes
checking if setsockopt is prototyped... yes
checking if setsockopt is compilable... yes
checking if setsockopt usage allowed... yes
checking if setsockopt might be used... yes
checking if setsockopt SO_NONBLOCK is compilable... no
checking if setsockopt SO_NONBLOCK might be used... no
checking if socket can be linked... yes
checking if socket is prototyped... yes
checking if socket is compilable... yes
checking if socket usage allowed... yes
checking if socket might be used... yes
checking if strcasecmp can be linked... yes
checking if strcasecmp is prototyped... yes
checking if strcasecmp is compilable... yes
checking if strcasecmp usage allowed... yes
checking if strcasecmp might be used... yes
checking if strcmpi can be linked... yes
checking if strcmpi is prototyped... yes
checking if strcmpi is compilable... yes
checking if strcmpi usage allowed... yes
checking if strcmpi might be used... yes
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 stricmp can be linked... yes
checking if stricmp is prototyped... yes
checking if stricmp is compilable... yes
checking if stricmp usage allowed... yes
checking if stricmp might be used... yes
checking if strncasecmp can be linked... yes
checking if strncasecmp is prototyped... yes
checking if strncasecmp is compilable... yes
checking if strncasecmp usage allowed... yes
checking if strncasecmp might be used... yes
checking if strncmpi can be linked... no
checking if strncmpi might be used... no
checking if strnicmp can be linked... yes
checking if strnicmp is prototyped... yes
checking if strnicmp is compilable... no
checking if strnicmp might be used... no
checking for sys/types.h... (cached) yes
checking for sys/uio.h... (cached) no
checking if writev can be linked... no
checking if writev might be used... no
checking for PF_INET6... yes
checking for AF_INET6... yes
checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_in6.sin6_scope_id... yes
checking for struct addrinfo.ai_flags... yes
checking for bitncmp... no
checking deeper for bitncmp... but still no
checking for gettimeofday... yes
checking for if_indextoname... no
checking deeper for if_indextoname... but still no
checking for __system_property_get... no
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) no
checking for netdb.h... (cached) no
checking for getnameinfo... yes
checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,DWORD,int
checking whether byte ordering is bigendian... no
configure: WARNING: cannot check for /dev/urandom while cross compiling; assuming none
checking whether to enable non-blocking communications... yes
checking how to set a socket into non-blocking mode... ioctlsocket FIONBIO
checking whether hiding of library internal symbols will actually happen... no
checking whether to build tests... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/tools/Makefile
config.status: creating docs/Makefile
config.status: creating libcares.pc
config.status: creating src/lib/ares_config.h
config.status: creating include/ares_build.h
config.status: executing depfiles commands
config.status: executing libtool commands
$ make -j$(nproc) V=1
Making all in include
make[1]: Entering directory '/usr/src/c-ares/include'
make all-am
make[2]: Entering directory '/usr/src/c-ares/include'
make[2]: Leaving directory '/usr/src/c-ares/include'
make[1]: Leaving directory '/usr/src/c-ares/include'
Making all in src
make[1]: Entering directory '/usr/src/c-ares/src'
Making all in lib
make[2]: Entering directory '/usr/src/c-ares/src/lib'
make all-recursive
make[3]: Entering directory '/usr/src/c-ares/src/lib'
make[4]: Entering directory '/usr/src/c-ares/src/lib'
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__close_sockets.lo -MD -MP -MF .deps/libcares_la-ares__close_sockets.Tpo -c -o libcares_la-ares__close_sockets.lo `test -f 'ares__close_sockets.c' || echo './'`ares__close_sockets.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__get_hostent.lo -MD -MP -MF .deps/libcares_la-ares__get_hostent.Tpo -c -o libcares_la-ares__get_hostent.lo `test -f 'ares__get_hostent.c' || echo './'`ares__get_hostent.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__parse_into_addrinfo.lo -MD -MP -MF .deps/libcares_la-ares__parse_into_addrinfo.Tpo -c -o libcares_la-ares__parse_into_addrinfo.lo `test -f 'ares__parse_into_addrinfo.c' || echo './'`ares__parse_into_addrinfo.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__readaddrinfo.lo -MD -MP -MF .deps/libcares_la-ares__readaddrinfo.Tpo -c -o libcares_la-ares__readaddrinfo.lo `test -f 'ares__readaddrinfo.c' || echo './'`ares__readaddrinfo.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__sortaddrinfo.lo -MD -MP -MF .deps/libcares_la-ares__sortaddrinfo.Tpo -c -o libcares_la-ares__sortaddrinfo.lo `test -f 'ares__sortaddrinfo.c' || echo './'`ares__sortaddrinfo.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__read_line.lo -MD -MP -MF .deps/libcares_la-ares__read_line.Tpo -c -o libcares_la-ares__read_line.lo `test -f 'ares__read_line.c' || echo './'`ares__read_line.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__timeval.lo -MD -MP -MF .deps/libcares_la-ares__timeval.Tpo -c -o libcares_la-ares__timeval.lo `test -f 'ares__timeval.c' || echo './'`ares__timeval.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_android.lo -MD -MP -MF .deps/libcares_la-ares_android.Tpo -c -o libcares_la-ares_android.lo `test -f 'ares_android.c' || echo './'`ares_android.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_cancel.lo -MD -MP -MF .deps/libcares_la-ares_cancel.Tpo -c -o libcares_la-ares_cancel.lo `test -f 'ares_cancel.c' || echo './'`ares_cancel.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_data.lo -MD -MP -MF .deps/libcares_la-ares_data.Tpo -c -o libcares_la-ares_data.lo `test -f 'ares_data.c' || echo './'`ares_data.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_destroy.lo -MD -MP -MF .deps/libcares_la-ares_destroy.Tpo -c -o libcares_la-ares_destroy.lo `test -f 'ares_destroy.c' || echo './'`ares_destroy.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_expand_name.lo -MD -MP -MF .deps/libcares_la-ares_expand_name.Tpo -c -o libcares_la-ares_expand_name.lo `test -f 'ares_expand_name.c' || echo './'`ares_expand_name.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_expand_string.lo -MD -MP -MF .deps/libcares_la-ares_expand_string.Tpo -c -o libcares_la-ares_expand_string.lo `test -f 'ares_expand_string.c' || echo './'`ares_expand_string.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_fds.lo -MD -MP -MF .deps/libcares_la-ares_fds.Tpo -c -o libcares_la-ares_fds.lo `test -f 'ares_fds.c' || echo './'`ares_fds.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_free_hostent.lo -MD -MP -MF .deps/libcares_la-ares_free_hostent.Tpo -c -o libcares_la-ares_free_hostent.lo `test -f 'ares_free_hostent.c' || echo './'`ares_free_hostent.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_free_string.lo -MD -MP -MF .deps/libcares_la-ares_free_string.Tpo -c -o libcares_la-ares_free_string.lo `test -f 'ares_free_string.c' || echo './'`ares_free_string.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__get_hostent.lo -MD -MP -MF .deps/libcares_la-ares__get_hostent.Tpo -c ares__get_hostent.c -o libcares_la-ares__get_hostent.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__close_sockets.lo -MD -MP -MF .deps/libcares_la-ares__close_sockets.Tpo -c ares__close_sockets.c -o libcares_la-ares__close_sockets.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_cancel.lo -MD -MP -MF .deps/libcares_la-ares_cancel.Tpo -c ares_cancel.c -o libcares_la-ares_cancel.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__parse_into_addrinfo.lo -MD -MP -MF .deps/libcares_la-ares__parse_into_addrinfo.Tpo -c ares__parse_into_addrinfo.c -o libcares_la-ares__parse_into_addrinfo.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__readaddrinfo.lo -MD -MP -MF .deps/libcares_la-ares__readaddrinfo.Tpo -c ares__readaddrinfo.c -o libcares_la-ares__readaddrinfo.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_expand_string.lo -MD -MP -MF .deps/libcares_la-ares_expand_string.Tpo -c ares_expand_string.c -o libcares_la-ares_expand_string.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_data.lo -MD -MP -MF .deps/libcares_la-ares_data.Tpo -c ares_data.c -o libcares_la-ares_data.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__timeval.lo -MD -MP -MF .deps/libcares_la-ares__timeval.Tpo -c ares__timeval.c -o libcares_la-ares__timeval.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__sortaddrinfo.lo -MD -MP -MF .deps/libcares_la-ares__sortaddrinfo.Tpo -c ares__sortaddrinfo.c -o libcares_la-ares__sortaddrinfo.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_destroy.lo -MD -MP -MF .deps/libcares_la-ares_destroy.Tpo -c ares_destroy.c -o libcares_la-ares_destroy.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_free_string.lo -MD -MP -MF .deps/libcares_la-ares_free_string.Tpo -c ares_free_string.c -o libcares_la-ares_free_string.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares__read_line.lo -MD -MP -MF .deps/libcares_la-ares__read_line.Tpo -c ares__read_line.c -o libcares_la-ares__read_line.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_android.lo -MD -MP -MF .deps/libcares_la-ares_android.Tpo -c ares_android.c -o libcares_la-ares_android.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_fds.lo -MD -MP -MF .deps/libcares_la-ares_fds.Tpo -c ares_fds.c -o libcares_la-ares_fds.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_expand_name.lo -MD -MP -MF .deps/libcares_la-ares_expand_name.Tpo -c ares_expand_name.c -o libcares_la-ares_expand_name.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_free_hostent.lo -MD -MP -MF .deps/libcares_la-ares_free_hostent.Tpo -c ares_free_hostent.c -o libcares_la-ares_free_hostent.o
mv -f .deps/libcares_la-ares_android.Tpo .deps/libcares_la-ares_android.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_freeaddrinfo.lo -MD -MP -MF .deps/libcares_la-ares_freeaddrinfo.Tpo -c -o libcares_la-ares_freeaddrinfo.lo `test -f 'ares_freeaddrinfo.c' || echo './'`ares_freeaddrinfo.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_freeaddrinfo.lo -MD -MP -MF .deps/libcares_la-ares_freeaddrinfo.Tpo -c ares_freeaddrinfo.c -o libcares_la-ares_freeaddrinfo.o
mv -f .deps/libcares_la-ares_free_string.Tpo .deps/libcares_la-ares_free_string.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_getaddrinfo.lo -MD -MP -MF .deps/libcares_la-ares_getaddrinfo.Tpo -c -o libcares_la-ares_getaddrinfo.lo `test -f 'ares_getaddrinfo.c' || echo './'`ares_getaddrinfo.c
mv -f .deps/libcares_la-ares__timeval.Tpo .deps/libcares_la-ares__timeval.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_getenv.lo -MD -MP -MF .deps/libcares_la-ares_getenv.Tpo -c -o libcares_la-ares_getenv.lo `test -f 'ares_getenv.c' || echo './'`ares_getenv.c
mv -f .deps/libcares_la-ares__read_line.Tpo .deps/libcares_la-ares__read_line.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_gethostbyaddr.lo -MD -MP -MF .deps/libcares_la-ares_gethostbyaddr.Tpo -c -o libcares_la-ares_gethostbyaddr.lo `test -f 'ares_gethostbyaddr.c' || echo './'`ares_gethostbyaddr.c
mv -f .deps/libcares_la-ares_data.Tpo .deps/libcares_la-ares_data.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_gethostbyname.lo -MD -MP -MF .deps/libcares_la-ares_gethostbyname.Tpo -c -o libcares_la-ares_gethostbyname.lo `test -f 'ares_gethostbyname.c' || echo './'`ares_gethostbyname.c
mv -f .deps/libcares_la-ares_cancel.Tpo .deps/libcares_la-ares_cancel.Plo
mv -f .deps/libcares_la-ares_fds.Tpo .deps/libcares_la-ares_fds.Plo
mv -f .deps/libcares_la-ares__sortaddrinfo.Tpo .deps/libcares_la-ares__sortaddrinfo.Plo
mv -f .deps/libcares_la-ares_free_hostent.Tpo .deps/libcares_la-ares_free_hostent.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_getnameinfo.lo -MD -MP -MF .deps/libcares_la-ares_getnameinfo.Tpo -c -o libcares_la-ares_getnameinfo.lo `test -f 'ares_getnameinfo.c' || echo './'`ares_getnameinfo.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_getsock.lo -MD -MP -MF .deps/libcares_la-ares_getsock.Tpo -c -o libcares_la-ares_getsock.lo `test -f 'ares_getsock.c' || echo './'`ares_getsock.c
mv -f .deps/libcares_la-ares_expand_string.Tpo .deps/libcares_la-ares_expand_string.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_init.lo -MD -MP -MF .deps/libcares_la-ares_init.Tpo -c -o libcares_la-ares_init.lo `test -f 'ares_init.c' || echo './'`ares_init.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_library_init.lo -MD -MP -MF .deps/libcares_la-ares_library_init.Tpo -c -o libcares_la-ares_library_init.lo `test -f 'ares_library_init.c' || echo './'`ares_library_init.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_llist.lo -MD -MP -MF .deps/libcares_la-ares_llist.Tpo -c -o libcares_la-ares_llist.lo `test -f 'ares_llist.c' || echo './'`ares_llist.c
mv -f .deps/libcares_la-ares__readaddrinfo.Tpo .deps/libcares_la-ares__readaddrinfo.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_mkquery.lo -MD -MP -MF .deps/libcares_la-ares_mkquery.Tpo -c -o libcares_la-ares_mkquery.lo `test -f 'ares_mkquery.c' || echo './'`ares_mkquery.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_getaddrinfo.lo -MD -MP -MF .deps/libcares_la-ares_getaddrinfo.Tpo -c ares_getaddrinfo.c -o libcares_la-ares_getaddrinfo.o
mv -f .deps/libcares_la-ares__get_hostent.Tpo .deps/libcares_la-ares__get_hostent.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_create_query.lo -MD -MP -MF .deps/libcares_la-ares_create_query.Tpo -c -o libcares_la-ares_create_query.lo `test -f 'ares_create_query.c' || echo './'`ares_create_query.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_getenv.lo -MD -MP -MF .deps/libcares_la-ares_getenv.Tpo -c ares_getenv.c -o libcares_la-ares_getenv.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_gethostbyaddr.lo -MD -MP -MF .deps/libcares_la-ares_gethostbyaddr.Tpo -c ares_gethostbyaddr.c -o libcares_la-ares_gethostbyaddr.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_getsock.lo -MD -MP -MF .deps/libcares_la-ares_getsock.Tpo -c ares_getsock.c -o libcares_la-ares_getsock.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_library_init.lo -MD -MP -MF .deps/libcares_la-ares_library_init.Tpo -c ares_library_init.c -o libcares_la-ares_library_init.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_gethostbyname.lo -MD -MP -MF .deps/libcares_la-ares_gethostbyname.Tpo -c ares_gethostbyname.c -o libcares_la-ares_gethostbyname.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_init.lo -MD -MP -MF .deps/libcares_la-ares_init.Tpo -c ares_init.c -o libcares_la-ares_init.o
mv -f .deps/libcares_la-ares_expand_name.Tpo .deps/libcares_la-ares_expand_name.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_nowarn.lo -MD -MP -MF .deps/libcares_la-ares_nowarn.Tpo -c -o libcares_la-ares_nowarn.lo `test -f 'ares_nowarn.c' || echo './'`ares_nowarn.c
mv -f .deps/libcares_la-ares__close_sockets.Tpo .deps/libcares_la-ares__close_sockets.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_options.lo -MD -MP -MF .deps/libcares_la-ares_options.Tpo -c -o libcares_la-ares_options.lo `test -f 'ares_options.c' || echo './'`ares_options.c
mv -f .deps/libcares_la-ares_destroy.Tpo .deps/libcares_la-ares_destroy.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_a_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_a_reply.Tpo -c -o libcares_la-ares_parse_a_reply.lo `test -f 'ares_parse_a_reply.c' || echo './'`ares_parse_a_reply.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_getnameinfo.lo -MD -MP -MF .deps/libcares_la-ares_getnameinfo.Tpo -c ares_getnameinfo.c -o libcares_la-ares_getnameinfo.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_llist.lo -MD -MP -MF .deps/libcares_la-ares_llist.Tpo -c ares_llist.c -o libcares_la-ares_llist.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_mkquery.lo -MD -MP -MF .deps/libcares_la-ares_mkquery.Tpo -c ares_mkquery.c -o libcares_la-ares_mkquery.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_create_query.lo -MD -MP -MF .deps/libcares_la-ares_create_query.Tpo -c ares_create_query.c -o libcares_la-ares_create_query.o
mv -f .deps/libcares_la-ares_freeaddrinfo.Tpo .deps/libcares_la-ares_freeaddrinfo.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_aaaa_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_aaaa_reply.Tpo -c -o libcares_la-ares_parse_aaaa_reply.lo `test -f 'ares_parse_aaaa_reply.c' || echo './'`ares_parse_aaaa_reply.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_options.lo -MD -MP -MF .deps/libcares_la-ares_options.Tpo -c ares_options.c -o libcares_la-ares_options.o
mv -f .deps/libcares_la-ares__parse_into_addrinfo.Tpo .deps/libcares_la-ares__parse_into_addrinfo.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_caa_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_caa_reply.Tpo -c -o libcares_la-ares_parse_caa_reply.lo `test -f 'ares_parse_caa_reply.c' || echo './'`ares_parse_caa_reply.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_nowarn.lo -MD -MP -MF .deps/libcares_la-ares_nowarn.Tpo -c ares_nowarn.c -o libcares_la-ares_nowarn.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_aaaa_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_aaaa_reply.Tpo -c ares_parse_aaaa_reply.c -o libcares_la-ares_parse_aaaa_reply.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_a_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_a_reply.Tpo -c ares_parse_a_reply.c -o libcares_la-ares_parse_a_reply.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_caa_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_caa_reply.Tpo -c ares_parse_caa_reply.c -o libcares_la-ares_parse_caa_reply.o
mv -f .deps/libcares_la-ares_getsock.Tpo .deps/libcares_la-ares_getsock.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_mx_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_mx_reply.Tpo -c -o libcares_la-ares_parse_mx_reply.lo `test -f 'ares_parse_mx_reply.c' || echo './'`ares_parse_mx_reply.c
mv -f .deps/libcares_la-ares_getenv.Tpo .deps/libcares_la-ares_getenv.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_naptr_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_naptr_reply.Tpo -c -o libcares_la-ares_parse_naptr_reply.lo `test -f 'ares_parse_naptr_reply.c' || echo './'`ares_parse_naptr_reply.c
mv -f .deps/libcares_la-ares_gethostbyname.Tpo .deps/libcares_la-ares_gethostbyname.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_ns_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_ns_reply.Tpo -c -o libcares_la-ares_parse_ns_reply.lo `test -f 'ares_parse_ns_reply.c' || echo './'`ares_parse_ns_reply.c
mv -f .deps/libcares_la-ares_llist.Tpo .deps/libcares_la-ares_llist.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_ptr_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_ptr_reply.Tpo -c -o libcares_la-ares_parse_ptr_reply.lo `test -f 'ares_parse_ptr_reply.c' || echo './'`ares_parse_ptr_reply.c
mv -f .deps/libcares_la-ares_gethostbyaddr.Tpo .deps/libcares_la-ares_gethostbyaddr.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_soa_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_soa_reply.Tpo -c -o libcares_la-ares_parse_soa_reply.lo `test -f 'ares_parse_soa_reply.c' || echo './'`ares_parse_soa_reply.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_mx_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_mx_reply.Tpo -c ares_parse_mx_reply.c -o libcares_la-ares_parse_mx_reply.o
mv -f .deps/libcares_la-ares_create_query.Tpo .deps/libcares_la-ares_create_query.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_srv_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_srv_reply.Tpo -c -o libcares_la-ares_parse_srv_reply.lo `test -f 'ares_parse_srv_reply.c' || echo './'`ares_parse_srv_reply.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_srv_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_srv_reply.Tpo -c ares_parse_srv_reply.c -o libcares_la-ares_parse_srv_reply.o
mv -f .deps/libcares_la-ares_mkquery.Tpo .deps/libcares_la-ares_mkquery.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_txt_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_txt_reply.Tpo -c -o libcares_la-ares_parse_txt_reply.lo `test -f 'ares_parse_txt_reply.c' || echo './'`ares_parse_txt_reply.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_ns_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_ns_reply.Tpo -c ares_parse_ns_reply.c -o libcares_la-ares_parse_ns_reply.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_ptr_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_ptr_reply.Tpo -c ares_parse_ptr_reply.c -o libcares_la-ares_parse_ptr_reply.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_soa_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_soa_reply.Tpo -c ares_parse_soa_reply.c -o libcares_la-ares_parse_soa_reply.o
mv -f .deps/libcares_la-ares_nowarn.Tpo .deps/libcares_la-ares_nowarn.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_platform.lo -MD -MP -MF .deps/libcares_la-ares_platform.Tpo -c -o libcares_la-ares_platform.lo `test -f 'ares_platform.c' || echo './'`ares_platform.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_naptr_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_naptr_reply.Tpo -c ares_parse_naptr_reply.c -o libcares_la-ares_parse_naptr_reply.o
mv -f .deps/libcares_la-ares_parse_a_reply.Tpo .deps/libcares_la-ares_parse_a_reply.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_process.lo -MD -MP -MF .deps/libcares_la-ares_process.Tpo -c -o libcares_la-ares_process.lo `test -f 'ares_process.c' || echo './'`ares_process.c
mv -f .deps/libcares_la-ares_options.Tpo .deps/libcares_la-ares_options.Plo
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_platform.lo -MD -MP -MF .deps/libcares_la-ares_platform.Tpo -c ares_platform.c -o libcares_la-ares_platform.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_query.lo -MD -MP -MF .deps/libcares_la-ares_query.Tpo -c -o libcares_la-ares_query.lo `test -f 'ares_query.c' || echo './'`ares_query.c
mv -f .deps/libcares_la-ares_parse_aaaa_reply.Tpo .deps/libcares_la-ares_parse_aaaa_reply.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_search.lo -MD -MP -MF .deps/libcares_la-ares_search.Tpo -c -o libcares_la-ares_search.lo `test -f 'ares_search.c' || echo './'`ares_search.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_process.lo -MD -MP -MF .deps/libcares_la-ares_process.Tpo -c ares_process.c -o libcares_la-ares_process.o
mv -f .deps/libcares_la-ares_getnameinfo.Tpo .deps/libcares_la-ares_getnameinfo.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_send.lo -MD -MP -MF .deps/libcares_la-ares_send.Tpo -c -o libcares_la-ares_send.lo `test -f 'ares_send.c' || echo './'`ares_send.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_send.lo -MD -MP -MF .deps/libcares_la-ares_send.Tpo -c ares_send.c -o libcares_la-ares_send.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_parse_txt_reply.lo -MD -MP -MF .deps/libcares_la-ares_parse_txt_reply.Tpo -c ares_parse_txt_reply.c -o libcares_la-ares_parse_txt_reply.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_query.lo -MD -MP -MF .deps/libcares_la-ares_query.Tpo -c ares_query.c -o libcares_la-ares_query.o
mv -f .deps/libcares_la-ares_getaddrinfo.Tpo .deps/libcares_la-ares_getaddrinfo.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_strcasecmp.lo -MD -MP -MF .deps/libcares_la-ares_strcasecmp.Tpo -c -o libcares_la-ares_strcasecmp.lo `test -f 'ares_strcasecmp.c' || echo './'`ares_strcasecmp.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_search.lo -MD -MP -MF .deps/libcares_la-ares_search.Tpo -c ares_search.c -o libcares_la-ares_search.o
mv -f .deps/libcares_la-ares_parse_caa_reply.Tpo .deps/libcares_la-ares_parse_caa_reply.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_strdup.lo -MD -MP -MF .deps/libcares_la-ares_strdup.Tpo -c -o libcares_la-ares_strdup.lo `test -f 'ares_strdup.c' || echo './'`ares_strdup.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_strcasecmp.lo -MD -MP -MF .deps/libcares_la-ares_strcasecmp.Tpo -c ares_strcasecmp.c -o libcares_la-ares_strcasecmp.o
mv -f .deps/libcares_la-ares_parse_soa_reply.Tpo .deps/libcares_la-ares_parse_soa_reply.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_strerror.lo -MD -MP -MF .deps/libcares_la-ares_strerror.Tpo -c -o libcares_la-ares_strerror.lo `test -f 'ares_strerror.c' || echo './'`ares_strerror.c
mv -f .deps/libcares_la-ares_parse_srv_reply.Tpo .deps/libcares_la-ares_parse_srv_reply.Plo
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_strdup.lo -MD -MP -MF .deps/libcares_la-ares_strdup.Tpo -c ares_strdup.c -o libcares_la-ares_strdup.o
mv -f .deps/libcares_la-ares_parse_ptr_reply.Tpo .deps/libcares_la-ares_parse_ptr_reply.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_strsplit.lo -MD -MP -MF .deps/libcares_la-ares_strsplit.Tpo -c -o libcares_la-ares_strsplit.lo `test -f 'ares_strsplit.c' || echo './'`ares_strsplit.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_timeout.lo -MD -MP -MF .deps/libcares_la-ares_timeout.Tpo -c -o libcares_la-ares_timeout.lo `test -f 'ares_timeout.c' || echo './'`ares_timeout.c
mv -f .deps/libcares_la-ares_library_init.Tpo .deps/libcares_la-ares_library_init.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_version.lo -MD -MP -MF .deps/libcares_la-ares_version.Tpo -c -o libcares_la-ares_version.lo `test -f 'ares_version.c' || echo './'`ares_version.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_strerror.lo -MD -MP -MF .deps/libcares_la-ares_strerror.Tpo -c ares_strerror.c -o libcares_la-ares_strerror.o
mv -f .deps/libcares_la-ares_parse_mx_reply.Tpo .deps/libcares_la-ares_parse_mx_reply.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_writev.lo -MD -MP -MF .deps/libcares_la-ares_writev.Tpo -c -o libcares_la-ares_writev.lo `test -f 'ares_writev.c' || echo './'`ares_writev.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_version.lo -MD -MP -MF .deps/libcares_la-ares_version.Tpo -c ares_version.c -o libcares_la-ares_version.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_timeout.lo -MD -MP -MF .deps/libcares_la-ares_timeout.Tpo -c ares_timeout.c -o libcares_la-ares_timeout.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_strsplit.lo -MD -MP -MF .deps/libcares_la-ares_strsplit.Tpo -c ares_strsplit.c -o libcares_la-ares_strsplit.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-ares_writev.lo -MD -MP -MF .deps/libcares_la-ares_writev.Tpo -c ares_writev.c -o libcares_la-ares_writev.o
mv -f .deps/libcares_la-ares_parse_ns_reply.Tpo .deps/libcares_la-ares_parse_ns_reply.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-bitncmp.lo -MD -MP -MF .deps/libcares_la-bitncmp.Tpo -c -o libcares_la-bitncmp.lo `test -f 'bitncmp.c' || echo './'`bitncmp.c
mv -f .deps/libcares_la-ares_parse_naptr_reply.Tpo .deps/libcares_la-ares_parse_naptr_reply.Plo
mv -f .deps/libcares_la-ares_query.Tpo .deps/libcares_la-ares_query.Plo
mv -f .deps/libcares_la-ares_platform.Tpo .deps/libcares_la-ares_platform.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-inet_net_pton.lo -MD -MP -MF .deps/libcares_la-inet_net_pton.Tpo -c -o libcares_la-inet_net_pton.lo `test -f 'inet_net_pton.c' || echo './'`inet_net_pton.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-inet_ntop.lo -MD -MP -MF .deps/libcares_la-inet_ntop.Tpo -c -o libcares_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo './'`inet_ntop.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-windows_port.lo -MD -MP -MF .deps/libcares_la-windows_port.Tpo -c -o libcares_la-windows_port.lo `test -f 'windows_port.c' || echo './'`windows_port.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-bitncmp.lo -MD -MP -MF .deps/libcares_la-bitncmp.Tpo -c bitncmp.c -o libcares_la-bitncmp.o
mv -f .deps/libcares_la-ares_parse_txt_reply.Tpo .deps/libcares_la-ares_parse_txt_reply.Plo
mv -f .deps/libcares_la-ares_send.Tpo .deps/libcares_la-ares_send.Plo
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-inet_net_pton.lo -MD -MP -MF .deps/libcares_la-inet_net_pton.Tpo -c inet_net_pton.c -o libcares_la-inet_net_pton.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-windows_port.lo -MD -MP -MF .deps/libcares_la-windows_port.Tpo -c windows_port.c -o libcares_la-windows_port.o
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -DCARES_STATICLIB -DCARES_BUILDING_LIBRARY -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT libcares_la-inet_ntop.lo -MD -MP -MF .deps/libcares_la-inet_ntop.Tpo -c inet_ntop.c -o libcares_la-inet_ntop.o
mv -f .deps/libcares_la-ares_process.Tpo .deps/libcares_la-ares_process.Plo
mv -f .deps/libcares_la-ares_init.Tpo .deps/libcares_la-ares_init.Plo
mv -f .deps/libcares_la-ares_strcasecmp.Tpo .deps/libcares_la-ares_strcasecmp.Plo
mv -f .deps/libcares_la-ares_search.Tpo .deps/libcares_la-ares_search.Plo
mv -f .deps/libcares_la-ares_strdup.Tpo .deps/libcares_la-ares_strdup.Plo
mv -f .deps/libcares_la-ares_strerror.Tpo .deps/libcares_la-ares_strerror.Plo
mv -f .deps/libcares_la-ares_writev.Tpo .deps/libcares_la-ares_writev.Plo
mv -f .deps/libcares_la-ares_version.Tpo .deps/libcares_la-ares_version.Plo
mv -f .deps/libcares_la-ares_strsplit.Tpo .deps/libcares_la-ares_strsplit.Plo
mv -f .deps/libcares_la-ares_timeout.Tpo .deps/libcares_la-ares_timeout.Plo
mv -f .deps/libcares_la-bitncmp.Tpo .deps/libcares_la-bitncmp.Plo
mv -f .deps/libcares_la-windows_port.Tpo .deps/libcares_la-windows_port.Plo
mv -f .deps/libcares_la-inet_ntop.Tpo .deps/libcares_la-inet_ntop.Plo
mv -f .deps/libcares_la-inet_net_pton.Tpo .deps/libcares_la-inet_net_pton.Plo
/bin/sh ../../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -g0 -O2 -Wno-system-headers -version-info 6:2:4 -no-undefined -s -static --static -o libcares.la -rpath /cross_root/x86_64-w64-mingw32/lib libcares_la-ares__close_sockets.lo libcares_la-ares__get_hostent.lo libcares_la-ares__parse_into_addrinfo.lo libcares_la-ares__readaddrinfo.lo libcares_la-ares__sortaddrinfo.lo libcares_la-ares__read_line.lo libcares_la-ares__timeval.lo libcares_la-ares_android.lo libcares_la-ares_cancel.lo libcares_la-ares_data.lo libcares_la-ares_destroy.lo libcares_la-ares_expand_name.lo libcares_la-ares_expand_string.lo libcares_la-ares_fds.lo libcares_la-ares_free_hostent.lo libcares_la-ares_free_string.lo libcares_la-ares_freeaddrinfo.lo libcares_la-ares_getaddrinfo.lo libcares_la-ares_getenv.lo libcares_la-ares_gethostbyaddr.lo libcares_la-ares_gethostbyname.lo libcares_la-ares_getnameinfo.lo libcares_la-ares_getsock.lo libcares_la-ares_init.lo libcares_la-ares_library_init.lo libcares_la-ares_llist.lo libcares_la-ares_mkquery.lo libcares_la-ares_create_query.lo libcares_la-ares_nowarn.lo libcares_la-ares_options.lo libcares_la-ares_parse_a_reply.lo libcares_la-ares_parse_aaaa_reply.lo libcares_la-ares_parse_caa_reply.lo libcares_la-ares_parse_mx_reply.lo libcares_la-ares_parse_naptr_reply.lo libcares_la-ares_parse_ns_reply.lo libcares_la-ares_parse_ptr_reply.lo libcares_la-ares_parse_soa_reply.lo libcares_la-ares_parse_srv_reply.lo libcares_la-ares_parse_txt_reply.lo libcares_la-ares_platform.lo libcares_la-ares_process.lo libcares_la-ares_query.lo libcares_la-ares_search.lo libcares_la-ares_send.lo libcares_la-ares_strcasecmp.lo libcares_la-ares_strdup.lo libcares_la-ares_strerror.lo libcares_la-ares_strsplit.lo libcares_la-ares_timeout.lo libcares_la-ares_version.lo libcares_la-ares_writev.lo libcares_la-bitncmp.lo libcares_la-inet_net_pton.lo libcares_la-inet_ntop.lo libcares_la-windows_port.lo -lws2_32
libtool: link: /cross_root/bin/x86_64-w64-mingw32-ar cr .libs/libcares.a libcares_la-ares__close_sockets.o libcares_la-ares__get_hostent.o libcares_la-ares__parse_into_addrinfo.o libcares_la-ares__readaddrinfo.o libcares_la-ares__sortaddrinfo.o libcares_la-ares__read_line.o libcares_la-ares__timeval.o libcares_la-ares_android.o libcares_la-ares_cancel.o libcares_la-ares_data.o libcares_la-ares_destroy.o libcares_la-ares_expand_name.o libcares_la-ares_expand_string.o libcares_la-ares_fds.o libcares_la-ares_free_hostent.o libcares_la-ares_free_string.o libcares_la-ares_freeaddrinfo.o libcares_la-ares_getaddrinfo.o libcares_la-ares_getenv.o libcares_la-ares_gethostbyaddr.o libcares_la-ares_gethostbyname.o libcares_la-ares_getnameinfo.o libcares_la-ares_getsock.o libcares_la-ares_init.o libcares_la-ares_library_init.o libcares_la-ares_llist.o libcares_la-ares_mkquery.o libcares_la-ares_create_query.o libcares_la-ares_nowarn.o libcares_la-ares_options.o libcares_la-ares_parse_a_reply.o libcares_la-ares_parse_aaaa_reply.o libcares_la-ares_parse_caa_reply.o libcares_la-ares_parse_mx_reply.o libcares_la-ares_parse_naptr_reply.o libcares_la-ares_parse_ns_reply.o libcares_la-ares_parse_ptr_reply.o libcares_la-ares_parse_soa_reply.o libcares_la-ares_parse_srv_reply.o libcares_la-ares_parse_txt_reply.o libcares_la-ares_platform.o libcares_la-ares_process.o libcares_la-ares_query.o libcares_la-ares_search.o libcares_la-ares_send.o libcares_la-ares_strcasecmp.o libcares_la-ares_strdup.o libcares_la-ares_strerror.o libcares_la-ares_strsplit.o libcares_la-ares_timeout.o libcares_la-ares_version.o libcares_la-ares_writev.o libcares_la-bitncmp.o libcares_la-inet_net_pton.o libcares_la-inet_ntop.o libcares_la-windows_port.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libcares.a
libtool: link: ( cd ".libs" && rm -f "libcares.la" && ln -s "../libcares.la" "libcares.la" )
make[4]: Leaving directory '/usr/src/c-ares/src/lib'
make[3]: Leaving directory '/usr/src/c-ares/src/lib'
make[2]: Leaving directory '/usr/src/c-ares/src/lib'
Making all in tools
make[2]: Entering directory '/usr/src/c-ares/src/tools'
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -I../../src/lib -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT ahost-ahost.o -MD -MP -MF .deps/ahost-ahost.Tpo -c -o ahost-ahost.o `test -f 'ahost.c' || echo './'`ahost.c
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -I../../src/lib -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT ahost-ares_getopt.o -MD -MP -MF .deps/ahost-ares_getopt.Tpo -c -o ahost-ares_getopt.o `test -f 'ares_getopt.c' || echo './'`ares_getopt.c
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -I../../src/lib -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT adig-adig.o -MD -MP -MF .deps/adig-adig.Tpo -c -o adig-adig.o `test -f 'adig.c' || echo './'`adig.c
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -I../../src/lib -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT adig-ares_getopt.o -MD -MP -MF .deps/adig-ares_getopt.Tpo -c -o adig-ares_getopt.o `test -f 'ares_getopt.c' || echo './'`ares_getopt.c
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -I../../src/lib -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT acountry-acountry.o -MD -MP -MF .deps/acountry-acountry.Tpo -c -o acountry-acountry.o `test -f 'acountry.c' || echo './'`acountry.c
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -I../../src/lib -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT acountry-ares_getopt.o -MD -MP -MF .deps/acountry-ares_getopt.Tpo -c -o acountry-ares_getopt.o `test -f 'ares_getopt.c' || echo './'`ares_getopt.c
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -I../../src/lib -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT ../lib/ahost-ares_nowarn.o -MD -MP -MF ../lib/.deps/ahost-ares_nowarn.Tpo -c -o ../lib/ahost-ares_nowarn.o `test -f '../lib/ares_nowarn.c' || echo './'`../lib/ares_nowarn.c
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -I../../src/lib -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT ../lib/ahost-ares_strcasecmp.o -MD -MP -MF ../lib/.deps/ahost-ares_strcasecmp.Tpo -c -o ../lib/ahost-ares_strcasecmp.o `test -f '../lib/ares_strcasecmp.c' || echo './'`../lib/ares_strcasecmp.c
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -I../../src/lib -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT ../lib/adig-ares_nowarn.o -MD -MP -MF ../lib/.deps/adig-ares_nowarn.Tpo -c -o ../lib/adig-ares_nowarn.o `test -f '../lib/ares_nowarn.c' || echo './'`../lib/ares_nowarn.c
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -I../../src/lib -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT ../lib/adig-ares_strcasecmp.o -MD -MP -MF ../lib/.deps/adig-ares_strcasecmp.Tpo -c -o ../lib/adig-ares_strcasecmp.o `test -f '../lib/ares_strcasecmp.c' || echo './'`../lib/ares_strcasecmp.c
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -I../../src/lib -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT ../lib/acountry-ares_nowarn.o -MD -MP -MF ../lib/.deps/acountry-ares_nowarn.Tpo -c -o ../lib/acountry-ares_nowarn.o `test -f '../lib/ares_nowarn.c' || echo './'`../lib/ares_nowarn.c
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I../../include -I../../src/lib -I../../include -I../../src/lib -D_WIN32_WINNT=0x0600 -g0 -O2 -Wno-system-headers -MT ../lib/acountry-ares_strcasecmp.o -MD -MP -MF ../lib/.deps/acountry-ares_strcasecmp.Tpo -c -o ../lib/acountry-ares_strcasecmp.o `test -f '../lib/ares_strcasecmp.c' || echo './'`../lib/ares_strcasecmp.c
mv -f .deps/acountry-ares_getopt.Tpo .deps/acountry-ares_getopt.Po
mv -f .deps/ahost-ares_getopt.Tpo .deps/ahost-ares_getopt.Po
mv -f .deps/adig-ares_getopt.Tpo .deps/adig-ares_getopt.Po
mv -f ../lib/.deps/adig-ares_strcasecmp.Tpo ../lib/.deps/adig-ares_strcasecmp.Po
mv -f ../lib/.deps/ahost-ares_strcasecmp.Tpo ../lib/.deps/ahost-ares_strcasecmp.Po
mv -f ../lib/.deps/ahost-ares_nowarn.Tpo ../lib/.deps/ahost-ares_nowarn.Po
mv -f ../lib/.deps/acountry-ares_nowarn.Tpo ../lib/.deps/acountry-ares_nowarn.Po
mv -f ../lib/.deps/adig-ares_nowarn.Tpo ../lib/.deps/adig-ares_nowarn.Po
mv -f .deps/acountry-acountry.Tpo .deps/acountry-acountry.Po
mv -f ../lib/.deps/acountry-ares_strcasecmp.Tpo ../lib/.deps/acountry-ares_strcasecmp.Po
/bin/sh ../../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -g0 -O2 -Wno-system-headers -s -static --static -o acountry.exe acountry-acountry.o acountry-ares_getopt.o ../lib/acountry-ares_nowarn.o ../lib/acountry-ares_strcasecmp.o ../../src/lib/libcares.la -lws2_32
libtool: link: x86_64-w64-mingw32-gcc -g0 -O2 -Wno-system-headers -s --static -o acountry.exe acountry-acountry.o acountry-ares_getopt.o ../lib/acountry-ares_nowarn.o ../lib/acountry-ares_strcasecmp.o ../../src/lib/.libs/libcares.a -lws2_32
mv -f .deps/ahost-ahost.Tpo .deps/ahost-ahost.Po
/bin/sh ../../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -g0 -O2 -Wno-system-headers -s -static --static -o ahost.exe ahost-ahost.o ahost-ares_getopt.o ../lib/ahost-ares_nowarn.o ../lib/ahost-ares_strcasecmp.o ../../src/lib/libcares.la -lws2_32
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text+0x116): undefined reference to `__imp_ares_fds'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text+0x11d): undefined reference to `__imp_ares_timeout'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text+0x12b): undefined reference to `__imp_ares_process'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text+0x3a9): undefined reference to `__imp_ares_inet_ntop'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text+0x3f4): undefined reference to `__imp_ares_strerror'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text.startup+0x3e): undefined reference to `__imp_ares_library_init'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text.startup+0xb7): undefined reference to `__imp_ares_init'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text.startup+0xd5): undefined reference to `__imp_ares_inet_pton'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text.startup+0xe6): undefined reference to `__imp_ares_gethostbyname'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text.startup+0x1dd): undefined reference to `__imp_ares_destroy'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text.startup+0x1e3): undefined reference to `__imp_ares_library_cleanup'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text.startup+0x21f): undefined reference to `__imp_ares_strerror'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: acountry-acountry.o:acountry.c:(.text.startup+0x24f): undefined reference to `__imp_ares_strerror'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:460: acountry.exe] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: link: x86_64-w64-mingw32-gcc -g0 -O2 -Wno-system-headers -s --static -o ahost.exe ahost-ahost.o ahost-ares_getopt.o ../lib/ahost-ares_nowarn.o ../lib/ahost-ares_strcasecmp.o ../../src/lib/.libs/libcares.a -lws2_32
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text+0x10b): undefined reference to `__imp_ares_inet_ntop'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text+0x1ac): undefined reference to `__imp_ares_strerror'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x58): undefined reference to `__imp_ares_library_init'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x18f): undefined reference to `__imp_ares_init_options'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x1ad): undefined reference to `__imp_ares_inet_pton'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x1b4): undefined reference to `__imp_ares_gethostbyname'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x1c0): undefined reference to `__imp_ares_gethostbyaddr'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x25a): undefined reference to `__imp_ares_fds'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x261): undefined reference to `__imp_ares_timeout'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x27f): undefined reference to `__imp_ares_process'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x2ee): undefined reference to `__imp_ares_destroy'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x2f4): undefined reference to `__imp_ares_library_cleanup'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x342): undefined reference to `__imp_ares_gethostbyaddr'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x355): undefined reference to `__imp_ares_strerror'
/cross_root/bin/../lib/gcc/x86_64-w64-mingw32/9.3.1/../../../../x86_64-w64-mingw32/bin/ld: ahost-ahost.o:ahost.c:(.text.startup+0x385): undefined reference to `__imp_ares_strerror'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:476: ahost.exe] Error 1
mv -f .deps/adig-adig.Tpo .deps/adig-adig.Po
make[2]: Leaving directory '/usr/src/c-ares/src/tools'
make[1]: *** [Makefile:387: all-recursive] Error 1
make[1]: Leaving directory '/usr/src/c-ares/src'
make: *** [Makefile:487: all-recursive] Error 1 |
Static lib on windows... bluergh. Then you need to define |
yep ... i just looked at that. got to make a change in src/tools/Makefile.am ... coming up... |
When c-ares is being built as static on Win32, CARES_STATICLIB must be defined, but it wasn't being pulled in for the tools. Fixes: c-ares#384 Fix By: Brad House (@bradh352)
c-ares 1.17.1. Here is the output: https://github.com/abcfy2/aria2-static-build/runs/1440011736?check_suite_focus=true
But 1.16.1 is working.
Here is my environments:
The text was updated successfully, but these errors were encountered: