shadowsocks / shadowsocks-libev

Bug-fix-only libev port of shadowsocks. Future development moved to shadowsocks-rust
https://github.com/shadowsocks/shadowsocks-rust
GNU General Public License v3.0
15.8k stars 5.7k forks source link

compile error #1407

Closed wumingsh closed 7 years ago

wumingsh commented 7 years ago

What version of shadowsocks-libev are you using?

3.0.5

What operating system are you using?

Windows 10

What did you do?

Compile using MSYS2 MinGW-w64

What did you expect to see?

compile successful

What did you see instead?

src/libcork/posix/subprocess.c:14:24: fatal error: sys/select.h: No such file or directory CC src/libcork/posix/libcork_la-subprocess.lo src/libcork/posix/subprocess.c:14:24: fatal error: sys/select.h: No such file or directory

include <sys/select.h>

                    ^

compilation terminated. make[2]: [Makefile:716: src/libcork/posix/libcork_la-subprocess.lo] Error 1 make[2]: Leaving directory '/home/root/shadowsocks-libev-3.0.5/libcork' make[1]: [Makefile:467: all-recursive] Error 1 make[1]: Leaving directory '/home/root/shadowsocks-libev-3.0.5' make: *** [Makefile:375: all] Error 2

What is your config in detail (with all sensitive info masked)?

This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

It was created by shadowsocks-libev configure 3.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure --disable-documentation --host=x86_64-w64-mingw32

---------

Platform.

---------

hostname = DESKTOP-5OR4S0N uname -m = x86_64 uname -r = 2.7.0(0.306/5/3) uname -s = MINGW64_NT-10.0 uname -v = 2017-02-14 08:57

/usr/bin/uname -p = unknown /bin/uname -X = unknown

/bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown

PATH: /mingw64/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /c/Windows/System32 PATH: /c/Windows PATH: /c/Windows/System32/Wbem PATH: /c/Windows/System32/WindowsPowerShell/v1.0/ PATH: /usr/bin/site_perl PATH: /usr/bin/vendor_perl PATH: /usr/bin/core_perl

-----------

Core tests.

-----------

configure:2322: loading site script /mingw64/etc/config.site # This file is in public domain. # Original author: Karlson2k (Evgeny Grin) # Written for MSys2/MinGW64 to help running 'configure' scripts
# Defaults for MinGW64-targeted programs
# Set proper selfname on bash and fallback to default name on other shells
test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" config_site_me=config.site
# Set default 'host' to speedup configure
if test -z "$build_alias"; then
build_alias="${MSYSTEM_CHOST-x86_64-w64-mingw32}" && \
$as_echo "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
fi
# Set default 'prefix' to "/mingw64"
if ( test -z "$prefix" test "x$prefix" = "xNONE" ) && \
( test -z "$exec_prefix" test "x$exec_prefix" = "xNONE" ); then
prefix="${MSYSTEM_PREFIX-/mingw64}" && \
$as_echo "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
fi

config.site:13: default build_alias set to x86_64-w64-mingw32 config.site:20: default prefix set to /mingw64 configure:2463: checking for x86_64-w64-mingw32-gcc configure:2479: found /mingw64/bin/x86_64-w64-mingw32-gcc configure:2490: result: x86_64-w64-mingw32-gcc configure:2759: checking for C compiler version configure:2768: x86_64-w64-mingw32-gcc --version >&5 x86_64-w64-mingw32-gcc.exe (Rev2, Built by MSYS2 project) 6.3.0 Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2779: $? = 0 configure:2768: x86_64-w64-mingw32-gcc -v >&5 Using built-in specs. COLLECT_GCC=C:\msys64\mingw64\bin\x86_64-w64-mingw32-gcc.exe COLLECT_LTO_WRAPPER=C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../gcc-6.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld Thread model: posix gcc version 6.3.0 (Rev2, Built by MSYS2 project) configure:2779: $? = 0 configure:2768: x86_64-w64-mingw32-gcc -V >&5 x86_64-w64-mingw32-gcc.exe: error: unrecognized command line option '-V' x86_64-w64-mingw32-gcc.exe: fatal error: no input files compilation terminated. configure:2779: $? = 1 configure:2768: x86_64-w64-mingw32-gcc -qversion >&5 x86_64-w64-mingw32-gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-w64-mingw32-gcc.exe: fatal error: no input files compilation terminated. configure:2779: $? = 1 configure:2799: checking whether the C compiler works configure:2821: x86_64-w64-mingw32-gcc conftest.c >&5 configure:2825: $? = 0 configure:2873: result: yes configure:2876: checking for C compiler default output file name configure:2878: result: a.exe configure:2884: checking for suffix of executables configure:2891: x86_64-w64-mingw32-gcc -o conftest.exe conftest.c >&5 configure:2895: $? = 0 configure:2917: result: .exe configure:2939: checking whether we are cross compiling configure:2947: x86_64-w64-mingw32-gcc -o conftest.exe conftest.c >&5 configure:2951: $? = 0 configure:2958: ./conftest.exe configure:2962: $? = 0 configure:2977: result: no configure:2982: checking for suffix of object files configure:3004: x86_64-w64-mingw32-gcc -c conftest.c >&5 configure:3008: $? = 0 configure:3029: result: o configure:3033: checking whether we are using the GNU C compiler configure:3052: x86_64-w64-mingw32-gcc -c conftest.c >&5 configure:3052: $? = 0 configure:3061: result: yes configure:3070: checking whether x86_64-w64-mingw32-gcc accepts -g configure:3090: x86_64-w64-mingw32-gcc -c -g conftest.c >&5 configure:3090: $? = 0 configure:3131: result: yes configure:3148: checking for x86_64-w64-mingw32-gcc option to accept ISO C89 configure:3211: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3211: $? = 0 configure:3224: result: none needed configure:3249: checking whether x86_64-w64-mingw32-gcc understands -c and -o together configure:3271: x86_64-w64-mingw32-gcc -c conftest.c -o conftest2.o configure:3274: $? = 0 configure:3271: x86_64-w64-mingw32-gcc -c conftest.c -o conftest2.o configure:3274: $? = 0 configure:3286: result: yes configure:3309: checking how to run the C preprocessor configure:3340: x86_64-w64-mingw32-gcc -E conftest.c configure:3340: $? = 0 configure:3354: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory

include

                        ^

compilation terminated. configure:3354: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | / end confdefs.h. / | #include configure:3379: result: x86_64-w64-mingw32-gcc -E configure:3399: x86_64-w64-mingw32-gcc -E conftest.c configure:3399: $? = 0 configure:3413: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory

include

                        ^

compilation terminated. configure:3413: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | / end confdefs.h. / | #include configure:3442: checking for grep that handles long lines and -e configure:3500: result: /usr/bin/grep configure:3505: checking for egrep configure:3567: result: /usr/bin/grep -E configure:3572: checking for ANSI C header files configure:3592: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3592: $? = 0 configure:3665: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 conftest.c >&5 configure:3665: $? = 0 configure:3665: ./conftest.exe configure:3665: $? = 0 configure:3676: result: yes configure:3689: checking for sys/types.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for sys/stat.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for stdlib.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for string.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for memory.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for strings.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for inttypes.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for stdint.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for unistd.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3702: checking minix/config.h usability configure:3702: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 conftest.c:52:26: fatal error: minix/config.h: No such file or directory

include <minix/config.h>

                      ^

compilation terminated. configure:3702: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include <minix/config.h> configure:3702: result: no configure:3702: checking minix/config.h presence configure:3702: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:19:26: fatal error: minix/config.h: No such file or directory

include <minix/config.h>

                      ^

compilation terminated. configure:3702: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | / end confdefs.h. / | #include <minix/config.h> configure:3702: result: no configure:3702: checking for minix/config.h configure:3702: result: no configure:3723: checking whether it is safe to define EXTENSIONS configure:3741: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3741: $? = 0 configure:3748: result: yes configure:3779: checking for a BSD-compatible install configure:3847: result: /usr/bin/install -c configure:3858: checking whether build environment is sane configure:3913: result: yes configure:4061: checking for a thread-safe mkdir -p configure:4100: result: /usr/bin/mkdir -p configure:4107: checking for gawk configure:4123: found /usr/bin/gawk configure:4134: result: gawk configure:4145: checking whether make sets $(MAKE) configure:4167: result: yes configure:4197: checking for style of include used by make configure:4225: result: GNU configure:4259: checking whether make supports nested variables configure:4276: result: yes configure:4361: checking dependency style of x86_64-w64-mingw32-gcc configure:4472: result: gcc3 configure:4534: checking for x86_64-w64-mingw32-ar configure:4564: result: no configure:4534: checking for x86_64-w64-mingw32-lib configure:4564: result: no configure:4534: checking for x86_64-w64-mingw32-link configure:4564: result: no configure:4578: checking for ar configure:4594: found /mingw64/bin/ar configure:4605: result: ar configure:4631: checking the archiver (ar) interface configure:4647: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:4647: $? = 0 configure:4649: ar cru libconftest.a conftest.o >&5 configure:4652: $? = 0 configure:4680: result: ar configure:4711: checking whether make supports nested variables configure:4728: result: yes configure:4740: checking whether to enable maintainer-specific portions of Makefiles configure:4749: result: no configure:4873: checking build system type configure:4887: result: x86_64-w64-mingw32 configure:4907: checking host system type configure:4920: result: x86_64-w64-mingw32 configure:4961: checking how to print strings configure:4988: result: printf configure:5009: checking for a sed that does not truncate output configure:5073: result: /usr/bin/sed configure:5091: checking for fgrep configure:5153: result: /usr/bin/grep -F configure:5188: checking for ld used by x86_64-w64-mingw32-gcc configure:5255: result: C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe configure:5262: checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld configure:5277: result: yes configure:5289: checking for BSD- or MS-compatible name lister (nm) configure:5338: result: /mingw64/bin/nm -B configure:5468: checking the name lister (/mingw64/bin/nm -B) interface configure:5475: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:5478: /mingw64/bin/nm -B "conftest.o" configure:5481: output 0000000000000000 b .bss 0000000000000000 d .data 0000000000000000 N .debug_abbrev 0000000000000000 N .debug_aranges 0000000000000000 N .debug_info 0000000000000000 N .debug_line 0000000000000000 r .rdata$zzz 0000000000000000 t .text 0000000000000000 B some_variable configure:5488: result: BSD nm configure:5491: checking whether ln -s works configure:5498: result: no, using cp -pR configure:5503: checking the maximum length of command line arguments configure:5634: result: 8192 configure:5651: checking whether the shell understands some XSI constructs configure:5661: result: yes configure:5665: checking whether the shell understands "+=" configure:5671: result: yes configure:5706: checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format configure:5746: result: func_convert_file_msys_to_w32 configure:5753: checking how to convert x86_64-w64-mingw32 file names to toolchain format configure:5773: result: func_convert_file_msys_to_w32 configure:5780: checking for C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files configure:5787: result: -r configure:5821: checking for x86_64-w64-mingw32-objdump configure:5851: result: no configure:5861: checking for objdump configure:5877: found /mingw64/bin/objdump configure:5888: result: objdump configure:5920: checking how to recognize dependent libraries configure:6118: result: file_magic ^x86 archive import|^x86 DLL configure:6163: checking for x86_64-w64-mingw32-dlltool configure:6193: result: no configure:6203: checking for dlltool configure:6219: found /mingw64/bin/dlltool configure:6230: result: dlltool configure:6263: checking how to associate runtime and link libraries configure:6290: result: func_cygming_dll_for_implib configure:6306: checking for x86_64-w64-mingw32-ar configure:6333: result: ar configure:6414: checking for archiver @FILE support configure:6431: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:6431: $? = 0 configure:6434: ar cru libconftest.a @conftest.lst >&5 configure:6437: $? = 0 configure:6442: ar cru libconftest.a @conftest.lst >&5 C:\msys64\mingw64\bin\ar.exe: conftest.o: No such file or directory configure:6445: $? = 1 configure:6457: result: @ configure:6475: checking for x86_64-w64-mingw32-strip configure:6505: result: no configure:6515: checking for strip configure:6531: found /mingw64/bin/strip configure:6542: result: strip configure:6574: checking for x86_64-w64-mingw32-ranlib configure:6604: result: no configure:6614: checking for ranlib configure:6630: found /mingw64/bin/ranlib configure:6641: result: ranlib configure:6743: checking command to parse /mingw64/bin/nm -B output from x86_64-w64-mingw32-gcc object configure:6863: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:6866: $? = 0 configure:6870: /mingw64/bin/nm -B conftest.o | sed -n -e 's/^.[ ]([ABCDGIRSTW][ABCDGIRSTW])[ ][ ]([_A-Za-z][_A-Za-z0-9]){0,1}$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm configure:6873: $? = 0 configure:6939: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5 configure:6942: $? = 0 configure:6980: result: ok configure:7017: checking for sysroot configure:7047: result: no configure:7276: checking for x86_64-w64-mingw32-mt configure:7306: result: no configure:7316: checking for mt configure:7346: result: no configure:7366: checking if : is a manifest tool configure:7372: : '-?' configure:7380: result: no configure:8019: checking for dlfcn.h configure:8019: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 conftest.c:60:19: fatal error: dlfcn.h: No such file or directory

include

               ^
compilation terminated. configure:8019: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif
#include
configure:8019: result: no configure:8164: checking for objdir configure:8179: result: .libs configure:8450: checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions configure:8468: x86_64-w64-mingw32-gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:8472: $? = 0 configure:8485: result: no configure:8812: checking for x86_64-w64-mingw32-gcc option to produce PIC configure:8819: result: -DDLL_EXPORT -DPIC configure:8827: checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works configure:8845: x86_64-w64-mingw32-gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5 configure:8849: $? = 0 configure:8862: result: yes configure:8891: checking if x86_64-w64-mingw32-gcc static flag -static works configure:8919: result: yes configure:8934: checking if x86_64-w64-mingw32-gcc supports -c -o file.o configure:8955: x86_64-w64-mingw32-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:8959: $? = 0 configure:8981: result: yes configure:8989: checking if x86_64-w64-mingw32-gcc supports -c -o file.o configure:9036: result: yes configure:9069: checking whether the x86_64-w64-mingw32-gcc linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries configure:10226: result: yes configure:10466: checking dynamic linker characteristics configure:11200: result: Win32 ld.exe configure:11307: checking how to hardcode library paths into programs configure:11332: result: immediate configure:11872: checking whether stripping libraries is possible configure:11877: result: yes configure:11912: checking if libtool supports shared libraries configure:11914: result: yes configure:11917: checking whether to build shared libraries configure:11938: result: no configure:11941: checking whether to build static libraries configure:11945: result: yes configure:12014: checking for pcre-config configure:12030: found /mingw64/bin/pcre-config configure:12041: result: pcre-config configure:12088: checking for pcre headers in /mingw64/include configure:12091: result: ok configure:12171: adding /mingw64/lib to RPATH configure:12196: checking for library containing pcre_exec configure:12227: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -L/mingw64/lib conftest.c >&5 C:\msys64\tmp\cc2J5xHl.o: In function main': C:\msys64\home\root\shadowsocks-libev-3.0.5/conftest.c:38: undefined reference topcre_exec' collect2.exe: error: ld returned 1 exit status configure:12227: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" / end confdefs.h. /
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char pcre_exec ();
int
main ()
{
return pcre_exec ();
;
return 0;
}

configure:12227: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -L/mingw64/lib conftest.c -lpcre >&5 configure:12227: $? = 0 configure:12244: result: -lpcre configure:12255: checking pcre.h usability configure:12255: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC conftest.c >&5 configure:12255: $? = 0 configure:12255: result: yes configure:12255: checking pcre.h presence configure:12255: x86_64-w64-mingw32-gcc -E conftest.c configure:12255: $? = 0 configure:12255: result: yes configure:12255: checking for pcre.h configure:12255: result: yes configure:12267: checking pcre/pcre.h usability configure:12267: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC conftest.c >&5 conftest.c:61:23: fatal error: pcre/pcre.h: No such file or directory

include <pcre/pcre.h>

                   ^

compilation terminated. configure:12267: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include <pcre/pcre.h> configure:12267: result: no configure:12267: checking pcre/pcre.h presence configure:12267: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:28:23: fatal error: pcre/pcre.h: No such file or directory

include <pcre/pcre.h>

                   ^

compilation terminated. configure:12267: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | / end confdefs.h. / | #include <pcre/pcre.h> configure:12267: result: no configure:12267: checking for pcre/pcre.h configure:12267: result: no configure:12580: checking for x86_64-w64-mingw32-gcc configure:12607: result: x86_64-w64-mingw32-gcc configure:12876: checking for C compiler version configure:12885: x86_64-w64-mingw32-gcc --version >&5 x86_64-w64-mingw32-gcc.exe (Rev2, Built by MSYS2 project) 6.3.0 Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:12896: $? = 0 configure:12885: x86_64-w64-mingw32-gcc -v >&5 Using built-in specs. COLLECT_GCC=C:\msys64\mingw64\bin\x86_64-w64-mingw32-gcc.exe COLLECT_LTO_WRAPPER=C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../gcc-6.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld Thread model: posix gcc version 6.3.0 (Rev2, Built by MSYS2 project) configure:12896: $? = 0 configure:12885: x86_64-w64-mingw32-gcc -V >&5 x86_64-w64-mingw32-gcc.exe: error: unrecognized command line option '-V' x86_64-w64-mingw32-gcc.exe: fatal error: no input files compilation terminated. configure:12896: $? = 1 configure:12885: x86_64-w64-mingw32-gcc -qversion >&5 x86_64-w64-mingw32-gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-w64-mingw32-gcc.exe: fatal error: no input files compilation terminated. configure:12896: $? = 1 configure:12900: checking whether we are using the GNU C compiler configure:12928: result: yes configure:12937: checking whether x86_64-w64-mingw32-gcc accepts -g configure:12998: result: yes configure:13015: checking for x86_64-w64-mingw32-gcc option to accept ISO C89 configure:13091: result: none needed configure:13116: checking whether x86_64-w64-mingw32-gcc understands -c and -o together configure:13153: result: yes configure:13172: checking whether ln -s works configure:13179: result: no, using cp -pR configure:13183: checking whether make sets $(MAKE) configure:13205: result: yes configure:13229: checking for thread local storage (TLS) class configure:13255: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13255: $? = 0 configure:13267: result: __thread configure:13312: checking for mbedtls_cipher_setup in -lmbedcrypto configure:13337: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -L/mingw64/lib conftest.c -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:13337: $? = 0 configure:13346: result: yes configure:13356: checking whether mbedtls supports Cipher Feedback mode or not configure:13376: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13376: $? = 0 configure:13377: result: ok configure:13386: checking whether mbedtls supports the ARC4 stream cipher or not configure:13406: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13406: $? = 0 configure:13407: result: ok configure:13416: checking whether mbedtls supports the Blowfish block cipher or not configure:13436: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13436: $? = 0 configure:13437: result: ok configure:13446: checking whether mbedtls supports the Camellia block cipher or not configure:13466: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13466: $? = 0 configure:13467: result: ok configure:13506: checking for sodium_init in -lsodium configure:13531: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:13531: $? = 0 configure:13540: result: yes configure:13567: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13567: $? = 0 configure:13568: result: checking for version of libsodium... yes configure:13577: checking for C/C++ restrict keyword configure:13602: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13602: $? = 0 configure:13610: result: __restrict configure:13629: checking for netdb.h configure:13629: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 conftest.c:65:19: fatal error: netdb.h: No such file or directory

include

               ^
compilation terminated. configure:13629: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif
#include

configure:13629: result: no configure:13648: checking for library containing inet_ntop configure:13679: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:13679: $? = 0 configure:13696: result: none required configure:13728: checking whether inet_ntop is declared configure:13728: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 conftest.c:31:23: fatal error: arpa/inet.h: No such file or directory

include <arpa/inet.h>

                   ^
compilation terminated. configure:13728: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict / end confdefs.h. / #include <arpa/inet.h> #if HAVE_NETDB_H # include #endif
int
main ()
{
#ifndef inet_ntop
#ifdef __cplusplus
(void) inet_ntop;
#else
(void) inet_ntop;
#endif
#endif
;
return 0;
}

configure:13728: result: no configure:13750: checking for what kind of host configure:13759: result: transparent proxy does not support for x86_64-w64-mingw32 configure:13947: checking whether x86_64-w64-mingw32-gcc is Clang configure:13972: result: no configure:14095: checking whether pthreads work with -pthread configure:14189: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:14189: $? = 0 configure:14198: result: yes configure:14217: checking for joinable pthread attribute configure:14235: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:14235: $? = 0 configure:14243: result: PTHREAD_CREATE_JOINABLE configure:14257: checking whether more special flags are required for pthreads configure:14270: result: no configure:14278: checking for PTHREAD_PRIO_INHERIT configure:14294: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:14294: $? = 0 configure:14303: result: yes configure:14410: checking if -fstack-protector and -fstack-protector-all are supported. configure:14423: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14423: $? = 0 configure:14440: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector-all conftest.c >&5 configure:14440: $? = 0 configure:14449: result: yes configure:14495: -fstack-protector enabled in CFLAGS configure:14519: checking limits.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14519: $? = 0 configure:14519: result: yes configure:14519: checking limits.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c configure:14519: $? = 0 configure:14519: result: yes configure:14519: checking for limits.h configure:14519: result: yes configure:14519: checking for stdint.h configure:14519: result: yes configure:14519: checking for inttypes.h configure:14519: result: yes configure:14519: checking arpa/inet.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:69:23: fatal error: arpa/inet.h: No such file or directory

include <arpa/inet.h>

                   ^

compilation terminated. configure:14519: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include <arpa/inet.h> configure:14519: result: no configure:14519: checking arpa/inet.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:36:23: fatal error: arpa/inet.h: No such file or directory

include <arpa/inet.h>

                   ^

compilation terminated. configure:14519: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | / end confdefs.h. / | #include <arpa/inet.h> configure:14519: result: no configure:14519: checking for arpa/inet.h configure:14519: result: no configure:14519: checking fcntl.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14519: $? = 0 configure:14519: result: yes configure:14519: checking fcntl.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c configure:14519: $? = 0 configure:14519: result: yes configure:14519: checking for fcntl.h configure:14519: result: yes configure:14519: checking langinfo.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:70:22: fatal error: langinfo.h: No such file or directory

include

                  ^

compilation terminated. configure:14519: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:14519: result: no configure:14519: checking langinfo.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:37:22: fatal error: langinfo.h: No such file or directory

include

                  ^

compilation terminated. configure:14519: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | / end confdefs.h. / | #include configure:14519: result: no configure:14519: checking for langinfo.h configure:14519: result: no configure:14519: checking locale.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14519: $? = 0 configure:14519: result: yes configure:14519: checking locale.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c configure:14519: $? = 0 configure:14519: result: yes configure:14519: checking for locale.h configure:14519: result: yes configure:14519: checking for netdb.h configure:14519: result: no configure:14519: checking netinet/in.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:71:24: fatal error: netinet/in.h: No such file or directory

include <netinet/in.h>

                    ^

compilation terminated. configure:14519: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include <netinet/in.h> configure:14519: result: no configure:14519: checking netinet/in.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:38:24: fatal error: netinet/in.h: No such file or directory

include <netinet/in.h>

                    ^

compilation terminated. configure:14519: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | / end confdefs.h. / | #include <netinet/in.h> configure:14519: result: no configure:14519: checking for netinet/in.h configure:14519: result: no configure:14519: checking for stdlib.h configure:14519: result: yes configure:14519: checking for string.h configure:14519: result: yes configure:14519: checking for strings.h configure:14519: result: yes configure:14519: checking for unistd.h configure:14519: result: yes configure:14519: checking sys/ioctl.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:75:23: fatal error: sys/ioctl.h: No such file or directory

include <sys/ioctl.h>

                   ^

compilation terminated. configure:14519: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include <sys/ioctl.h> configure:14519: result: no configure:14519: checking sys/ioctl.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:42:23: fatal error: sys/ioctl.h: No such file or directory

include <sys/ioctl.h>

                   ^

compilation terminated. configure:14519: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | / end confdefs.h. / | #include <sys/ioctl.h> configure:14519: result: no configure:14519: checking for sys/ioctl.h configure:14519: result: no configure:14519: checking linux/random.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:75:26: fatal error: linux/random.h: No such file or directory

include <linux/random.h>

                      ^

compilation terminated. configure:14519: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include <linux/random.h> configure:14519: result: no configure:14519: checking linux/random.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:42:26: fatal error: linux/random.h: No such file or directory

include <linux/random.h>

                      ^

compilation terminated. configure:14519: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | / end confdefs.h. / | #include <linux/random.h> configure:14519: result: no configure:14519: checking for linux/random.h configure:14519: result: no configure:14532: checking sys/socket.h usability configure:14532: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:75:24: fatal error: sys/socket.h: No such file or directory

include <sys/socket.h>

                    ^

compilation terminated. configure:14532: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include <sys/socket.h> configure:14532: result: no configure:14532: checking sys/socket.h presence configure:14532: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:42:24: fatal error: sys/socket.h: No such file or directory

include <sys/socket.h>

                    ^

compilation terminated. configure:14532: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | / end confdefs.h. / | #include <sys/socket.h> configure:14532: result: no configure:14532: checking for sys/socket.h configure:14532: result: no configure:14544: checking for net/if.h configure:14544: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:57:20: fatal error: net/if.h: No such file or directory

include <net/if.h>

                ^
compilation terminated. configure:14544: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 / end confdefs.h. /
#include
#ifdef STDC_HEADERS
# include
# include
#else
# ifdef HAVE_STDLIB_H
# include
# endif
#endif
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#include <net/if.h>
configure:14544: result: no configure:14613: checking whether byte ordering is bigendian configure:14628: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:44:9: error: unknown type name 'not' not a universal capable compiler ^~~ conftest.c:44:15: error: expected '=', ',', ';', 'asm' or 'attribute' before 'universal' not a universal capable compiler ^~~~~ conftest.c:44:15: error: unknown type name 'universal' configure:14628: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS / end confdefs.h. / #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy;
configure:14673: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14673: $? = 0 configure:14691: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:50:4: error: unknown type name 'not' not big endian ^~~ conftest.c:50:12: error: expected '=', ',', ';', 'asm' or 'attribute' before 'endian' not big endian ^~ configure:14691: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS / end confdefs.h. / #include <sys/types.h> #include <sys/param.h>
int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
;
return 0;
}

configure:14819: result: no configure:14838: checking for inline configure:14854: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14854: $? = 0 configure:14862: result: inline configure:14880: checking for ssize_t configure:14880: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14880: $? = 0 configure:14880: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:79:22: error: expected expression before ')' token if (sizeof ((ssize_t))) ^ configure:14880: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | #define CONNECT_IN_PROGRESS EINPROGRESS | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((ssize_t))) | return 0; | ; | return 0; | } configure:14880: result: yes configure:14893: checking whether to enable assertions configure:14911: result: yes configure:14914: checking for ANSI C header files configure:15018: result: yes configure:15026: checking for sys/wait.h that is POSIX.1 compatible configure:15052: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:45:22: fatal error: sys/wait.h: No such file or directory

include <sys/wait.h>

                  ^
compilation terminated. configure:15052: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 / end confdefs.h. / #include <sys/types.h> #include <sys/wait.h> #ifndef WEXITSTATUS # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) #endif #ifndef WIFEXITED # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) #endif
int
main ()
{
int s;
wait (&s);
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
;
return 0;
}

configure:15059: result: no configure:15068: checking for an ANSI C-conforming const configure:15134: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15134: $? = 0 configure:15141: result: yes configure:15149: checking for pid_t configure:15149: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15149: $? = 0 configure:15149: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:80:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:15149: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | #define CONNECT_IN_PROGRESS EINPROGRESS | #define STDC_HEADERS 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:15149: result: yes configure:15160: checking for size_t configure:15160: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15160: $? = 0 configure:15160: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:80:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:15160: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | #define CONNECT_IN_PROGRESS EINPROGRESS | #define STDC_HEADERS 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:15160: result: yes configure:15171: checking for ssize_t configure:15171: result: yes configure:15182: checking for uint16_t configure:15182: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15182: $? = 0 configure:15182: result: yes configure:15194: checking for uint8_t configure:15194: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15194: $? = 0 configure:15194: result: yes configure:15208: checking whether time.h and sys/time.h may both be included configure:15228: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15228: $? = 0 configure:15235: result: yes configure:15246: checking vfork.h usability configure:15246: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:78:19: fatal error: vfork.h: No such file or directory

include

               ^

compilation terminated. configure:15246: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | #define CONNECT_IN_PROGRESS EINPROGRESS | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:15246: result: no configure:15246: checking vfork.h presence configure:15246: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:45:19: fatal error: vfork.h: No such file or directory

include

               ^
compilation terminated. configure:15246: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 / end confdefs.h. / #include configure:15246: result: no configure:15246: checking for vfork.h configure:15246: result: no configure:15259: checking for fork configure:15259: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 conftest.c:68:6: warning: conflicting types for built-in function 'fork' char fork (); ^~~~ C:\msys64\tmp\ccDU6pji.o: In function main': C:\msys64\home\root\shadowsocks-libev-3.0.5/conftest.c:79: undefined reference tofork' collect2.exe: error: ld returned 1 exit status configure:15259: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 / end confdefs.h. / /* Define fork to an innocuous variant, in case declares fork. For example, HP-UX 11i declares gettimeofday. */ #define fork innocuous_fork
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char fork (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef fork
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char fork ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_fork defined __stub___fork
choke me
#endif
int
main ()
{
return fork ();
;
return 0;
}
configure:15259: result: no configure:15259: checking for vfork configure:15259: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 C:\msys64\tmp\ccQeSnyg.o: In function main': C:\msys64\home\root\shadowsocks-libev-3.0.5/conftest.c:79: undefined reference tovfork' collect2.exe: error: ld returned 1 exit status configure:15259: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 / end confdefs.h. / /* Define vfork to an innocuous variant, in case declares vfork. For example, HP-UX 11i declares gettimeofday. */ #define vfork innocuous_vfork
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vfork (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef vfork
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char vfork ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_vfork defined __stub___vfork
choke me
#endif
int
main ()
{
return vfork ();
;
return 0;
}

configure:15259: result: no configure:15460: checking sys/select.h usability configure:15460: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:79:24: fatal error: sys/select.h: No such file or directory

include <sys/select.h>

                    ^

compilation terminated. configure:15460: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | #define CONNECT_IN_PROGRESS EINPROGRESS | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define vfork fork | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include <sys/select.h> configure:15460: result: no configure:15460: checking sys/select.h presence configure:15460: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:46:24: fatal error: sys/select.h: No such file or directory

include <sys/select.h>

                    ^
compilation terminated. configure:15460: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include <sys/select.h> configure:15460: result: no configure:15460: checking for sys/select.h configure:15460: result: no configure:15460: checking for sys/socket.h configure:15460: result: no configure:15470: checking types of arguments for select configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^~ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (int,
fd_set , fd_set , fd_set *,
struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^~ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (int,
fd_set , fd_set , fd_set *,
const struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^~ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (size_t,
fd_set , fd_set , fd_set *,
struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^~ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (size_t,
fd_set , fd_set , fd_set *,
const struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^~ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (unsigned long int,
fd_set , fd_set , fd_set *,
struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^~ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (unsigned long int,
fd_set , fd_set , fd_set *,
const struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^~ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (unsigned int,
fd_set , fd_set , fd_set *,
struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^~ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^~ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (unsigned int,
fd_set , fd_set , fd_set *,
const struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:91:17: warning: 'struct timeval' declared inside parameter list will not be visible outside of this definition or declaration struct timeval ); ^~~ configure:15498: $? = 0 configure:15509: result: int,int ,struct timeval configure:15532: checking return type of signal handlers configure:15550: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:55:10: error: void value not ignored as it ought to be return (signal (0, 0)) (0) == 1; ~^~~~~~ configure:15550: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) / end confdefs.h. / #include <sys/types.h> #include
int
main ()
{
return *(signal (0, 0)) (0) == 1;
;
return 0;
}
configure:15557: result: void configure:15568: checking for memset configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 conftest.c:73:6: warning: conflicting types for built-in function 'memset' char memset (); ^~ configure:15568: $? = 0 configure:15568: result: yes configure:15568: checking for select configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:15568: $? = 0 configure:15568: result: yes configure:15568: checking for setresuid configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 C:\msys64\tmp\cc0mtpLX.o: In function main': C:\msys64\home\root\shadowsocks-libev-3.0.5/conftest.c:86: undefined reference tosetresuid' collect2.exe: error: ld returned 1 exit status configure:15568: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 / end confdefs.h. / /* Define setresuid to an innocuous variant, in case declares setresuid. For example, HP-UX 11i declares gettimeofday. */ #define setresuid innocuous_setresuid
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setresuid (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef setresuid
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char setresuid ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_setresuid defined __stub___setresuid
choke me
#endif
int
main ()
{
return setresuid ();
;
return 0;
}
configure:15568: result: no configure:15568: checking for setreuid configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 C:\msys64\tmp\ccCjsUqa.o: In function main': C:\msys64\home\root\shadowsocks-libev-3.0.5/conftest.c:86: undefined reference tosetreuid' collect2.exe: error: ld returned 1 exit status configure:15568: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 / end confdefs.h. / /* Define setreuid to an innocuous variant, in case declares setreuid. For example, HP-UX 11i declares gettimeofday. */ #define setreuid innocuous_setreuid
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setreuid (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef setreuid
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char setreuid ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_setreuid defined __stub___setreuid
choke me
#endif
int
main ()
{
return setreuid ();
;
return 0;
}
configure:15568: result: no configure:15568: checking for strerror configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:15568: $? = 0 configure:15568: result: yes configure:15568: checking for get_current_dir_name configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 C:\msys64\tmp\ccOsmvHr.o: In function main': C:\msys64\home\root\shadowsocks-libev-3.0.5/conftest.c:87: undefined reference toget_current_dir_name' collect2.exe: error: ld returned 1 exit status configure:15568: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_STRERROR 1 / end confdefs.h. / /* Define get_current_dir_name to an innocuous variant, in case declares get_current_dir_name. For example, HP-UX 11i declares gettimeofday. */ #define get_current_dir_name innocuous_get_current_dir_name
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char get_current_dir_name (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef get_current_dir_name
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char get_current_dir_name ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_get_current_dir_name defined __stub___get_current_dir_name
choke me
#endif
int
main ()
{
return get_current_dir_name ();
;
return 0;
}
configure:15568: result: no configure:15568: checking for getpwnam_r configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 C:\msys64\tmp\ccE2J6rs.o: In function main': C:\msys64\home\root\shadowsocks-libev-3.0.5/conftest.c:87: undefined reference togetpwnam_r' collect2.exe: error: ld returned 1 exit status configure:15568: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_STRERROR 1 / end confdefs.h. / /* Define getpwnam_r to an innocuous variant, in case declares getpwnam_r. For example, HP-UX 11i declares gettimeofday. */ #define getpwnam_r innocuous_getpwnam_r
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getpwnam_r (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef getpwnam_r
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char getpwnam_r ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_getpwnam_r defined __stub___getpwnam_r
choke me
#endif
int
main ()
{
return getpwnam_r ();
;
return 0;
}
configure:15568: result: no configure:15568: checking for setrlimit configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 C:\msys64\tmp\ccargACs.o: In function main': C:\msys64\home\root\shadowsocks-libev-3.0.5/conftest.c:87: undefined reference tosetrlimit' collect2.exe: error: ld returned 1 exit status configure:15568: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_STRERROR 1 / end confdefs.h. / /* Define setrlimit to an innocuous variant, in case declares setrlimit. For example, HP-UX 11i declares gettimeofday. */ #define setrlimit innocuous_setrlimit
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setrlimit (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef setrlimit
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char setrlimit ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_setrlimit defined __stub___setrlimit
choke me
#endif
int
main ()
{
return setrlimit ();
;
return 0;
}
configure:15568: result: no configure:15578: checking for connect in -lsocket configure:15603: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsocket -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lsocket collect2.exe: error: ld returned 1 exit status configure:15603: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_STRERROR 1 / end confdefs.h. /
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char connect ();
int
main ()
{
return connect ();
;
return 0;
}
configure:15612: result: no configure:15627: checking for malloc configure:15627: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 conftest.c:76:6: warning: conflicting types for built-in function 'malloc' char malloc (); ^~ configure:15627: $? = 0 configure:15627: result: yes configure:15627: checking for memset configure:15627: result: yes configure:15627: checking for posix_memalign configure:15627: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 conftest.c:78:6: warning: conflicting types for built-in function 'posix_memalign' char posix_memalign (); ^~~~~~ C:\msys64\tmp\cc0xp2i4.o: In function main': C:\msys64\home\root\shadowsocks-libev-3.0.5/conftest.c:89: undefined reference toposix_memalign' collect2.exe: error: ld returned 1 exit status configure:15627: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_STRERROR 1 #define HAVE_MALLOC 1 #define HAVE_MEMSET 1 / end confdefs.h. / /* Define posix_memalign to an innocuous variant, in case declares posix_memalign. For example, HP-UX 11i declares gettimeofday. */ #define posix_memalign innocuous_posix_memalign
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char posix_memalign (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef posix_memalign
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char posix_memalign ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_posix_memalign defined __stub___posix_memalign
choke me
#endif
int
main ()
{
return posix_memalign ();
;
return 0;
}

configure:15627: result: no configure:15627: checking for socket configure:15627: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:15627: $? = 0 configure:15627: result: yes configure:15643: checking udns.h usability configure:15643: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15643: $? = 0 configure:15643: result: yes configure:15643: checking udns.h presence configure:15643: x86_64-w64-mingw32-gcc -E conftest.c configure:15643: $? = 0 configure:15643: result: yes configure:15643: checking for udns.h configure:15643: result: yes configure:15655: checking for dns_dnlen in -ludns configure:15680: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -ludns -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:15680: $? = 0 configure:15689: result: yes configure:15701: checking ev.h usability configure:15701: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15701: $? = 0 configure:15701: result: yes configure:15701: checking ev.h presence configure:15701: x86_64-w64-mingw32-gcc -E conftest.c configure:15701: $? = 0 configure:15701: result: yes configure:15701: checking for ev.h configure:15701: result: yes configure:15701: checking libev/ev.h usability configure:15701: x86_64-w64-mingw32-gcc -c -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:92:22: fatal error: libev/ev.h: No such file or directory

include <libev/ev.h>

                  ^

compilation terminated. configure:15701: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | #define CONNECT_IN_PROGRESS EINPROGRESS | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define vfork fork | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (int ) | #define SELECT_TYPE_ARG5 (struct timeval ) | #define RETSIGTYPE void | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_STRERROR 1 | #define HAVE_MALLOC 1 | #define HAVE_MEMSET 1 | #define HAVE_SOCKET 1 | #define HAVE_IPv6 1 | #define HAVE_UDNS_H 1 | #define HAVE_EV_H 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include <libev/ev.h> configure:15701: result: no configure:15701: checking libev/ev.h presence configure:15701: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:59:22: fatal error: libev/ev.h: No such file or directory

include <libev/ev.h>

                  ^

compilation terminated. configure:15701: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | #define CONNECT_IN_PROGRESS EINPROGRESS | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define vfork fork | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (int ) | #define SELECT_TYPE_ARG5 (struct timeval ) | #define RETSIGTYPE void | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_STRERROR 1 | #define HAVE_MALLOC 1 | #define HAVE_MEMSET 1 | #define HAVE_SOCKET 1 | #define HAVE_IPv6 1 | #define HAVE_UDNS_H 1 | #define HAVE_EV_H 1 | / end confdefs.h. / | #include <libev/ev.h> configure:15701: result: no configure:15701: checking for libev/ev.h configure:15701: result: no configure:15711: checking for ev_loop_destroy in -lev configure:15736: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/mingw64/lib conftest.c -lev -ludns -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:15736: $? = 0 configure:15745: result: yes configure:15989: checking that generated files are newer than configure configure:15995: result: done configure:16043: creating ./config.status

----------------------

Running config.status.

----------------------

This file was extended by shadowsocks-libev config.status 3.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status

on DESKTOP-5OR4S0N

config.status:1159: creating shadowsocks-libev.pc config.status:1159: creating Makefile config.status:1159: creating src/Makefile config.status:1159: creating libbloom/Makefile config.status:1159: creating libcork/Makefile config.status:1159: creating libipset/Makefile config.status:1159: creating config.h config.status:1388: executing depfiles commands config.status:1388: executing libtool commands

----------------

Cache variables.

----------------

ac_cv_build=x86_64-w64-mingw32 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_restrict=__restrict ac_cv_c_uint16_t=yes ac_cv_c_uint8_t=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-w64-mingw32 ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext=.exe ac_cv_func_fork=no ac_cv_func_fork_works=no ac_cv_func_get_current_dir_name=no ac_cv_func_getpwnam_r=no ac_cv_func_malloc=yes ac_cv_func_memset=yes ac_cv_func_posix_memalign=no ac_cv_func_select=yes ac_cv_func_select_args='int,int ,struct timeval ' ac_cv_func_setresuid=no ac_cv_func_setreuid=no ac_cv_func_setrlimit=no ac_cv_func_socket=yes ac_cv_func_strerror=yes ac_cv_func_vfork=no ac_cv_func_vfork_works=no ac_cv_have_decl_inet_ntop=no ac_cv_header_arpa_inet_h=no ac_cv_header_dlfcn_h=no ac_cv_header_ev_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=no ac_cv_header_libev_ev_h=no ac_cv_header_limits_h=yes ac_cv_header_linux_random_h=no ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_net_if_h=no ac_cv_header_netdb_h=no ac_cv_header_netinet_in_h=no ac_cv_header_pcre_h=yes ac_cv_header_pcre_pcre_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ioctl_h=no ac_cv_header_sys_select_h=no ac_cv_header_sys_socket_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=no ac_cv_header_time=yes ac_cv_header_udns_h=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_host=x86_64-w64-mingw32 ac_cv_lib_ev_ev_loop_destroy=yes ac_cv_lib_mbedcrypto_mbedtls_cipher_setup=yes ac_cv_lib_socket_connect=no ac_cv_lib_sodium_sodium_init=yes ac_cv_lib_udns_dns_dnlen=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_SED=/usr/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AR=ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-w64-mingw32-gcc ac_cv_prog_CPP='x86_64-w64-mingw32-gcc -E' ac_cv_prog_PCRE_CONFIG=pcre-config ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_DLLTOOL=dlltool ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define_extensions=yes ac_cv_search_inet_ntop='none required' ac_cv_search_pcre_exec=-lpcre ac_cv_tls=thread ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_ar_interface=ar am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_PTHREAD_CLANG=no ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE ax_cv_PTHREAD_PRIO_INHERIT=yes ax_cv_PTHREAD_SPECIAL_FLAGS=no lt_cv_ar_at_file=@ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= lt_cv_file_magic_cmd=func_win32_libid lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe lt_cv_path_NM='/mingw64/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.[ ]([ABCDGIRSTW][ABCDGIRSTW])[ ][ ]([_A-Za-z][_A-Za-z0-9]) {0,1}$/\1 \2 \2/p'\'' | sed '\''/ gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: ([^ ])[ ]$/ {\"\1\", (void ) 0},/p'\'' -e '\''s/^[ABCDGIRSTW] ([^ ]) ([^ ])$/ {"\2", (void ) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: ([^ ])[ ]$/ {\"\1\", (void ) 0},/p'\'' -e '\''s/^[ABCDGIRSTW] ([^ ]) (lib[^ ])$/ {"\2", (void ) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW] ([^ ]) ([^ ])$/ {"lib\2", (void ) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T . (.)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW] . (.*)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=8192 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32

-----------------

Output variables.

-----------------

ACLOCAL='${SHELL} /home/root/shadowsocks-libev-3.0.5/auto/missing aclocal-1.14' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='ar' ASCIIDOC='' AUTOCONF='${SHELL} /home/root/shadowsocks-libev-3.0.5/auto/missing autoconf' AUTOHEADER='${SHELL} /home/root/shadowsocks-libev-3.0.5/auto/missing autoheader' AUTOMAKE='${SHELL} /home/root/shadowsocks-libev-3.0.5/auto/missing automake-1.14' AWK='gawk' BUILD_REDIRECTOR_FALSE='' BUILD_REDIRECTOR_TRUE='#' BUILD_WINCOMPAT_FALSE='' BUILD_WINCOMPAT_TRUE='#' CC='x86_64-w64-mingw32-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -I/mingw64/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector' CPP='x86_64-w64-mingw32-gcc -E' CPPFLAGS='' CYGPATH_W='cygpath -w' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='dlltool' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_DOCUMENTATION_FALSE='' ENABLE_DOCUMENTATION_TRUE='#' EXEEXT='.exe' FGREP='/usr/bin/grep -F' GREP='/usr/bin/grep' GZIP='' INET_NTOP_LIB='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe' LDFLAGS='-L/mingw64/lib ' LIBOBJS='' LIBPCRE='-lpcre' LIBS='-lev -ludns -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='cp -pR' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/root/shadowsocks-libev-3.0.5/auto/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/usr/bin/mkdir -p' MV='mv -f' NM='/mingw64/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='shadowsocks-libev' PACKAGE_BUGREPORT='max.c.lv@gmail.com' PACKAGE_NAME='shadowsocks-libev' PACKAGE_STRING='shadowsocks-libev 3.0.5' PACKAGE_TARNAME='shadowsocks-libev' PACKAGE_URL='' PACKAGE_VERSION='3.0.5' PATH_SEPARATOR=':' PCRE_CONFIG='pcre-config' PTHREAD_CC='x86_64-w64-mingw32-gcc' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USE_SYSTEM_SHARED_LIB_FALSE='' USE_SYSTEM_SHARED_LIB_TRUE='#' VERSION='3.0.5' XMLTO='' ac_ct_AR='ar' ac_ct_CC='' ac_ct_DUMPBIN='' amEXEEXT_FALSE='#' am__EXEEXT_TRUE='' amfastdepCC_FALSE='#' amfastdepCC_TRUE='' aminclude='include' amisrc='' am__leading_dot='.' amnodep='_no' amquote='' amtar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' ax_pthread_config='' bindir='${exec_prefix}/bin' build='x86_64-w64-mingw32' build_alias='x86_64-w64-mingw32' build_cpu='x86_64' build_os='mingw32' build_vendor='w64' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-w64-mingw32' host_alias='x86_64-w64-mingw32' host_cpu='x86_64' host_os='mingw32' host_vendor='w64' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/root/shadowsocks-libev-3.0.5/auto/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pcre_pcreh='0' pcreh='0' pdfdir='${docdir}' prefix='/mingw64' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias=''

-----------

confdefs.h.

-----------

/ confdefs.h /

define PACKAGE_NAME "shadowsocks-libev"

define PACKAGE_TARNAME "shadowsocks-libev"

define PACKAGE_VERSION "3.0.5"

define PACKAGE_STRING "shadowsocks-libev 3.0.5"

define PACKAGE_BUGREPORT "max.c.lv@gmail.com"

define PACKAGE_URL ""

define STDC_HEADERS 1

define HAVE_SYS_TYPES_H 1

define HAVE_SYS_STAT_H 1

define HAVE_STDLIB_H 1

define HAVE_STRING_H 1

define HAVE_MEMORY_H 1

define HAVE_STRINGS_H 1

define HAVE_INTTYPES_H 1

define HAVE_STDINT_H 1

define HAVE_UNISTD_H 1

define EXTENSIONS 1

define _ALL_SOURCE 1

define _GNU_SOURCE 1

define _POSIX_PTHREAD_SEMANTICS 1

define _TANDEM_SOURCE 1

define PACKAGE "shadowsocks-libev"

define VERSION "3.0.5"

define LT_OBJDIR ".libs/"

define HAVE_PCRE_H 1

define HAVE_LIBPCRE 1

define TLS __thread

define restrict __restrict

define HAVE_DECL_INET_NTOP 0

define HAVE_PTHREAD_PRIO_INHERIT 1

define HAVE_LIMITS_H 1

define HAVE_STDINT_H 1

define HAVE_INTTYPES_H 1

define HAVE_FCNTL_H 1

define HAVE_LOCALE_H 1

define HAVE_STDLIB_H 1

define HAVE_STRING_H 1

define HAVE_STRINGS_H 1

define HAVE_UNISTD_H 1

define CONNECT_IN_PROGRESS EINPROGRESS

define STDC_HEADERS 1

define TIME_WITH_SYS_TIME 1

define vfork fork

define SELECT_TYPE_ARG1 int

define SELECT_TYPE_ARG234 (int *)

define SELECT_TYPE_ARG5 (struct timeval *)

define RETSIGTYPE void

define HAVE_MEMSET 1

define HAVE_SELECT 1

define HAVE_STRERROR 1

define HAVE_MALLOC 1

define HAVE_MEMSET 1

define HAVE_SOCKET 1

define HAVE_IPv6 1

define HAVE_UDNS_H 1

define HAVE_EV_H 1

configure: exit 0

madeye commented 7 years ago

It's expected. Try cygwin instead.

wumingsh commented 7 years ago

same error.

This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

It was created by shadowsocks-libev configure 3.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure --disable-documentation --host=x86_64-w64-mingw32 --with-pcre=/usr/x86_64-w64-mingw32

---------

Platform.

---------

hostname = DESKTOP-5OR4S0N uname -m = x86_64 uname -r = 2.7.0(0.306/5/3) uname -s = CYGWIN_NT-10.0 uname -v = 2017-02-12 13:18

/usr/bin/uname -p = unknown /bin/uname -X = unknown

/bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown

PATH: /usr/local/bin PATH: /usr/bin PATH: /cygdrive/c/ProgramData/Oracle/Java/javapath PATH: /cygdrive/c/Windows/system32 PATH: /cygdrive/c/Windows PATH: /cygdrive/c/Windows/System32/Wbem PATH: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0 PATH: /cygdrive/c/Users/user/AppData/Local/Microsoft/WindowsApps PATH: /cygdrive/c/tool PATH: /usr/lib/lapack

-----------

Core tests.

-----------

configure:2463: checking for x86_64-w64-mingw32-gcc configure:2479: found /usr/bin/x86_64-w64-mingw32-gcc configure:2490: result: x86_64-w64-mingw32-gcc configure:2759: checking for C compiler version configure:2768: x86_64-w64-mingw32-gcc --version >&5 x86_64-w64-mingw32-gcc (GCC) 5.4.0 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2779: $? = 0 configure:2768: x86_64-w64-mingw32-gcc -v >&5 Using built-in specs. COLLECT_GCC=x86_64-w64-mingw32-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-w64-mingw32/5.4.0/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: /cygdrive/i/szsz/tmpp/cygwin64/mingw64-x86_64/mingw64-x86_64-gcc-5.4.0-3.x86_64/src/gcc-5.4.0/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/mingw64-x86_64/mingw64-x86_64-gcc-5.4.0-3.x86_64/src/gcc-5.4.0 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/mingw64-x86_64-gcc --htmldir=/usr/share/doc/mingw64-x86_64-gcc/html -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-w64-mingw32 --without-libiconv-prefix --without-libintl-prefix --with-sysroot=/usr/x86_64-w64-mingw32/sys-root --with-build-sysroot=/usr/x86_64-w64-mingw32/sys-root --disable-multilib --disable-win32-registry --enable-languages=c,ada,c++,fortran,lto,objc,obj-c++ --enable-fully-dynamic-string --enable-graphite --enable-libgomp --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-version-specific-runtime-libs --enable-libgomp --enable-libada --with-dwarf2 --with-gnu-ld --with-gnu-as --with-tune=generic --with-cloog-include=/usr/include/cloog-isl --with-system-zlib --enable-threads=posix --libexecdir=/usr/lib Thread model: posix gcc version 5.4.0 (GCC) configure:2779: $? = 0 configure:2768: x86_64-w64-mingw32-gcc -V >&5 x86_64-w64-mingw32-gcc: error: unrecognized command line option '-V' x86_64-w64-mingw32-gcc: fatal error: no input files compilation terminated. configure:2779: $? = 1 configure:2768: x86_64-w64-mingw32-gcc -qversion >&5 x86_64-w64-mingw32-gcc: error: unrecognized command line option '-qversion' x86_64-w64-mingw32-gcc: fatal error: no input files compilation terminated. configure:2779: $? = 1 configure:2799: checking whether the C compiler works configure:2821: x86_64-w64-mingw32-gcc conftest.c >&5 configure:2825: $? = 0 configure:2873: result: yes configure:2876: checking for C compiler default output file name configure:2878: result: a.exe configure:2884: checking for suffix of executables configure:2891: x86_64-w64-mingw32-gcc -o conftest.exe conftest.c >&5 configure:2895: $? = 0 configure:2917: result: .exe configure:2939: checking whether we are cross compiling configure:2947: x86_64-w64-mingw32-gcc -o conftest.exe conftest.c >&5 configure:2951: $? = 0 configure:2958: ./conftest.exe configure:2962: $? = 0 configure:2977: result: no configure:2982: checking for suffix of object files configure:3004: x86_64-w64-mingw32-gcc -c conftest.c >&5 configure:3008: $? = 0 configure:3029: result: o configure:3033: checking whether we are using the GNU C compiler configure:3052: x86_64-w64-mingw32-gcc -c conftest.c >&5 configure:3052: $? = 0 configure:3061: result: yes configure:3070: checking whether x86_64-w64-mingw32-gcc accepts -g configure:3090: x86_64-w64-mingw32-gcc -c -g conftest.c >&5 configure:3090: $? = 0 configure:3131: result: yes configure:3148: checking for x86_64-w64-mingw32-gcc option to accept ISO C89 configure:3211: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3211: $? = 0 configure:3224: result: none needed configure:3249: checking whether x86_64-w64-mingw32-gcc understands -c and -o together configure:3271: x86_64-w64-mingw32-gcc -c conftest.c -o conftest2.o configure:3274: $? = 0 configure:3271: x86_64-w64-mingw32-gcc -c conftest.c -o conftest2.o configure:3274: $? = 0 configure:3286: result: yes configure:3309: checking how to run the C preprocessor configure:3340: x86_64-w64-mingw32-gcc -E conftest.c configure:3340: $? = 0 configure:3354: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3354: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" / end confdefs.h. / #include configure:3379: result: x86_64-w64-mingw32-gcc -E configure:3399: x86_64-w64-mingw32-gcc -E conftest.c configure:3399: $? = 0 configure:3413: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3413: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" / end confdefs.h. / #include configure:3442: checking for grep that handles long lines and -e configure:3500: result: /usr/bin/grep configure:3505: checking for egrep configure:3567: result: /usr/bin/grep -E configure:3572: checking for ANSI C header files configure:3592: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3592: $? = 0 configure:3665: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 conftest.c >&5 configure:3665: $? = 0 configure:3665: ./conftest.exe configure:3665: $? = 0 configure:3676: result: yes configure:3689: checking for sys/types.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for sys/stat.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for stdlib.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for string.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for memory.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for strings.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for inttypes.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for stdint.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3689: checking for unistd.h configure:3689: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3689: $? = 0 configure:3689: result: yes configure:3702: checking minix/config.h usability configure:3702: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 conftest.c:52:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:3702: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <minix/config.h> configure:3702: result: no configure:3702: checking minix/config.h presence configure:3702: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:19:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:3702: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 / end confdefs.h. / #include <minix/config.h> configure:3702: result: no configure:3702: checking for minix/config.h configure:3702: result: no configure:3723: checking whether it is safe to define EXTENSIONS configure:3741: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:3741: $? = 0 configure:3748: result: yes configure:3779: checking for a BSD-compatible install configure:3847: result: /usr/bin/install -c configure:3858: checking whether build environment is sane configure:3913: result: yes configure:4061: checking for a thread-safe mkdir -p configure:4100: result: /usr/bin/mkdir -p configure:4107: checking for gawk configure:4123: found /usr/bin/gawk configure:4134: result: gawk configure:4145: checking whether make sets $(MAKE) configure:4167: result: yes configure:4197: checking for style of include used by make configure:4225: result: GNU configure:4259: checking whether make supports nested variables configure:4276: result: yes configure:4361: checking dependency style of x86_64-w64-mingw32-gcc configure:4472: result: gcc3 configure:4534: checking for x86_64-w64-mingw32-ar configure:4550: found /usr/bin/x86_64-w64-mingw32-ar configure:4561: result: x86_64-w64-mingw32-ar configure:4631: checking the archiver (x86_64-w64-mingw32-ar) interface configure:4647: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:4647: $? = 0 configure:4649: x86_64-w64-mingw32-ar cru libconftest.a conftest.o >&5 configure:4652: $? = 0 configure:4680: result: ar configure:4711: checking whether make supports nested variables configure:4728: result: yes configure:4740: checking whether to enable maintainer-specific portions of Makefiles configure:4749: result: no configure:4873: checking build system type configure:4887: result: x86_64-unknown-cygwin configure:4907: checking host system type configure:4920: result: x86_64-w64-mingw32 configure:4961: checking how to print strings configure:4988: result: printf configure:5009: checking for a sed that does not truncate output configure:5073: result: /usr/bin/sed configure:5091: checking for fgrep configure:5153: result: /usr/bin/grep -F configure:5188: checking for ld used by x86_64-w64-mingw32-gcc configure:5255: result: /usr/x86_64-w64-mingw32/bin/ld.exe configure:5262: checking if the linker (/usr/x86_64-w64-mingw32/bin/ld.exe) is GNU ld configure:5277: result: yes configure:5289: checking for BSD- or MS-compatible name lister (nm) configure:5338: result: /usr/bin/x86_64-w64-mingw32-nm -B configure:5468: checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface configure:5475: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:5478: /usr/bin/x86_64-w64-mingw32-nm -B "conftest.o" configure:5481: output 0000000000000000 b .bss 0000000000000000 d .data 0000000000000000 N .debug_abbrev 0000000000000000 N .debug_aranges 0000000000000000 N .debug_info 0000000000000000 N .debug_line 0000000000000000 r .rdata$zzz 0000000000000000 t .text 0000000000000000 B some_variable configure:5488: result: BSD nm configure:5491: checking whether ln -s works configure:5495: result: yes configure:5503: checking the maximum length of command line arguments configure:5634: result: 8192 configure:5651: checking whether the shell understands some XSI constructs configure:5661: result: yes configure:5665: checking whether the shell understands "+=" configure:5671: result: yes configure:5706: checking how to convert x86_64-unknown-cygwin file names to x86_64-w64-mingw32 format configure:5746: result: func_convert_file_cygwin_to_w32 configure:5753: checking how to convert x86_64-unknown-cygwin file names to toolchain format configure:5773: result: func_convert_file_noop configure:5780: checking for /usr/x86_64-w64-mingw32/bin/ld.exe option to reload object files configure:5787: result: -r configure:5821: checking for x86_64-w64-mingw32-objdump configure:5837: found /usr/bin/x86_64-w64-mingw32-objdump configure:5848: result: x86_64-w64-mingw32-objdump configure:5920: checking how to recognize dependent libraries configure:6118: result: file_magic ^x86 archive import ^x86 DLL configure:6163: checking for x86_64-w64-mingw32-dlltool configure:6179: found /usr/bin/x86_64-w64-mingw32-dlltool configure:6190: result: x86_64-w64-mingw32-dlltool configure:6263: checking how to associate runtime and link libraries configure:6290: result: func_cygming_dll_for_implib configure:6306: checking for x86_64-w64-mingw32-ar configure:6333: result: x86_64-w64-mingw32-ar configure:6414: checking for archiver @FILE support configure:6431: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:6431: $? = 0 configure:6434: x86_64-w64-mingw32-ar cru libconftest.a @conftest.lst >&5 configure:6437: $? = 0 configure:6442: x86_64-w64-mingw32-ar cru libconftest.a @conftest.lst >&5 x86_64-w64-mingw32-ar: conftest.o: No such file or directory configure:6445: $? = 1 configure:6457: result: @ configure:6475: checking for x86_64-w64-mingw32-strip configure:6491: found /usr/bin/x86_64-w64-mingw32-strip configure:6502: result: x86_64-w64-mingw32-strip configure:6574: checking for x86_64-w64-mingw32-ranlib configure:6590: found /usr/bin/x86_64-w64-mingw32-ranlib configure:6601: result: x86_64-w64-mingw32-ranlib configure:6743: checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object configure:6863: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 configure:6866: $? = 0 configure:6870: /usr/bin/x86_64-w64-mingw32-nm -B conftest.o \ sed -n -e 's/^.[ ]([ABCDGIRSTW][ABCDGIRSTW])[ ][ ]([_A-Za-z][_A-Za-z0-9])$/\1 \2 \2/p' sed '/ __gnu_lto/d' > conftest.nm configure:6873: $? = 0 configure:6939: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5 configure:6942: $? = 0 configure:6980: result: ok configure:7017: checking for sysroot configure:7047: result: no configure:7276: checking for x86_64-w64-mingw32-mt configure:7306: result: no configure:7316: checking for mt configure:7346: result: no configure:7366: checking if : is a manifest tool configure:7372: : '-?' configure:7380: result: no configure:8019: checking for dlfcn.h configure:8019: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5 conftest.c:60:19: fatal error: dlfcn.h: No such file or directory compilation terminated. configure:8019: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif
#include
configure:8019: result: no configure:8164: checking for objdir configure:8179: result: .libs configure:8450: checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions configure:8468: x86_64-w64-mingw32-gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:8472: $? = 0 configure:8485: result: no configure:8812: checking for x86_64-w64-mingw32-gcc option to produce PIC configure:8819: result: -DDLL_EXPORT -DPIC configure:8827: checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works configure:8845: x86_64-w64-mingw32-gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5 configure:8849: $? = 0 configure:8862: result: yes configure:8891: checking if x86_64-w64-mingw32-gcc static flag -static works configure:8919: result: yes configure:8934: checking if x86_64-w64-mingw32-gcc supports -c -o file.o configure:8955: x86_64-w64-mingw32-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:8959: $? = 0 configure:8981: result: yes configure:8989: checking if x86_64-w64-mingw32-gcc supports -c -o file.o configure:9036: result: yes configure:9069: checking whether the x86_64-w64-mingw32-gcc linker (/usr/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries configure:10226: result: yes configure:10466: checking dynamic linker characteristics configure:11200: result: Win32 ld.exe configure:11307: checking how to hardcode library paths into programs configure:11332: result: immediate configure:11872: checking whether stripping libraries is possible configure:11877: result: yes configure:11912: checking if libtool supports shared libraries configure:11914: result: yes configure:11917: checking whether to build shared libraries configure:11938: result: no configure:11941: checking whether to build static libraries configure:11945: result: yes configure:12003: checking checking for pcre includes in /usr/x86_64-w64-mingw32 configure:12088: checking for pcre headers in /usr/x86_64-w64-mingw32/include configure:12091: result: ok configure:12171: adding /usr/x86_64-w64-mingw32/lib to RPATH configure:12196: checking for library containing pcre_exec configure:12227: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -L/usr/x86_64-w64-mingw32/lib conftest.c >&5 /tmp/ccidiCju.o: In function main': /home/user/shadowsocks-libev-3.0.5/conftest.c:38: undefined reference topcre_exec' collect2: error: ld returned 1 exit status configure:12227: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" / end confdefs.h. /
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char pcre_exec ();
int
main ()
{
return pcre_exec ();
;
return 0;
}

configure:12227: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -L/usr/x86_64-w64-mingw32/lib conftest.c -lpcre >&5 configure:12227: $? = 0 configure:12244: result: -lpcre configure:12255: checking pcre.h usability configure:12255: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC conftest.c >&5 configure:12255: $? = 0 configure:12255: result: yes configure:12255: checking pcre.h presence configure:12255: x86_64-w64-mingw32-gcc -E conftest.c configure:12255: $? = 0 configure:12255: result: yes configure:12255: checking for pcre.h configure:12255: result: yes configure:12267: checking pcre/pcre.h usability configure:12267: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC conftest.c >&5 conftest.c:61:23: fatal error: pcre/pcre.h: No such file or directory compilation terminated. configure:12267: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include <pcre/pcre.h> configure:12267: result: no configure:12267: checking pcre/pcre.h presence configure:12267: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:28:23: fatal error: pcre/pcre.h: No such file or directory compilation terminated. configure:12267: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | / end confdefs.h. / | #include <pcre/pcre.h> configure:12267: result: no configure:12267: checking for pcre/pcre.h configure:12267: result: no configure:12580: checking for x86_64-w64-mingw32-gcc configure:12607: result: x86_64-w64-mingw32-gcc configure:12876: checking for C compiler version configure:12885: x86_64-w64-mingw32-gcc --version >&5 x86_64-w64-mingw32-gcc (GCC) 5.4.0 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:12896: $? = 0 configure:12885: x86_64-w64-mingw32-gcc -v >&5 Using built-in specs. COLLECT_GCC=x86_64-w64-mingw32-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-w64-mingw32/5.4.0/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: /cygdrive/i/szsz/tmpp/cygwin64/mingw64-x86_64/mingw64-x86_64-gcc-5.4.0-3.x86_64/src/gcc-5.4.0/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/mingw64-x86_64/mingw64-x86_64-gcc-5.4.0-3.x86_64/src/gcc-5.4.0 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/mingw64-x86_64-gcc --htmldir=/usr/share/doc/mingw64-x86_64-gcc/html -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-w64-mingw32 --without-libiconv-prefix --without-libintl-prefix --with-sysroot=/usr/x86_64-w64-mingw32/sys-root --with-build-sysroot=/usr/x86_64-w64-mingw32/sys-root --disable-multilib --disable-win32-registry --enable-languages=c,ada,c++,fortran,lto,objc,obj-c++ --enable-fully-dynamic-string --enable-graphite --enable-libgomp --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-version-specific-runtime-libs --enable-libgomp --enable-libada --with-dwarf2 --with-gnu-ld --with-gnu-as --with-tune=generic --with-cloog-include=/usr/include/cloog-isl --with-system-zlib --enable-threads=posix --libexecdir=/usr/lib Thread model: posix gcc version 5.4.0 (GCC) configure:12896: $? = 0 configure:12885: x86_64-w64-mingw32-gcc -V >&5 x86_64-w64-mingw32-gcc: error: unrecognized command line option '-V' x86_64-w64-mingw32-gcc: fatal error: no input files compilation terminated. configure:12896: $? = 1 configure:12885: x86_64-w64-mingw32-gcc -qversion >&5 x86_64-w64-mingw32-gcc: error: unrecognized command line option '-qversion' x86_64-w64-mingw32-gcc: fatal error: no input files compilation terminated. configure:12896: $? = 1 configure:12900: checking whether we are using the GNU C compiler configure:12928: result: yes configure:12937: checking whether x86_64-w64-mingw32-gcc accepts -g configure:12998: result: yes configure:13015: checking for x86_64-w64-mingw32-gcc option to accept ISO C89 configure:13091: result: none needed configure:13116: checking whether x86_64-w64-mingw32-gcc understands -c and -o together configure:13153: result: yes configure:13172: checking whether ln -s works configure:13176: result: yes configure:13183: checking whether make sets $(MAKE) configure:13205: result: yes configure:13229: checking for thread local storage (TLS) class configure:13255: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13255: $? = 0 configure:13267: result: __thread configure:13312: checking for mbedtls_cipher_setup in -lmbedcrypto configure:13337: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -L/usr/x86_64-w64-mingw32/lib conftest.c -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:13337: $? = 0 configure:13346: result: yes configure:13356: checking whether mbedtls supports Cipher Feedback mode or not configure:13376: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13376: $? = 0 configure:13377: result: ok configure:13386: checking whether mbedtls supports the ARC4 stream cipher or not configure:13406: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13406: $? = 0 configure:13407: result: ok configure:13416: checking whether mbedtls supports the Blowfish block cipher or not configure:13436: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13436: $? = 0 configure:13437: result: ok configure:13446: checking whether mbedtls supports the Camellia block cipher or not configure:13466: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13466: $? = 0 configure:13467: result: ok configure:13506: checking for sodium_init in -lsodium configure:13531: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:13531: $? = 0 configure:13540: result: yes configure:13567: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13567: $? = 0 configure:13568: result: checking for version of libsodium... yes configure:13577: checking for C/C++ restrict keyword configure:13602: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 configure:13602: $? = 0 configure:13610: result: __restrict configure:13629: checking for netdb.h configure:13629: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 conftest.c:65:19: fatal error: netdb.h: No such file or directory compilation terminated. configure:13629: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif
#include
configure:13629: result: no configure:13648: checking for library containing inet_ntop configure:13679: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:13679: $? = 0 configure:13696: result: none required configure:13728: checking whether inet_ntop is declared configure:13728: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields conftest.c >&5 conftest.c:31:23: fatal error: arpa/inet.h: No such file or directory compilation terminated. configure:13728: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict / end confdefs.h. / #include <arpa/inet.h> #if HAVE_NETDB_H # include #endif
int
main ()
{
#ifndef inet_ntop
#ifdef __cplusplus
(void) inet_ntop;
#else
(void) inet_ntop;
#endif
#endif
;
return 0;
}
configure:13728: result: no configure:13750: checking for what kind of host configure:13759: result: transparent proxy does not support for x86_64-w64-mingw32 configure:13947: checking whether x86_64-w64-mingw32-gcc is Clang configure:13972: result: no configure:14095: checking whether pthreads work with -pthread configure:14189: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:14189: $? = 0 configure:14198: result: yes configure:14217: checking for joinable pthread attribute configure:14235: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:14235: $? = 0 configure:14243: result: PTHREAD_CREATE_JOINABLE configure:14257: checking whether more special flags are required for pthreads configure:14270: result: no configure:14278: checking for PTHREAD_PRIO_INHERIT configure:14294: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:14294: $? = 0 configure:14303: result: yes configure:14410: checking if -fstack-protector and -fstack-protector-all are supported. configure:14423: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14423: $? = 0 configure:14440: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector-all conftest.c >&5 configure:14440: $? = 0 configure:14449: result: yes configure:14495: -fstack-protector enabled in CFLAGS configure:14519: checking limits.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14519: $? = 0 configure:14519: result: yes configure:14519: checking limits.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c configure:14519: $? = 0 configure:14519: result: yes configure:14519: checking for limits.h configure:14519: result: yes configure:14519: checking for stdint.h configure:14519: result: yes configure:14519: checking for inttypes.h configure:14519: result: yes configure:14519: checking arpa/inet.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:69:23: fatal error: arpa/inet.h: No such file or directory compilation terminated. configure:14519: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <arpa/inet.h> configure:14519: result: no configure:14519: checking arpa/inet.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:36:23: fatal error: arpa/inet.h: No such file or directory compilation terminated. configure:14519: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 / end confdefs.h. / #include <arpa/inet.h> configure:14519: result: no configure:14519: checking for arpa/inet.h configure:14519: result: no configure:14519: checking fcntl.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14519: $? = 0 configure:14519: result: yes configure:14519: checking fcntl.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c configure:14519: $? = 0 configure:14519: result: yes configure:14519: checking for fcntl.h configure:14519: result: yes configure:14519: checking langinfo.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:70:22: fatal error: langinfo.h: No such file or directory compilation terminated. configure:14519: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include configure:14519: result: no configure:14519: checking langinfo.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:37:22: fatal error: langinfo.h: No such file or directory compilation terminated. configure:14519: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 / end confdefs.h. / #include configure:14519: result: no configure:14519: checking for langinfo.h configure:14519: result: no configure:14519: checking locale.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14519: $? = 0 configure:14519: result: yes configure:14519: checking locale.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c configure:14519: $? = 0 configure:14519: result: yes configure:14519: checking for locale.h configure:14519: result: yes configure:14519: checking for netdb.h configure:14519: result: no configure:14519: checking netinet/in.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:71:24: fatal error: netinet/in.h: No such file or directory compilation terminated. configure:14519: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <netinet/in.h> configure:14519: result: no configure:14519: checking netinet/in.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:38:24: fatal error: netinet/in.h: No such file or directory compilation terminated. configure:14519: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 / end confdefs.h. / #include <netinet/in.h> configure:14519: result: no configure:14519: checking for netinet/in.h configure:14519: result: no configure:14519: checking for stdlib.h configure:14519: result: yes configure:14519: checking for string.h configure:14519: result: yes configure:14519: checking for strings.h configure:14519: result: yes configure:14519: checking for unistd.h configure:14519: result: yes configure:14519: checking sys/ioctl.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:75:23: fatal error: sys/ioctl.h: No such file or directory compilation terminated. configure:14519: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <sys/ioctl.h> configure:14519: result: no configure:14519: checking sys/ioctl.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:42:23: fatal error: sys/ioctl.h: No such file or directory compilation terminated. configure:14519: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 / end confdefs.h. / #include <sys/ioctl.h> configure:14519: result: no configure:14519: checking for sys/ioctl.h configure:14519: result: no configure:14519: checking linux/random.h usability configure:14519: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:75:26: fatal error: linux/random.h: No such file or directory compilation terminated. configure:14519: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <linux/random.h> configure:14519: result: no configure:14519: checking linux/random.h presence configure:14519: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:42:26: fatal error: linux/random.h: No such file or directory compilation terminated. configure:14519: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 / end confdefs.h. / #include <linux/random.h> configure:14519: result: no configure:14519: checking for linux/random.h configure:14519: result: no configure:14532: checking sys/socket.h usability configure:14532: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:75:24: fatal error: sys/socket.h: No such file or directory compilation terminated. configure:14532: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <sys/socket.h> configure:14532: result: no configure:14532: checking sys/socket.h presence configure:14532: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:42:24: fatal error: sys/socket.h: No such file or directory compilation terminated. configure:14532: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 / end confdefs.h. / #include <sys/socket.h> configure:14532: result: no configure:14532: checking for sys/socket.h configure:14532: result: no configure:14544: checking for net/if.h configure:14544: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:57:20: fatal error: net/if.h: No such file or directory compilation terminated. configure:14544: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 / end confdefs.h. /
#include
#ifdef STDC_HEADERS
# include
# include
#else
# ifdef HAVE_STDLIB_H
# include
# endif
#endif
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#include <net/if.h>
configure:14544: result: no configure:14613: checking whether byte ordering is bigendian configure:14628: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:44:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:44:15: error: expected '=', ',', ';', 'asm' or 'attribute' before 'universal' not a universal capable compiler ^ conftest.c:44:15: error: unknown type name 'universal' configure:14628: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS / end confdefs.h. / #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy;
configure:14673: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14673: $? = 0 configure:14691: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:50:4: error: unknown type name 'not' not big endian ^ conftest.c:50:12: error: expected '=', ',', ';', 'asm' or 'attribute' before 'endian' not big endian ^ configure:14691: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS / end confdefs.h. / #include <sys/types.h> #include <sys/param.h>
int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
;
return 0;
}
configure:14819: result: no configure:14838: checking for inline configure:14854: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14854: $? = 0 configure:14862: result: inline configure:14880: checking for ssize_t configure:14880: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:14880: $? = 0 configure:14880: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:79:22: error: expected expression before ')' token if (sizeof ((ssize_t))) ^ configure:14880: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif int main () { if (sizeof ((ssize_t))) return 0; ; return 0; } configure:14880: result: yes configure:14893: checking whether to enable assertions configure:14911: result: yes configure:14914: checking for ANSI C header files configure:15018: result: yes configure:15026: checking for sys/wait.h that is POSIX.1 compatible configure:15052: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:45:22: fatal error: sys/wait.h: No such file or directory compilation terminated. configure:15052: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 / end confdefs.h. / #include <sys/types.h> #include <sys/wait.h> #ifndef WEXITSTATUS # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) #endif #ifndef WIFEXITED # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) #endif
int
main ()
{
int s;
wait (&s);
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
;
return 0;
}
configure:15059: result: no configure:15068: checking for an ANSI C-conforming const configure:15134: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15134: $? = 0 configure:15141: result: yes configure:15149: checking for pid_t configure:15149: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15149: $? = 0 configure:15149: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:80:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:15149: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif int main () { if (sizeof ((pid_t))) return 0; ; return 0; } configure:15149: result: yes configure:15160: checking for size_t configure:15160: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15160: $? = 0 configure:15160: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:80:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:15160: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif int main () { if (sizeof ((size_t))) return 0; ; return 0; } configure:15160: result: yes configure:15171: checking for ssize_t configure:15171: result: yes configure:15182: checking for uint16_t configure:15182: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15182: $? = 0 configure:15182: result: yes configure:15194: checking for uint8_t configure:15194: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15194: $? = 0 configure:15194: result: yes configure:15208: checking whether time.h and sys/time.h may both be included configure:15228: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15228: $? = 0 configure:15235: result: yes configure:15246: checking vfork.h usability configure:15246: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:78:19: fatal error: vfork.h: No such file or directory compilation terminated. configure:15246: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include configure:15246: result: no configure:15246: checking vfork.h presence configure:15246: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:45:19: fatal error: vfork.h: No such file or directory compilation terminated. configure:15246: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 / end confdefs.h. / #include configure:15246: result: no configure:15246: checking for vfork.h configure:15246: result: no configure:15259: checking for fork configure:15259: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 conftest.c:68:6: warning: conflicting types for built-in function 'fork' char fork (); ^ /tmp/ccdzsZcx.o: In function main': /home/user/shadowsocks-libev-3.0.5/conftest.c:79: undefined reference tofork' collect2: error: ld returned 1 exit status configure:15259: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 / end confdefs.h. / /* Define fork to an innocuous variant, in case declares fork. For example, HP-UX 11i declares gettimeofday. */ #define fork innocuous_fork
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char fork (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef fork
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char fork ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_fork defined __stub___fork
choke me
#endif
int
main ()
{
return fork ();
;
return 0;
}
configure:15259: result: no configure:15259: checking for vfork configure:15259: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 /tmp/ccaHo6TF.o: In function main': /home/user/shadowsocks-libev-3.0.5/conftest.c:79: undefined reference tovfork' collect2: error: ld returned 1 exit status configure:15259: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 / end confdefs.h. / /* Define vfork to an innocuous variant, in case declares vfork. For example, HP-UX 11i declares gettimeofday. */ #define vfork innocuous_vfork
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vfork (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef vfork
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char vfork ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_vfork defined __stub___vfork
choke me
#endif
int
main ()
{
return vfork ();
;
return 0;
}
configure:15259: result: no configure:15460: checking sys/select.h usability configure:15460: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:79:24: fatal error: sys/select.h: No such file or directory compilation terminated. configure:15460: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <sys/select.h> configure:15460: result: no configure:15460: checking sys/select.h presence configure:15460: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:46:24: fatal error: sys/select.h: No such file or directory compilation terminated. configure:15460: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include <sys/select.h> configure:15460: result: no configure:15460: checking for sys/select.h configure:15460: result: no configure:15460: checking for sys/socket.h configure:15460: result: no configure:15470: checking types of arguments for select configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (int,
fd_set , fd_set , fd_set *,
struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (int,
fd_set , fd_set , fd_set *,
const struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (size_t,
fd_set , fd_set , fd_set *,
struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (size_t,
fd_set , fd_set , fd_set *,
const struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (unsigned long int,
fd_set , fd_set , fd_set *,
struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (unsigned long int,
fd_set , fd_set , fd_set *,
const struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (unsigned int,
fd_set , fd_set , fd_set *,
struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:90:10: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:20: error: unknown type name 'fd_set' fd_set , fd_set , fd_set , ^ conftest.c:90:30: error: unknown type name 'fd_set' fd_set , fd_set , fd_set *, ^ configure:15498: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif
int
main ()
{
extern int select (unsigned int,
fd_set , fd_set , fd_set *,
const struct timeval *);
;
return 0;
}
configure:15498: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:91:17: warning: 'struct timeval' declared inside parameter list struct timeval ); ^ conftest.c:91:17: warning: its scope is only this definition or declaration, which is probably not what you want configure:15498: $? = 0 configure:15509: result: int,int ,struct timeval configure:15532: checking return type of signal handlers configure:15550: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c: In function 'main': conftest.c:55:9: error: void value not ignored as it ought to be return (signal (0, 0)) (0) == 1; ^ configure:15550: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) / end confdefs.h. / #include <sys/types.h> #include
int
main ()
{
return *(signal (0, 0)) (0) == 1;
;
return 0;
}
configure:15557: result: void configure:15568: checking for memset configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 conftest.c:73:6: warning: conflicting types for built-in function 'memset' char memset (); ^ configure:15568: $? = 0 configure:15568: result: yes configure:15568: checking for select configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:15568: $? = 0 configure:15568: result: yes configure:15568: checking for setresuid configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 /tmp/ccvMUYji.o: In function main': /home/user/shadowsocks-libev-3.0.5/conftest.c:86: undefined reference tosetresuid' collect2: error: ld returned 1 exit status configure:15568: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 / end confdefs.h. / /* Define setresuid to an innocuous variant, in case declares setresuid. For example, HP-UX 11i declares gettimeofday. */ #define setresuid innocuous_setresuid
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setresuid (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef setresuid
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char setresuid ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_setresuid defined __stub___setresuid
choke me
#endif
int
main ()
{
return setresuid ();
;
return 0;
}
configure:15568: result: no configure:15568: checking for setreuid configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 /tmp/ccKYJvnJ.o: In function main': /home/user/shadowsocks-libev-3.0.5/conftest.c:86: undefined reference tosetreuid' collect2: error: ld returned 1 exit status configure:15568: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 / end confdefs.h. / /* Define setreuid to an innocuous variant, in case declares setreuid. For example, HP-UX 11i declares gettimeofday. */ #define setreuid innocuous_setreuid
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setreuid (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef setreuid
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char setreuid ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_setreuid defined __stub___setreuid
choke me
#endif
int
main ()
{
return setreuid ();
;
return 0;
}
configure:15568: result: no configure:15568: checking for strerror configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:15568: $? = 0 configure:15568: result: yes configure:15568: checking for get_current_dir_name configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 /tmp/ccpGXNWJ.o: In function main': /home/user/shadowsocks-libev-3.0.5/conftest.c:87: undefined reference toget_current_dir_name' collect2: error: ld returned 1 exit status configure:15568: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_STRERROR 1 / end confdefs.h. / /* Define get_current_dir_name to an innocuous variant, in case declares get_current_dir_name. For example, HP-UX 11i declares gettimeofday. */ #define get_current_dir_name innocuous_get_current_dir_name
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char get_current_dir_name (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef get_current_dir_name
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char get_current_dir_name ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_get_current_dir_name defined __stub___get_current_dir_name
choke me
#endif
int
main ()
{
return get_current_dir_name ();
;
return 0;
}
configure:15568: result: no configure:15568: checking for getpwnam_r configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 /tmp/ccXy2VLm.o: In function main': /home/user/shadowsocks-libev-3.0.5/conftest.c:87: undefined reference togetpwnam_r' collect2: error: ld returned 1 exit status configure:15568: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_STRERROR 1 / end confdefs.h. / /* Define getpwnam_r to an innocuous variant, in case declares getpwnam_r. For example, HP-UX 11i declares gettimeofday. */ #define getpwnam_r innocuous_getpwnam_r
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getpwnam_r (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef getpwnam_r
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char getpwnam_r ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_getpwnam_r defined __stub___getpwnam_r
choke me
#endif
int
main ()
{
return getpwnam_r ();
;
return 0;
}
configure:15568: result: no configure:15568: checking for setrlimit configure:15568: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 /tmp/ccwIlp5l.o: In function main': /home/user/shadowsocks-libev-3.0.5/conftest.c:87: undefined reference tosetrlimit' collect2: error: ld returned 1 exit status configure:15568: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_STRERROR 1 / end confdefs.h. / /* Define setrlimit to an innocuous variant, in case declares setrlimit. For example, HP-UX 11i declares gettimeofday. */ #define setrlimit innocuous_setrlimit
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setrlimit (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef setrlimit
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char setrlimit ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_setrlimit defined __stub___setrlimit
choke me
#endif
int
main ()
{
return setrlimit ();
;
return 0;
}
configure:15568: result: no configure:15578: checking for connect in -lsocket configure:15603: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsocket -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 /usr/lib/gcc/x86_64-w64-mingw32/5.4.0/../../../../x86_64-w64-mingw32/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status configure:15603: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_STRERROR 1 / end confdefs.h. /
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char connect ();
int
main ()
{
return connect ();
;
return 0;
}
configure:15612: result: no configure:15627: checking for malloc configure:15627: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 conftest.c:76:6: warning: conflicting types for built-in function 'malloc' char malloc (); ^ configure:15627: $? = 0 configure:15627: result: yes configure:15627: checking for memset configure:15627: result: yes configure:15627: checking for posix_memalign configure:15627: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 conftest.c:78:6: warning: conflicting types for built-in function 'posix_memalign' char posix_memalign (); ^ /tmp/ccmVJ01T.o: In function main': /home/user/shadowsocks-libev-3.0.5/conftest.c:89: undefined reference toposix_memalign' collect2: error: ld returned 1 exit status configure:15627: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "shadowsocks-libev" #define PACKAGE_TARNAME "shadowsocks-libev" #define PACKAGE_VERSION "3.0.5" #define PACKAGE_STRING "shadowsocks-libev 3.0.5" #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "shadowsocks-libev" #define VERSION "3.0.5" #define LT_OBJDIR ".libs/" #define HAVE_PCRE_H 1 #define HAVE_LIBPCRE 1 #define TLS __thread #define restrict __restrict #define HAVE_DECL_INET_NTOP 0 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_LIMITS_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define CONNECT_IN_PROGRESS EINPROGRESS #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define vfork fork #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_STRERROR 1 #define HAVE_MALLOC 1 #define HAVE_MEMSET 1 / end confdefs.h. / /* Define posix_memalign to an innocuous variant, in case declares posix_memalign. For example, HP-UX 11i declares gettimeofday. */ #define posix_memalign innocuous_posix_memalign
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char posix_memalign (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef posix_memalign
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char posix_memalign ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_posix_memalign defined __stub___posix_memalign
choke me
#endif
int
main ()
{
return posix_memalign ();
;
return 0;
}

configure:15627: result: no configure:15627: checking for socket configure:15627: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:15627: $? = 0 configure:15627: result: yes configure:15643: checking udns.h usability configure:15643: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15643: $? = 0 configure:15643: result: yes configure:15643: checking udns.h presence configure:15643: x86_64-w64-mingw32-gcc -E conftest.c configure:15643: $? = 0 configure:15643: result: yes configure:15643: checking for udns.h configure:15643: result: yes configure:15655: checking for dns_dnlen in -ludns configure:15680: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -ludns -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:15680: $? = 0 configure:15689: result: yes configure:15701: checking ev.h usability configure:15701: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 configure:15701: $? = 0 configure:15701: result: yes configure:15701: checking ev.h presence configure:15701: x86_64-w64-mingw32-gcc -E conftest.c configure:15701: $? = 0 configure:15701: result: yes configure:15701: checking for ev.h configure:15701: result: yes configure:15701: checking libev/ev.h usability configure:15701: x86_64-w64-mingw32-gcc -c -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector conftest.c >&5 conftest.c:92:22: fatal error: libev/ev.h: No such file or directory compilation terminated. configure:15701: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | #define CONNECT_IN_PROGRESS EINPROGRESS | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define vfork fork | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (int ) | #define SELECT_TYPE_ARG5 (struct timeval ) | #define RETSIGTYPE void | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_STRERROR 1 | #define HAVE_MALLOC 1 | #define HAVE_MEMSET 1 | #define HAVE_SOCKET 1 | #define HAVE_IPv6 1 | #define HAVE_UDNS_H 1 | #define HAVE_EV_H 1 | / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include <libev/ev.h> configure:15701: result: no configure:15701: checking libev/ev.h presence configure:15701: x86_64-w64-mingw32-gcc -E conftest.c conftest.c:59:22: fatal error: libev/ev.h: No such file or directory compilation terminated. configure:15701: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "shadowsocks-libev" | #define PACKAGE_TARNAME "shadowsocks-libev" | #define PACKAGE_VERSION "3.0.5" | #define PACKAGE_STRING "shadowsocks-libev 3.0.5" | #define PACKAGE_BUGREPORT "max.c.lv@gmail.com" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define EXTENSIONS 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "shadowsocks-libev" | #define VERSION "3.0.5" | #define LT_OBJDIR ".libs/" | #define HAVE_PCRE_H 1 | #define HAVE_LIBPCRE 1 | #define TLS thread | #define restrict restrict | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | #define CONNECT_IN_PROGRESS EINPROGRESS | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define vfork fork | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (int ) | #define SELECT_TYPE_ARG5 (struct timeval ) | #define RETSIGTYPE void | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_STRERROR 1 | #define HAVE_MALLOC 1 | #define HAVE_MEMSET 1 | #define HAVE_SOCKET 1 | #define HAVE_IPv6 1 | #define HAVE_UDNS_H 1 | #define HAVE_EV_H 1 | / end confdefs.h. / | #include <libev/ev.h> configure:15701: result: no configure:15701: checking for libev/ev.h configure:15701: result: no configure:15711: checking for ev_loop_destroy in -lev configure:15736: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector -L/usr/x86_64-w64-mingw32/lib conftest.c -lev -ludns -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32 >&5 configure:15736: $? = 0 configure:15745: result: yes configure:15989: checking that generated files are newer than configure configure:15995: result: done configure:16043: creating ./config.status

----------------------

Running config.status.

----------------------

This file was extended by shadowsocks-libev config.status 3.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status

on DESKTOP-5OR4S0N

config.status:1159: creating shadowsocks-libev.pc config.status:1159: creating Makefile config.status:1159: creating src/Makefile config.status:1159: creating libbloom/Makefile config.status:1159: creating libcork/Makefile config.status:1159: creating libipset/Makefile config.status:1159: creating config.h config.status:1388: executing depfiles commands config.status:1388: executing libtool commands

----------------

Cache variables.

----------------

ac_cv_build=x86_64-unknown-cygwin ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_restrict=restrict ac_cv_c_uint16_t=yes ac_cv_c_uint8_t=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-w64-mingw32 ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext=.exe ac_cv_func_fork=no ac_cv_func_fork_works=no ac_cv_func_get_current_dir_name=no ac_cv_func_getpwnam_r=no ac_cv_func_malloc=yes ac_cv_func_memset=yes ac_cv_func_posix_memalign=no ac_cv_func_select=yes ac_cv_func_select_args='int,int ,struct timeval ' ac_cv_func_setresuid=no ac_cv_func_setreuid=no ac_cv_func_setrlimit=no ac_cv_func_socket=yes ac_cv_func_strerror=yes ac_cv_func_vfork=no ac_cv_func_vfork_works=no ac_cv_have_decl_inet_ntop=no ac_cv_header_arpa_inet_h=no ac_cv_header_dlfcn_h=no ac_cv_header_ev_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=no ac_cv_header_libev_ev_h=no ac_cv_header_limits_h=yes ac_cv_header_linux_random_h=no ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_net_if_h=no ac_cv_header_netdb_h=no ac_cv_header_netinet_in_h=no ac_cv_header_pcre_h=yes ac_cv_header_pcre_pcre_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ioctl_h=no ac_cv_header_sys_select_h=no ac_cv_header_sys_socket_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=no ac_cv_header_time=yes ac_cv_header_udns_h=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_host=x86_64-w64-mingw32 ac_cv_lib_ev_ev_loop_destroy=yes ac_cv_lib_mbedcrypto_mbedtls_cipher_setup=yes ac_cv_lib_socket_connect=no ac_cv_lib_sodium_sodium_init=yes ac_cv_lib_udns_dns_dnlen=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_SED=/usr/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AR=x86_64-w64-mingw32-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-w64-mingw32-gcc ac_cv_prog_CPP='x86_64-w64-mingw32-gcc -E' ac_cv_prog_DLLTOOL=x86_64-w64-mingw32-dlltool ac_cv_prog_OBJDUMP=x86_64-w64-mingw32-objdump ac_cv_prog_RANLIB=x86_64-w64-mingw32-ranlib ac_cv_prog_STRIP=x86_64-w64-mingw32-strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define_extensions=yes ac_cv_search_inet_ntop='none required' ac_cv_search_pcre_exec=-lpcre ac_cv_tls=__thread ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_ar_interface=ar am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_PTHREAD_CLANG=no ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE ax_cv_PTHREAD_PRIO_INHERIT=yes ax_cv_PTHREAD_SPECIAL_FLAGS=no lt_cv_ar_at_file=@ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= lt_cv_file_magic_cmd=func_win32_libid lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-w64-mingw32/bin/ld.exe lt_cv_path_NM='/usr/bin/x86_64-w64-mingw32-nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.[ ]([ABCDGIRSTW][ABCDGIRSTW])[ ][ ]([_A-Za-z][_A-Za-z0-9])$/\1 \2 \2/p'\'' | sed '\''/ gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: ([^ ])[ ]$/ {\"\1\", (void ) 0},/p'\'' -e '\''s/^[ABCDGIRSTW] ([^ ]) ([^ ])$/ {"\2", (void ) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: ([^ ])[ ]$/ {\"\1\", (void ) 0},/p'\'' -e '\''s/^[ABCDGIRSTW] ([^ ]) (lib[^ ])$/ {"\2", (void ) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW] ([^ ]) ([^ ])$/ {"lib\2", (void ) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T . (.)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW] . (.*)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=8192 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 lt_cv_to_tool_file_cmd=func_convert_file_noop

-----------------

Output variables.

-----------------

ACLOCAL='${SHELL} /home/user/shadowsocks-libev-3.0.5/auto/missing aclocal-1.14' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='x86_64-w64-mingw32-ar' ASCIIDOC='' AUTOCONF='${SHELL} /home/user/shadowsocks-libev-3.0.5/auto/missing autoconf' AUTOHEADER='${SHELL} /home/user/shadowsocks-libev-3.0.5/auto/missing autoheader' AUTOMAKE='${SHELL} /home/user/shadowsocks-libev-3.0.5/auto/missing automake-1.14' AWK='gawk' BUILD_REDIRECTOR_FALSE='' BUILD_REDIRECTOR_TRUE='#' BUILD_WINCOMPAT_FALSE='' BUILD_WINCOMPAT_TRUE='#' CC='x86_64-w64-mingw32-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -I/usr/x86_64-w64-mingw32/include -DPCRE_STATIC -mno-ms-bitfields -pthread -fstack-protector' CPP='x86_64-w64-mingw32-gcc -E' CPPFLAGS='' CYGPATH_W='cygpath -w' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='x86_64-w64-mingw32-dlltool' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_DOCUMENTATION_FALSE='' ENABLE_DOCUMENTATION_TRUE='#' EXEEXT='.exe' FGREP='/usr/bin/grep -F' GREP='/usr/bin/grep' GZIP='' INET_NTOP_LIB='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/x86_64-w64-mingw32/bin/ld.exe' LDFLAGS='-L/usr/x86_64-w64-mingw32/lib' LIBOBJS='' LIBPCRE='-lpcre' LIBS='-lev -ludns -lsodium -lmbedcrypto -lpcre -ladvapi32 -lgdi32 -lws2_32 -lcrypt32' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/user/shadowsocks-libev-3.0.5/auto/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/usr/bin/mkdir -p' MV='mv -f' NM='/usr/bin/x86_64-w64-mingw32-nm -B' NMEDIT='' OBJDUMP='x86_64-w64-mingw32-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='shadowsocks-libev' PACKAGE_BUGREPORT='max.c.lv@gmail.com' PACKAGE_NAME='shadowsocks-libev' PACKAGE_STRING='shadowsocks-libev 3.0.5' PACKAGE_TARNAME='shadowsocks-libev' PACKAGE_URL='' PACKAGE_VERSION='3.0.5' PATH_SEPARATOR=':' PCRE_CONFIG='' PTHREAD_CC='x86_64-w64-mingw32-gcc' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='' RANLIB='x86_64-w64-mingw32-ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='x86_64-w64-mingw32-strip' USE_SYSTEM_SHARED_LIB_FALSE='' USE_SYSTEM_SHARED_LIB_TRUE='#' VERSION='3.0.5' XMLTO='' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' amEXEEXT_FALSE='#' am__EXEEXT_TRUE='' amfastdepCC_FALSE='#' amfastdepCC_TRUE='' aminclude='include' amisrc='' am__leading_dot='.' amnodep='_no' amquote='' amtar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' ax_pthread_config='' bindir='${exec_prefix}/bin' build='x86_64-unknown-cygwin' build_alias='' build_cpu='x86_64' build_os='cygwin' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-w64-mingw32' host_alias='x86_64-w64-mingw32' host_cpu='x86_64' host_os='mingw32' host_vendor='w64' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/user/shadowsocks-libev-3.0.5/auto/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pcre_pcreh='0' pcreh='0' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias=''

-----------

confdefs.h.

-----------

/ confdefs.h /

define PACKAGE_NAME "shadowsocks-libev"

define PACKAGE_TARNAME "shadowsocks-libev"

define PACKAGE_VERSION "3.0.5"

define PACKAGE_STRING "shadowsocks-libev 3.0.5"

define PACKAGE_BUGREPORT "max.c.lv@gmail.com"

define PACKAGE_URL ""

define STDC_HEADERS 1

define HAVE_SYS_TYPES_H 1

define HAVE_SYS_STAT_H 1

define HAVE_STDLIB_H 1

define HAVE_STRING_H 1

define HAVE_MEMORY_H 1

define HAVE_STRINGS_H 1

define HAVE_INTTYPES_H 1

define HAVE_STDINT_H 1

define HAVE_UNISTD_H 1

define EXTENSIONS 1

define _ALL_SOURCE 1

define _GNU_SOURCE 1

define _POSIX_PTHREAD_SEMANTICS 1

define _TANDEM_SOURCE 1

define PACKAGE "shadowsocks-libev"

define VERSION "3.0.5"

define LT_OBJDIR ".libs/"

define HAVE_PCRE_H 1

define HAVE_LIBPCRE 1

define TLS __thread

define restrict __restrict

define HAVE_DECL_INET_NTOP 0

define HAVE_PTHREAD_PRIO_INHERIT 1

define HAVE_LIMITS_H 1

define HAVE_STDINT_H 1

define HAVE_INTTYPES_H 1

define HAVE_FCNTL_H 1

define HAVE_LOCALE_H 1

define HAVE_STDLIB_H 1

define HAVE_STRING_H 1

define HAVE_STRINGS_H 1

define HAVE_UNISTD_H 1

define CONNECT_IN_PROGRESS EINPROGRESS

define STDC_HEADERS 1

define TIME_WITH_SYS_TIME 1

define vfork fork

define SELECT_TYPE_ARG1 int

define SELECT_TYPE_ARG234 (int *)

define SELECT_TYPE_ARG5 (struct timeval *)

define RETSIGTYPE void

define HAVE_MEMSET 1

define HAVE_SELECT 1

define HAVE_STRERROR 1

define HAVE_MALLOC 1

define HAVE_MEMSET 1

define HAVE_SOCKET 1

define HAVE_IPv6 1

define HAVE_UDNS_H 1

define HAVE_EV_H 1

configure: exit 0

madeye commented 7 years ago

It's still expected. You need to compile with cygwin toolchain.

wumingsh commented 7 years ago

Okay, compile succeeded.

LBYPatrick commented 7 years ago

@madeye So the build guide doesn't give a shit?

madeye commented 7 years ago

@LBYPatrick You mean building shadowsocks-libev against MinGW? No, shadowsocks-libev doesn't support it.