Skip to content

Instantly share code, notes, and snippets.

@starius
Created December 17, 2016 18:46
Show Gist options
  • Select an option

  • Save starius/9510d615226bdb8123d034fe4a6a433b to your computer and use it in GitHub Desktop.

Select an option

Save starius/9510d615226bdb8123d034fe4a6a433b to your computer and use it in GitHub Desktop.
make[1]: Entering directory `/home/mxe/mxe-libcddb'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
uname -a
Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u4 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
5e683a7e0a574e54f6a2500d64fe55e4b28cc29b - fixes [6 minutes ago] [ (HEAD, f3)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 7.11 (wheezy)
Release: 7.11
Codename: wheezy
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.15
gcc --version
gcc (Debian 4.7.2-5) 4.7.2
Copyright (C) 2012 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.
g++ --version
g++ (Debian 4.7.2-5) 4.7.2
Copyright (C) 2012 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.
python --version
Python 2.7.3
perl --version 2>&1 | head -3
This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi
(with 102 registered patches, see perl -V for more detail)
rm -rf '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static'
mkdir -p '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static'
mkdir -p '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2'
mkdir -p '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/readonly'
chmod 0555 '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/readonly'
cd '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static' && tar xzf '/home/mxe/mxe-libcddb/pkg/neon-0.30.2.tar.gz'
cd '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2'
cd '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_' && ne_cv_fmt_size_t=%lu ne_cv_fmt_ssize_t=%lu ne_cv_fmt_off64_t=%I64u ne_cv_fmt_time_t=%lu ne_cv_libsfor_socket=-lws2_32 ne_cv_libsfor_gethostbyname=-lws2_32 '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2'/configure --host='i686-w64-mingw32.static' --build='x86_64-unknown-linux-gnu' --prefix='/home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static' --enable-static --disable-shared ac_cv_prog_HAVE_DOXYGEN="false" --disable-doxygen man_MANS= man1_MANS= man2_MANS= man3_MANS= man4_MANS= man5_MANS= man6_MANS= man7_MANS= man8_MANS= man9_MANS= dist_man_MANS= dist_man1_MANS= dist_man2_MANS= dist_man3_MANS= dist_man4_MANS= dist_man5_MANS= dist_man6_MANS= dist_man7_MANS= dist_man8_MANS= dist_man9_MANS= notrans_dist_man_MANS= info_TEXINFOS= doc_DATA= dist_doc_DATA= html_DATA= dist_html_DATA= --with-ssl=yes
configure: WARNING: unrecognized options: --disable-doxygen
configure: loading site script /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/share/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking for i686-w64-mingw32.static-gcc... i686-w64-mingw32.static-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-w64-mingw32.static-gcc accepts -g... yes
checking for i686-w64-mingw32.static-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... i686-w64-mingw32.static-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for off_t... yes
checking for uname... Linux
checking whether make sets $(MAKE)... yes
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking for gcc -Wformat -Werror sanity... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/uio.h usability... no
checking sys/uio.h presence... no
checking for sys/uio.h... no
checking size of size_t... 4
checking how to print size_t... (cached) %lu
checking size of off_t... 4
checking how to print off_t... ld
checking size of ssize_t... 4
checking how to print ssize_t... (cached) %lu
checking whether byte ordering is bigendian... no
checking whether strerror_r is declared... no
checking for strerror_r... no
checking whether strerror_r returns char *... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for sys/time.h... yes
checking for limits.h... yes
checking for sys/select.h... no
checking for arpa/inet.h... no
checking for libintl.h... no
checking for signal.h... yes
checking for sys/socket.h... no
checking for netinet/in.h... no
checking for netinet/tcp.h... no
checking for netdb.h... no
checking for sys/poll.h... no
checking for sys/limits.h... no
checking for fcntl.h... yes
checking for iconv.h... yes
checking for timezone global... yes
checking for off64_t... yes
checking size of off64_t... 8
checking how to print off64_t... (cached) %I64u
checking for strtoll... yes
checking for lseek64... yes
checking for fstat64... no
configure: LFS support omitted: 64-bit support functions not found
checking for strcasecmp... yes
checking for signal... yes
checking for setvbuf... yes
checking for setsockopt... no
checking for stpcpy... no
checking for poll... no
checking for fcntl... no
checking for getsockopt... no
checking for library containing socket... (cached) -lws2_32
checking for library containing getaddrinfo... not found
checking for library containing gethostbyname... (cached) -lws2_32
checking for library containing hstrerror... not found
checking for hstrerror... no
checking whether h_errno is declared... no
checking for in_addr_t... no
checking for socklen_t... no
checking for struct tm.tm_gmtoff... no
checking for struct tm.__tm_gmtoff... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflate in -lz... yes
configure: zlib support enabled, using -lz
checking whether to enable ACL support in neon... yes
checking for pkg-config... /usr/bin/pkg-config
checking for openssl pkg-config data... yes
configure: using SSL library configuration from pkg-config
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking OpenSSL version is >= 0.9.7... yes
configure: OpenSSL >= 0.9.7; EGD support not needed in neon
configure: SSL support enabled, using OpenSSL (0.9.7 or later)
checking for CRYPTO_set_idptr_callback... no
checking for SSL_SESSION_cmp... no
configure: Thread-safe SSL not supported
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for pakchois pkg-config data... no
configure: pakchois library not found; no PKCS#11 support
checking for krb5-config... none
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libproxy-1.0 pkg-config data... no
configure: libproxy support not enabled
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... i686-w64-mingw32.static
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by i686-w64-mingw32.static-gcc... /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld
checking if the linker (/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-nm -B
checking the name lister (/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking how to convert x86_64-unknown-linux-gnu file names to i686-w64-mingw32.static format... func_convert_file_nix_to_w32
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld option to reload object files... -r
checking for i686-w64-mingw32.static-objdump... i686-w64-mingw32.static-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for i686-w64-mingw32.static-dlltool... i686-w64-mingw32.static-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for i686-w64-mingw32.static-ar... i686-w64-mingw32.static-ar
checking for archiver @FILE support... @
checking for i686-w64-mingw32.static-strip... i686-w64-mingw32.static-strip
checking for i686-w64-mingw32.static-ranlib... i686-w64-mingw32.static-ranlib
checking for gawk... gawk
checking command to parse /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-nm -B output from i686-w64-mingw32.static-gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for i686-w64-mingw32.static-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for dlfcn.h... no
checking for objdir... .libs
checking if i686-w64-mingw32.static-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-w64-mingw32.static-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-w64-mingw32.static-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-w64-mingw32.static-gcc static flag -static works... yes
checking if i686-w64-mingw32.static-gcc supports -c -o file.o... yes
checking if i686-w64-mingw32.static-gcc supports -c -o file.o... (cached) yes
checking whether the i686-w64-mingw32.static-gcc linker (/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking size of time_t... 4
checking how to print time_t... (cached) %lu
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for i686-w64-mingw32.static-ar... /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ar
checking for i686-w64-mingw32.static-ranlib... /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ranlib
checking for sys/time.h... (cached) yes
checking for signal.h... (cached) yes
checking for stdint.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for pipe... no
checking for isatty... yes
checking for usleep... yes
checking for shutdown... no
checking for setlocale... yes
checking for gethostname... no
configure: WebDAV support is enabled
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_SetXmlDeclHandler in -lexpat... yes
checking for XML_Size... yes
checking size of XML_Size... 4
checking how to print XML_Size... ld
configure: XML parser used: expat
configure: Internationalization support not enabled
configure: debugging is enabled
checking for openssl... /usr/bin/openssl
checking for certutil... notfound
checking for pk12util... notfound
checking for pkg-config... (cached) /usr/bin/pkg-config
checking if LD -Wl,--version-script works... yes
configure: Using PIC for static library build
configure: Private symbol suppression disabled for static library build
configure: creating ./config.status
config.status: creating neon-config
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating neon.pc
config.status: creating test/makekeys
config.status: creating config.h
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-doxygen
configure: Configured to build neon 0.30.2:
Install prefix: /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static
Compiler: i686-w64-mingw32.static-gcc
XML Parser: expat
SSL library: SSL support enabled, using OpenSSL (0.9.7 or later)
zlib support: zlib support enabled, using -lz
Build libraries: Shared=no, Static=yes
make -C '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_' -j '3'
make[2]: Entering directory `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_'
make[3]: Entering directory `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src'
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_request.c -o ne_request.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_session.c -o ne_session.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_basic.c -o ne_basic.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_string.c -o ne_string.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_uri.c -o ne_uri.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_dates.c -o ne_dates.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_alloc.c -o ne_alloc.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_md5.c -o ne_md5.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_utils.c -o ne_utils.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_socket.c -o ne_socket.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_auth.c -o ne_auth.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_redirect.c -o ne_redirect.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_compress.c -o ne_compress.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_i18n.c -o ne_i18n.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_pkcs11.c -o ne_pkcs11.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_socks.c -o ne_socks.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_ntlm.c -o ne_ntlm.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_207.c -o ne_207.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_xml.c -o ne_xml.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_props.c -o ne_props.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_locks.c -o ne_locks.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_xmlreq.c -o ne_xmlreq.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_oldacl.c -o ne_oldacl.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_acl3744.c -o ne_acl3744.lo
/bin/bash ../libtool --quiet --mode=compile i686-w64-mingw32.static-gcc -DHAVE_CONFIG_H -I.. -DNE_PRIVATE=extern -g -O2 -prefer-pic -c /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_openssl.c -o ne_openssl.lo
/bin/bash ../libtool --quiet --mode=link i686-w64-mingw32.static-gcc -no-undefined -rpath /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/lib -version-info 30:2:3 -Wl,--version-script=/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/neon.vers -o libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_redirect.lo ne_compress.lo ne_i18n.lo ne_pkcs11.lo ne_socks.lo ne_ntlm.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_xmlreq.lo ne_oldacl.lo ne_acl3744.lo ne_openssl.lo -lws2_32 -lws2_32 -lz -lssl -lcrypto -lexpat
/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src'
make[2]: Leaving directory `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_'
make -C '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_' -j 1 install-lib install-headers install-nls
make[2]: Entering directory `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_'
make[3]: Entering directory `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src'
/usr/bin/install -c -d /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/lib
/bin/bash ./libtool --mode=install /usr/bin/install -c src/libneon.la \
/home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/lib/libneon.la
libtool: install: /usr/bin/install -c src/.libs/libneon.lai /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/lib/libneon.la
libtool: install: /usr/bin/install -c src/.libs/libneon.a /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/lib/libneon.a
libtool: install: chmod 644 /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/lib/libneon.a
libtool: install: /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ranlib /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/lib/libneon.a
/usr/bin/install -c -d /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_request.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_session.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_utils.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_uri.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_socket.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_basic.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_207.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_props.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_xml.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_dates.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_string.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_defs.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_locks.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_alloc.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_md5.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_i18n.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_redirect.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_auth.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_compress.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_acl.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_ssl.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_xmlreq.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_pkcs11.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
Installing ne_acl3744.h into /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/include/neon
NLS not enabled.
make[2]: Leaving directory `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_'
# create pkg-config file
install -d '/home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/lib/pkgconfig'
(echo 'prefix=/home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static'; echo 'exec_prefix=${prefix}'; echo 'libdir=${exec_prefix}/lib'; echo 'includedir=${prefix}/include'; echo ''; echo 'Name: neon'; echo 'Version: 0.30.2'; echo 'Description: neon is an HTTP and WebDAV client library'; echo 'Requires.private: openssl'; echo 'Libs: -L${libdir} -lneon'; echo 'Cflags: -I${includedir}'; ) > '/home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/lib/pkgconfig/neon.pc'
# create test binary
i686-w64-mingw32.static-gcc -W -Wall -Werror -std=c11 '/home/mxe/mxe-libcddb/src/neon-test.c' -o '/home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/bin/test-neon.exe' `i686-w64-mingw32.static-pkg-config neon --cflags --libs`
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by neon configure 0.30.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ /home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/configure --host=i686-w64-mingw32.static --build=x86_64-unknown-linux-gnu --prefix=/home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static --enable-static --disable-shared ac_cv_prog_HAVE_DOXYGEN=false --disable-doxygen man_MANS= man1_MANS= man2_MANS= man3_MANS= man4_MANS= man5_MANS= man6_MANS= man7_MANS= man8_MANS= man9_MANS= dist_man_MANS= dist_man1_MANS= dist_man2_MANS= dist_man3_MANS= dist_man4_MANS= dist_man5_MANS= dist_man6_MANS= dist_man7_MANS= dist_man8_MANS= dist_man9_MANS= notrans_dist_man_MANS= info_TEXINFOS= doc_DATA= dist_doc_DATA= html_DATA= dist_html_DATA= --with-ssl=yes
## --------- ##
## Platform. ##
## --------- ##
hostname = sd-68075
uname -m = x86_64
uname -r = 3.2.0-4-amd64
uname -s = Linux
uname -v = #1 SMP Debian 3.2.68-1+deb7u4
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/mxe/mxe-libcddb/usr/x86_64-unknown-linux-gnu/bin
PATH: /home/mxe/mxe-libcddb/usr/bin
PATH: /home/mxe/mxe-libcddb/usr/x86_64-unknown-linux-gnu/bin
PATH: /home/mxe/mxe-libcddb/usr/bin
PATH: /home/mxe/.luaroot/bin
PATH: /home/mxe/.goroot/bin
PATH: /home/mxe/gopath/bin
PATH: /home/mxe/.bin
PATH: /home/mxe/.luarocks/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /home/mxe/.linuxbrew/bin
PATH: /home/mxe/node_modules/phantomjs/lib/phantom/bin/
PATH: /home/mxe/.gem/ruby/1.9.1/bin
PATH: /home/mxe/.local/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /usr/local/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2499: loading site script /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/share/config.site
| ac_cv_build=x86_64-unknown-linux-gnu
configure:2684: checking for a BSD-compatible install
configure:2752: result: /usr/bin/install -c
configure:2835: checking for i686-w64-mingw32.static-gcc
configure:2851: found /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-gcc
configure:2862: result: i686-w64-mingw32.static-gcc
configure:3131: checking for C compiler version
configure:3140: i686-w64-mingw32.static-gcc --version >&5
i686-w64-mingw32.static-gcc (GCC) 4.9.4
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:3151: $? = 0
configure:3140: i686-w64-mingw32.static-gcc -v >&5
Using built-in specs.
COLLECT_GCC=i686-w64-mingw32.static-gcc
COLLECT_LTO_WRAPPER=/home/mxe/mxe-libcddb/usr/libexec/gcc/i686-w64-mingw32.static/4.9.4/lto-wrapper
Target: i686-w64-mingw32.static
Configured with: /home/mxe/mxe-libcddb/tmp-gcc-i686-w64-mingw32.static/gcc-4.9.4/configure --target=i686-w64-mingw32.static --build=x86_64-unknown-linux-gnu --prefix=/home/mxe/mxe-libcddb/usr --libdir=/home/mxe/mxe-libcddb/usr/lib --enable-languages=c,c++,objc,fortran --enable-version-specific-runtime-libs --with-gcc --with-gnu-ld --with-gnu-as --disable-nls --disable-shared --disable-multilib --without-x --disable-win32-registry --enable-threads=win32 --enable-libgomp --with-gmp=/home/mxe/mxe-libcddb/usr/x86_64-unknown-linux-gnu --with-isl=/home/mxe/mxe-libcddb/usr/x86_64-unknown-linux-gnu --with-mpc=/home/mxe/mxe-libcddb/usr/x86_64-unknown-linux-gnu --with-mpfr=/home/mxe/mxe-libcddb/usr/x86_64-unknown-linux-gnu --with-cloog=/home/mxe/mxe-libcddb/usr/x86_64-unknown-linux-gnu --with-as=/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-as --with-ld=/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld --with-nm=/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-nm
Thread model: win32
gcc version 4.9.4 (GCC)
configure:3151: $? = 0
configure:3140: i686-w64-mingw32.static-gcc -V >&5
i686-w64-mingw32.static-gcc: error: unrecognized command line option '-V'
i686-w64-mingw32.static-gcc: fatal error: no input files
compilation terminated.
configure:3151: $? = 1
configure:3140: i686-w64-mingw32.static-gcc -qversion >&5
i686-w64-mingw32.static-gcc: error: unrecognized command line option '-qversion'
i686-w64-mingw32.static-gcc: fatal error: no input files
compilation terminated.
configure:3151: $? = 1
configure:3171: checking whether the C compiler works
configure:3193: i686-w64-mingw32.static-gcc conftest.c >&5
configure:3197: $? = 0
configure:3245: result: yes
configure:3248: checking for C compiler default output file name
configure:3250: result: a.exe
configure:3256: checking for suffix of executables
configure:3263: i686-w64-mingw32.static-gcc -o conftest.exe conftest.c >&5
configure:3267: $? = 0
configure:3289: result: .exe
configure:3311: checking whether we are cross compiling
configure:3349: result: yes
configure:3354: checking for suffix of object files
configure:3376: i686-w64-mingw32.static-gcc -c conftest.c >&5
configure:3380: $? = 0
configure:3401: result: o
configure:3405: checking whether we are using the GNU C compiler
configure:3424: i686-w64-mingw32.static-gcc -c conftest.c >&5
configure:3424: $? = 0
configure:3433: result: yes
configure:3442: checking whether i686-w64-mingw32.static-gcc accepts -g
configure:3462: i686-w64-mingw32.static-gcc -c -g conftest.c >&5
configure:3462: $? = 0
configure:3503: result: yes
configure:3520: checking for i686-w64-mingw32.static-gcc option to accept ISO C89
configure:3583: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:3583: $? = 0
configure:3596: result: none needed
configure:3622: checking how to run the C preprocessor
configure:3653: i686-w64-mingw32.static-gcc -E conftest.c
configure:3653: $? = 0
configure:3667: i686-w64-mingw32.static-gcc -E conftest.c
conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3667: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3692: result: i686-w64-mingw32.static-gcc -E
configure:3712: i686-w64-mingw32.static-gcc -E conftest.c
configure:3712: $? = 0
configure:3726: i686-w64-mingw32.static-gcc -E conftest.c
conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3726: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3755: checking for grep that handles long lines and -e
configure:3813: result: /bin/grep
configure:3818: checking for egrep
configure:3880: result: /bin/grep -E
configure:3885: checking for ANSI C header files
configure:3905: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:3905: $? = 0
configure:3989: result: yes
configure:4002: checking for sys/types.h
configure:4002: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4002: $? = 0
configure:4002: result: yes
configure:4002: checking for sys/stat.h
configure:4002: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4002: $? = 0
configure:4002: result: yes
configure:4002: checking for stdlib.h
configure:4002: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4002: $? = 0
configure:4002: result: yes
configure:4002: checking for string.h
configure:4002: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4002: $? = 0
configure:4002: result: yes
configure:4002: checking for memory.h
configure:4002: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4002: $? = 0
configure:4002: result: yes
configure:4002: checking for strings.h
configure:4002: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4002: $? = 0
configure:4002: result: yes
configure:4002: checking for inttypes.h
configure:4002: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4002: $? = 0
configure:4002: result: yes
configure:4002: checking for stdint.h
configure:4002: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4002: $? = 0
configure:4002: result: yes
configure:4002: checking for unistd.h
configure:4002: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4002: $? = 0
configure:4002: result: yes
configure:4015: checking minix/config.h usability
configure:4015: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:58:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:4015: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4015: result: no
configure:4015: checking minix/config.h presence
configure:4015: i686-w64-mingw32.static-gcc -E conftest.c
conftest.c:25:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:4015: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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:4015: result: no
configure:4015: checking for minix/config.h
configure:4015: result: no
configure:4036: checking whether it is safe to define __EXTENSIONS__
configure:4054: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4054: $? = 0
configure:4061: result: yes
configure:4075: checking for inline
configure:4091: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4091: $? = 0
configure:4099: result: inline
configure:4117: checking for an ANSI C-conforming const
configure:4183: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4183: $? = 0
configure:4190: result: yes
configure:4198: checking for size_t
configure:4198: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4198: $? = 0
configure:4198: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:4198: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:4198: result: yes
configure:4209: checking for off_t
configure:4209: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4209: $? = 0
configure:4209: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:20: error: expected expression before ')' token
if (sizeof ((off_t)))
^
configure:4209: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:4209: result: yes
configure:4222: checking for uname
configure:4231: result: Linux
configure:4243: checking whether make sets $(MAKE)
configure:4265: result: yes
configure:4279: checking size of int
configure:4284: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4284: $? = 0
configure:4284: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
^
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4284: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
^
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4284: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
^
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4284: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4284: $? = 0
configure:4284: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4284: $? = 0
configure:4284: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4284: $? = 0
configure:4298: result: 4
configure:4312: checking size of long
configure:4317: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4317: $? = 0
configure:4317: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:67:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
^
configure:4317: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4317: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:67:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
^
configure:4317: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4317: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:67:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
^
configure:4317: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4317: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4317: $? = 0
configure:4317: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4317: $? = 0
configure:4317: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4317: $? = 0
configure:4331: result: 4
configure:4345: checking size of long long
configure:4350: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4350: $? = 0
configure:4350: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:68:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
^
configure:4350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4350: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:68:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
^
configure:4350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4350: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:68:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
^
configure:4350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4350: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:68:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
^
configure:4350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4350: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4350: $? = 0
configure:4350: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4350: $? = 0
configure:4350: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4350: $? = 0
configure:4350: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4350: $? = 0
configure:4364: result: 8
configure:4375: checking for gcc -Wformat -Werror sanity
configure:4396: i686-w64-mingw32.static-gcc -c -g -O2 -Wformat -Werror conftest.c >&5
configure:4396: $? = 0
configure:4404: result: yes
configure:4432: checking errno.h usability
configure:4432: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4432: $? = 0
configure:4432: result: yes
configure:4432: checking errno.h presence
configure:4432: i686-w64-mingw32.static-gcc -E conftest.c
configure:4432: $? = 0
configure:4432: result: yes
configure:4432: checking for errno.h
configure:4432: result: yes
configure:4432: checking stdarg.h usability
configure:4432: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4432: $? = 0
configure:4432: result: yes
configure:4432: checking stdarg.h presence
configure:4432: i686-w64-mingw32.static-gcc -E conftest.c
configure:4432: $? = 0
configure:4432: result: yes
configure:4432: checking for stdarg.h
configure:4432: result: yes
configure:4432: checking for string.h
configure:4432: result: yes
configure:4432: checking for stdlib.h
configure:4432: result: yes
configure:4432: checking sys/uio.h usability
configure:4432: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:70:21: fatal error: sys/uio.h: No such file or directory
#include <sys/uio.h>
^
compilation terminated.
configure:4432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/uio.h>
configure:4432: result: no
configure:4432: checking sys/uio.h presence
configure:4432: i686-w64-mingw32.static-gcc -E conftest.c
conftest.c:37:21: fatal error: sys/uio.h: No such file or directory
#include <sys/uio.h>
^
compilation terminated.
configure:4432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| /* end confdefs.h. */
| #include <sys/uio.h>
configure:4432: result: no
configure:4432: checking for sys/uio.h
configure:4432: result: no
configure:4451: checking size of size_t
configure:4456: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4456: $? = 0
configure:4456: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:75:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
^
configure:4456: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4456: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:75:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
^
configure:4456: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4456: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:75:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
^
configure:4456: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4456: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4456: $? = 0
configure:4456: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4456: $? = 0
configure:4456: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4456: $? = 0
configure:4472: result: 4
configure:4487: checking how to print size_t
configure:4529: result: %lu
configure:4549: checking size of off_t
configure:4554: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4554: $? = 0
configure:4554: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:77:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
^
configure:4554: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4554: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:77:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
^
configure:4554: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4554: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:77:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
^
configure:4554: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4554: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4554: $? = 0
configure:4554: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4554: $? = 0
configure:4554: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4554: $? = 0
configure:4570: result: 4
configure:4585: checking how to print off_t
configure:4610: i686-w64-mingw32.static-gcc -c -g -O2 -Wformat -Werror conftest.c >&5
conftest.c: In function 'main':
conftest.c:46:1: error: format '%d' expects argument of type 'int', but argument 2 has type 'off_t' [-Werror=format=]
off_t i = 1; printf("%d", i);
^
cc1: all warnings being treated as errors
configure:4610: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| /* end confdefs.h. */
| #include <sys/types.h>
|
| #include <stdio.h>
| int
| main ()
| {
| off_t i = 1; printf("%d", i);
| ;
| return 0;
| }
configure:4610: i686-w64-mingw32.static-gcc -c -g -O2 -Wformat -Werror conftest.c >&5
configure:4610: $? = 0
configure:4627: result: ld
configure:4648: checking size of ssize_t
configure:4653: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4653: $? = 0
configure:4653: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:79:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 0)];
^
configure:4653: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4653: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:79:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 1)];
^
configure:4653: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4653: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:79:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 3)];
^
configure:4653: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4653: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4653: $? = 0
configure:4653: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4653: $? = 0
configure:4653: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4653: $? = 0
configure:4669: result: 4
configure:4684: checking how to print ssize_t
configure:4726: result: %lu
configure:4741: checking whether byte ordering is bigendian
configure:4756: i686-w64-mingw32.static-gcc -c -g -O2 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:4756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:4801: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:4801: $? = 0
configure:4819: i686-w64-mingw32.static-gcc -c -g -O2 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:4819: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| /* 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:4947: result: no
configure:4965: checking whether strerror_r is declared
configure:4965: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:83:10: error: 'strerror_r' undeclared (first use in this function)
(void) strerror_r;
^
conftest.c:83:10: note: each undeclared identifier is reported only once for each function it appears in
configure:4965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strerror_r
| #ifdef __cplusplus
| (void) strerror_r;
| #else
| (void) strerror_r;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:4965: result: no
configure:4978: checking for strerror_r
configure:4978: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccMoGIuE.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:78: undefined reference to `strerror_r'
collect2: error: ld returned 1 exit status
configure:4978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| /* end confdefs.h. */
| /* Define strerror_r to an innocuous variant, in case <limits.h> declares strerror_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strerror_r innocuous_strerror_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strerror_r (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strerror_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 strerror_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_strerror_r || defined __stub___strerror_r
| choke me
| #endif
|
| int
| main ()
| {
| return strerror_r ();
| ;
| return 0;
| }
configure:4978: result: no
configure:4987: checking whether strerror_r returns char *
configure:5049: result: no
configure:5061: checking for snprintf
configure:5061: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:67:6: warning: conflicting types for built-in function 'snprintf'
char snprintf ();
^
configure:5061: $? = 0
configure:5061: result: yes
configure:5061: checking for vsnprintf
configure:5061: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:68:6: warning: conflicting types for built-in function 'vsnprintf'
char vsnprintf ();
^
configure:5061: $? = 0
configure:5061: result: yes
configure:5152: checking for sys/time.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5152: $? = 0
configure:5152: result: yes
configure:5152: checking for limits.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5152: $? = 0
configure:5152: result: yes
configure:5152: checking for sys/select.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:86:24: fatal error: sys/select.h: No such file or directory
#include <sys/select.h>
^
compilation terminated.
configure:5152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* netinet/tcp.h requires netinet/in.h on some platforms. */
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| #include <sys/select.h>
configure:5152: result: no
configure:5152: checking for arpa/inet.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:86:23: fatal error: arpa/inet.h: No such file or directory
#include <arpa/inet.h>
^
compilation terminated.
configure:5152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* netinet/tcp.h requires netinet/in.h on some platforms. */
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| #include <arpa/inet.h>
configure:5152: result: no
configure:5152: checking for libintl.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:86:21: fatal error: libintl.h: No such file or directory
#include <libintl.h>
^
compilation terminated.
configure:5152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* netinet/tcp.h requires netinet/in.h on some platforms. */
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| #include <libintl.h>
configure:5152: result: no
configure:5152: checking for signal.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5152: $? = 0
configure:5152: result: yes
configure:5152: checking for sys/socket.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:87:24: fatal error: sys/socket.h: No such file or directory
#include <sys/socket.h>
^
compilation terminated.
configure:5152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* netinet/tcp.h requires netinet/in.h on some platforms. */
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| #include <sys/socket.h>
configure:5152: result: no
configure:5152: checking for netinet/in.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:87:24: fatal error: netinet/in.h: No such file or directory
#include <netinet/in.h>
^
compilation terminated.
configure:5152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* netinet/tcp.h requires netinet/in.h on some platforms. */
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| #include <netinet/in.h>
configure:5152: result: no
configure:5152: checking for netinet/tcp.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:87:25: fatal error: netinet/tcp.h: No such file or directory
#include <netinet/tcp.h>
^
compilation terminated.
configure:5152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* netinet/tcp.h requires netinet/in.h on some platforms. */
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| #include <netinet/tcp.h>
configure:5152: result: no
configure:5152: checking for netdb.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:87:19: fatal error: netdb.h: No such file or directory
#include <netdb.h>
^
compilation terminated.
configure:5152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* netinet/tcp.h requires netinet/in.h on some platforms. */
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| #include <netdb.h>
configure:5152: result: no
configure:5152: checking for sys/poll.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:87:22: fatal error: sys/poll.h: No such file or directory
#include <sys/poll.h>
^
compilation terminated.
configure:5152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* netinet/tcp.h requires netinet/in.h on some platforms. */
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| #include <sys/poll.h>
configure:5152: result: no
configure:5152: checking for sys/limits.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:87:24: fatal error: sys/limits.h: No such file or directory
#include <sys/limits.h>
^
compilation terminated.
configure:5152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* netinet/tcp.h requires netinet/in.h on some platforms. */
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| #include <sys/limits.h>
configure:5152: result: no
configure:5152: checking for fcntl.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5152: $? = 0
configure:5152: result: yes
configure:5152: checking for iconv.h
configure:5152: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5152: $? = 0
configure:5152: result: yes
configure:5170: checking for timezone global
configure:5188: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
configure:5188: $? = 0
configure:5196: result: yes
configure:5255: checking for off64_t
configure:5255: i686-w64-mingw32.static-gcc -c -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
configure:5255: $? = 0
configure:5255: i686-w64-mingw32.static-gcc -c -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:22: error: expected expression before ')' token
if (sizeof ((off64_t)))
^
configure:5255: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off64_t)))
| return 0;
| ;
| return 0;
| }
configure:5255: result: yes
configure:5266: checking size of off64_t
configure:5271: i686-w64-mingw32.static-gcc -c -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
configure:5271: $? = 0
configure:5271: i686-w64-mingw32.static-gcc -c -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:90:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (off64_t))) <= 0)];
^
configure:5271: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (off64_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5271: i686-w64-mingw32.static-gcc -c -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:90:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (off64_t))) <= 1)];
^
configure:5271: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (off64_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5271: i686-w64-mingw32.static-gcc -c -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:90:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (off64_t))) <= 3)];
^
configure:5271: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (off64_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5271: i686-w64-mingw32.static-gcc -c -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:90:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (off64_t))) <= 7)];
^
configure:5271: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (off64_t))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5271: i686-w64-mingw32.static-gcc -c -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
configure:5271: $? = 0
configure:5271: i686-w64-mingw32.static-gcc -c -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
configure:5271: $? = 0
configure:5271: i686-w64-mingw32.static-gcc -c -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
configure:5271: $? = 0
configure:5271: i686-w64-mingw32.static-gcc -c -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
configure:5271: $? = 0
configure:5287: result: 8
configure:5302: checking how to print off64_t
configure:5344: result: %I64u
configure:5361: checking for strtoll
configure:5361: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
configure:5361: $? = 0
configure:5361: result: yes
configure:5373: checking for lseek64
configure:5373: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
configure:5373: $? = 0
configure:5373: result: yes
configure:5373: checking for fstat64
configure:5373: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 -D_LARGEFILE64_SOURCE conftest.c >&5
/tmp/ccTGq3OM.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:90: undefined reference to `fstat64'
collect2: error: ld returned 1 exit status
configure:5373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| /* end confdefs.h. */
| /* Define fstat64 to an innocuous variant, in case <limits.h> declares fstat64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fstat64 innocuous_fstat64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fstat64 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fstat64
|
| /* 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 fstat64 ();
| /* 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_fstat64 || defined __stub___fstat64
| choke me
| #endif
|
| int
| main ()
| {
| return fstat64 ();
| ;
| return 0;
| }
configure:5373: result: no
configure:5402: LFS support omitted: 64-bit support functions not found
configure:5439: checking for strcasecmp
configure:5439: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:80:6: warning: conflicting types for built-in function 'strcasecmp'
char strcasecmp ();
^
configure:5439: $? = 0
configure:5439: result: yes
configure:5457: checking for signal
configure:5457: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
configure:5457: $? = 0
configure:5457: result: yes
configure:5457: checking for setvbuf
configure:5457: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
configure:5457: $? = 0
configure:5457: result: yes
configure:5457: checking for setsockopt
configure:5457: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccM2RoTV.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:94: undefined reference to `setsockopt'
collect2: error: ld returned 1 exit status
configure:5457: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| /* end confdefs.h. */
| /* Define setsockopt to an innocuous variant, in case <limits.h> declares setsockopt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setsockopt innocuous_setsockopt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setsockopt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setsockopt
|
| /* 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 setsockopt ();
| /* 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_setsockopt || defined __stub___setsockopt
| choke me
| #endif
|
| int
| main ()
| {
| return setsockopt ();
| ;
| return 0;
| }
configure:5457: result: no
configure:5457: checking for stpcpy
configure:5457: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:83:6: warning: conflicting types for built-in function 'stpcpy'
char stpcpy ();
^
/tmp/ccHJD3eZ.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:94: undefined reference to `stpcpy'
collect2: error: ld returned 1 exit status
configure:5457: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| /* end confdefs.h. */
| /* Define stpcpy to an innocuous variant, in case <limits.h> declares stpcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define stpcpy innocuous_stpcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char stpcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef stpcpy
|
| /* 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 stpcpy ();
| /* 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_stpcpy || defined __stub___stpcpy
| choke me
| #endif
|
| int
| main ()
| {
| return stpcpy ();
| ;
| return 0;
| }
configure:5457: result: no
configure:5457: checking for poll
configure:5457: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccdBzpA1.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:94: undefined reference to `poll'
collect2: error: ld returned 1 exit status
configure:5457: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| /* end confdefs.h. */
| /* Define poll to an innocuous variant, in case <limits.h> declares poll.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define poll innocuous_poll
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char poll (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef poll
|
| /* 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 poll ();
| /* 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_poll || defined __stub___poll
| choke me
| #endif
|
| int
| main ()
| {
| return poll ();
| ;
| return 0;
| }
configure:5457: result: no
configure:5457: checking for fcntl
configure:5457: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccn4zlW3.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:94: undefined reference to `fcntl'
collect2: error: ld returned 1 exit status
configure:5457: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| /* end confdefs.h. */
| /* Define fcntl to an innocuous variant, in case <limits.h> declares fcntl.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fcntl innocuous_fcntl
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fcntl (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fcntl
|
| /* 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 fcntl ();
| /* 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_fcntl || defined __stub___fcntl
| choke me
| #endif
|
| int
| main ()
| {
| return fcntl ();
| ;
| return 0;
| }
configure:5457: result: no
configure:5457: checking for getsockopt
configure:5457: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccBPh8u9.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:94: undefined reference to `getsockopt'
collect2: error: ld returned 1 exit status
configure:5457: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| /* end confdefs.h. */
| /* Define getsockopt to an innocuous variant, in case <limits.h> declares getsockopt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getsockopt innocuous_getsockopt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getsockopt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getsockopt
|
| /* 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 getsockopt ();
| /* 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_getsockopt || defined __stub___getsockopt
| choke me
| #endif
|
| int
| main ()
| {
| return getsockopt ();
| ;
| return 0;
| }
configure:5457: result: no
configure:5497: checking for library containing socket
configure:5551: result: -lws2_32
configure:5569: checking for library containing getaddrinfo
configure:5586: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccPgO31b.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:64: undefined reference to `getaddrinfo'
collect2: error: ld returned 1 exit status
configure:5586: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| getaddrinfo();
| ;
| return 0;
| }
configure:5611: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -lnsl -lws2_32 >&5
/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld: cannot find -lnsl
collect2: error: ld returned 1 exit status
configure:5611: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| getaddrinfo();
| ;
| return 0;
| }
configure:5623: result: not found
configure:5752: checking for library containing gethostbyname
configure:5806: result: -lws2_32
configure:5821: checking for library containing hstrerror
configure:5838: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccznZ0ih.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:64: undefined reference to `hstrerror'
collect2: error: ld returned 1 exit status
configure:5838: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| hstrerror();
| ;
| return 0;
| }
configure:5863: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -lresolv -lws2_32 -lws2_32 >&5
/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld: cannot find -lresolv
collect2: error: ld returned 1 exit status
configure:5863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| hstrerror();
| ;
| return 0;
| }
configure:5875: result: not found
configure:5891: checking for hstrerror
configure:5891: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -lws2_32 -lws2_32 >&5
/tmp/ccwcqtfj.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:94: undefined reference to `hstrerror'
collect2: error: ld returned 1 exit status
configure:5891: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| /* end confdefs.h. */
| /* Define hstrerror to an innocuous variant, in case <limits.h> declares hstrerror.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define hstrerror innocuous_hstrerror
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char hstrerror (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef hstrerror
|
| /* 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 hstrerror ();
| /* 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_hstrerror || defined __stub___hstrerror
| choke me
| #endif
|
| int
| main ()
| {
| return hstrerror ();
| ;
| return 0;
| }
configure:5891: result: no
configure:5902: checking whether h_errno is declared
configure:5902: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:60:19: fatal error: netdb.h: No such file or directory
#include <netdb.h>
^
compilation terminated.
configure:5902: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| /* end confdefs.h. */
| #include <netdb.h>
|
| int
| main ()
| {
| #ifndef h_errno
| #ifdef __cplusplus
| (void) h_errno;
| #else
| (void) h_errno;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:5902: result: no
configure:5914: checking for in_addr_t
configure:5914: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:73:13: error: 'in_addr_t' undeclared (first use in this function)
if (sizeof (in_addr_t))
^
conftest.c:73:13: note: each undeclared identifier is reported only once for each function it appears in
configure:5914: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| # include <netinet/in.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof (in_addr_t))
| return 0;
| ;
| return 0;
| }
configure:5914: result: no
configure:5934: checking for socklen_t
configure:5934: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:74:13: error: 'socklen_t' undeclared (first use in this function)
if (sizeof (socklen_t))
^
conftest.c:74:13: note: each undeclared identifier is reported only once for each function it appears in
configure:5934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof (socklen_t))
| return 0;
| ;
| return 0;
| }
configure:5934: result: no
configure:5958: checking for struct tm.tm_gmtoff
configure:5958: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:12: error: 'struct tm' has no member named 'tm_gmtoff'
if (ac_aggr.tm_gmtoff)
^
configure:5958: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| /* end confdefs.h. */
| #include <time.h>
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.tm_gmtoff)
| return 0;
| ;
| return 0;
| }
configure:5958: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:19: error: 'struct tm' has no member named 'tm_gmtoff'
if (sizeof ac_aggr.tm_gmtoff)
^
configure:5958: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| /* end confdefs.h. */
| #include <time.h>
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.tm_gmtoff)
| return 0;
| ;
| return 0;
| }
configure:5958: result: no
configure:5968: checking for struct tm.__tm_gmtoff
configure:5968: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:12: error: 'struct tm' has no member named '__tm_gmtoff'
if (ac_aggr.__tm_gmtoff)
^
configure:5968: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| /* end confdefs.h. */
| #include <time.h>
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.__tm_gmtoff)
| return 0;
| ;
| return 0;
| }
configure:5968: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:19: error: 'struct tm' has no member named '__tm_gmtoff'
if (sizeof ac_aggr.__tm_gmtoff)
^
configure:5968: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| /* end confdefs.h. */
| #include <time.h>
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.__tm_gmtoff)
| return 0;
| ;
| return 0;
| }
configure:5968: result: no
configure:5997: checking zlib.h usability
configure:5997: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:5997: $? = 0
configure:5997: result: yes
configure:5997: checking zlib.h presence
configure:5997: i686-w64-mingw32.static-gcc -E conftest.c
configure:5997: $? = 0
configure:5997: result: yes
configure:5997: checking for zlib.h
configure:5997: result: yes
configure:6000: checking for inflate in -lz
configure:6025: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -lz >&5
configure:6025: $? = 0
configure:6034: result: yes
configure:6046: zlib support enabled, using -lz
configure:6084: checking whether to enable ACL support in neon
configure:6090: result: yes
configure:6130: checking for pkg-config
configure:6148: found /usr/bin/pkg-config
configure:6161: result: /usr/bin/pkg-config
configure:6343: checking for openssl pkg-config data
configure:6354: result: yes
configure:6361: using SSL library configuration from pkg-config
configure:6547: checking openssl/ssl.h usability
configure:6547: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:6547: $? = 0
configure:6547: result: yes
configure:6547: checking openssl/ssl.h presence
configure:6547: i686-w64-mingw32.static-gcc -E conftest.c
configure:6547: $? = 0
configure:6547: result: yes
configure:6547: checking for openssl/ssl.h
configure:6547: result: yes
configure:6547: checking openssl/opensslv.h usability
configure:6547: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:6547: $? = 0
configure:6547: result: yes
configure:6547: checking openssl/opensslv.h presence
configure:6547: i686-w64-mingw32.static-gcc -E conftest.c
configure:6547: $? = 0
configure:6547: result: yes
configure:6547: checking for openssl/opensslv.h
configure:6547: result: yes
configure:6562: checking OpenSSL version is >= 0.9.7
configure:6584: result: yes
configure:6587: OpenSSL >= 0.9.7; EGD support not needed in neon
configure:6596: SSL support enabled, using OpenSSL (0.9.7 or later)
configure:6605: checking for CRYPTO_set_idptr_callback
configure:6605: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -lws2_32 -lws2_32 -lz -lssl -lcrypto >&5
/tmp/ccdN9ayn.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:101: undefined reference to `CRYPTO_set_idptr_callback'
collect2: error: ld returned 1 exit status
configure:6605: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| /* end confdefs.h. */
| /* Define CRYPTO_set_idptr_callback to an innocuous variant, in case <limits.h> declares CRYPTO_set_idptr_callback.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define CRYPTO_set_idptr_callback innocuous_CRYPTO_set_idptr_callback
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char CRYPTO_set_idptr_callback (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef CRYPTO_set_idptr_callback
|
| /* 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 CRYPTO_set_idptr_callback ();
| /* 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_CRYPTO_set_idptr_callback || defined __stub___CRYPTO_set_idptr_callback
| choke me
| #endif
|
| int
| main ()
| {
| return CRYPTO_set_idptr_callback ();
| ;
| return 0;
| }
configure:6605: result: no
configure:6605: checking for SSL_SESSION_cmp
configure:6605: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -lws2_32 -lws2_32 -lz -lssl -lcrypto >&5
/tmp/ccNXyKZp.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:101: undefined reference to `SSL_SESSION_cmp'
collect2: error: ld returned 1 exit status
configure:6605: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| /* end confdefs.h. */
| /* Define SSL_SESSION_cmp to an innocuous variant, in case <limits.h> declares SSL_SESSION_cmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define SSL_SESSION_cmp innocuous_SSL_SESSION_cmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char SSL_SESSION_cmp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef SSL_SESSION_cmp
|
| /* 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 SSL_SESSION_cmp ();
| /* 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_SSL_SESSION_cmp || defined __stub___SSL_SESSION_cmp
| choke me
| #endif
|
| int
| main ()
| {
| return SSL_SESSION_cmp ();
| ;
| return 0;
| }
configure:6605: result: no
configure:7038: Thread-safe SSL not supported
configure:7053: checking for pkg-config
configure:7084: result: /usr/bin/pkg-config
configure:7097: checking for pakchois pkg-config data
configure:7108: result: no
configure:7124: pakchois library not found; no PKCS#11 support
configure:7144: checking for krb5-config
configure:7176: result: none
configure:7273: checking for pkg-config
configure:7304: result: /usr/bin/pkg-config
configure:7322: checking for libproxy-1.0 pkg-config data
configure:7333: result: no
configure:7361: libproxy support not enabled
configure:7448: checking build system type
configure:7462: result: x86_64-unknown-linux-gnu
configure:7482: checking host system type
configure:7495: result: i686-w64-mingw32.static
configure:7536: checking how to print strings
configure:7563: result: printf
configure:7584: checking for a sed that does not truncate output
configure:7648: result: /bin/sed
configure:7666: checking for fgrep
configure:7728: result: /bin/grep -F
configure:7763: checking for ld used by i686-w64-mingw32.static-gcc
configure:7830: result: /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld
configure:7837: checking if the linker (/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld) is GNU ld
configure:7852: result: yes
configure:7864: checking for BSD- or MS-compatible name lister (nm)
configure:7918: result: /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-nm -B
configure:8048: checking the name lister (/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-nm -B) interface
configure:8055: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:8058: /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-nm -B "conftest.o"
configure:8061: output
00000000 b .bss
00000000 d .data
00000000 N .debug_abbrev
00000000 N .debug_aranges
00000000 N .debug_info
00000000 N .debug_line
00000000 r .rdata$zzz
00000000 t .text
00000000 B _some_variable
configure:8068: result: BSD nm
configure:8071: checking whether ln -s works
configure:8075: result: yes
configure:8083: checking the maximum length of command line arguments
configure:8214: result: 3458764513820540925
configure:8262: checking how to convert x86_64-unknown-linux-gnu file names to i686-w64-mingw32.static format
configure:8302: result: func_convert_file_nix_to_w32
configure:8309: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:8329: result: func_convert_file_noop
configure:8336: checking for /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld option to reload object files
configure:8343: result: -r
configure:8377: checking for i686-w64-mingw32.static-objdump
configure:8393: found /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-objdump
configure:8404: result: i686-w64-mingw32.static-objdump
configure:8476: checking how to recognize dependent libraries
configure:8676: result: file_magic ^x86 archive import|^x86 DLL
configure:8721: checking for i686-w64-mingw32.static-dlltool
configure:8737: found /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-dlltool
configure:8748: result: i686-w64-mingw32.static-dlltool
configure:8821: checking how to associate runtime and link libraries
configure:8848: result: func_cygming_dll_for_implib
configure:8864: checking for i686-w64-mingw32.static-ar
configure:8880: found /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ar
configure:8891: result: i686-w64-mingw32.static-ar
configure:8972: checking for archiver @FILE support
configure:8989: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:8989: $? = 0
configure:8992: i686-w64-mingw32.static-ar cru libconftest.a @conftest.lst >&5
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
configure:8995: $? = 0
configure:9000: i686-w64-mingw32.static-ar cru libconftest.a @conftest.lst >&5
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
i686-w64-mingw32.static-ar: conftest.o: No such file or directory
configure:9003: $? = 1
configure:9015: result: @
configure:9033: checking for i686-w64-mingw32.static-strip
configure:9049: found /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-strip
configure:9060: result: i686-w64-mingw32.static-strip
configure:9132: checking for i686-w64-mingw32.static-ranlib
configure:9148: found /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ranlib
configure:9159: result: i686-w64-mingw32.static-ranlib
configure:9276: checking for gawk
configure:9292: found /usr/bin/gawk
configure:9303: result: gawk
configure:9343: checking command to parse /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-nm -B output from i686-w64-mingw32.static-gcc object
configure:9496: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:9499: $? = 0
configure:9503: /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-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:9506: $? = 0
cannot find nm_test_var in conftest.nm
configure:9496: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:9499: $? = 0
configure:9503: /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-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:9506: $? = 0
configure:9572: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
configure:9575: $? = 0
configure:9613: result: ok
configure:9660: checking for sysroot
configure:9690: result: no
configure:9697: checking for a working dd
configure:9735: result: /bin/dd
configure:9739: checking how to truncate binary pipes
configure:9754: result: /bin/dd bs=4096 count=1
configure:10043: checking for i686-w64-mingw32.static-mt
configure:10073: result: no
configure:10083: checking for mt
configure:10099: found /bin/mt
configure:10110: result: mt
configure:10122: WARNING: using cross tools not prefixed with host triplet
configure:10133: checking if mt is a manifest tool
configure:10139: mt '-?'
configure:10147: result: no
configure:10821: checking for dlfcn.h
configure:10821: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c:103:19: fatal error: dlfcn.h: No such file or directory
#include <dlfcn.h>
^
compilation terminated.
configure:10821: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dlfcn.h>
configure:10821: result: no
configure:11047: checking for objdir
configure:11062: result: .libs
configure:11322: checking if i686-w64-mingw32.static-gcc supports -fno-rtti -fno-exceptions
configure:11340: i686-w64-mingw32.static-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:11344: $? = 0
configure:11357: result: no
configure:11715: checking for i686-w64-mingw32.static-gcc option to produce PIC
configure:11722: result: -DDLL_EXPORT -DPIC
configure:11730: checking if i686-w64-mingw32.static-gcc PIC flag -DDLL_EXPORT -DPIC works
configure:11748: i686-w64-mingw32.static-gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
configure:11752: $? = 0
configure:11765: result: yes
configure:11794: checking if i686-w64-mingw32.static-gcc static flag -static works
configure:11822: result: yes
configure:11837: checking if i686-w64-mingw32.static-gcc supports -c -o file.o
configure:11858: i686-w64-mingw32.static-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:11862: $? = 0
configure:11884: result: yes
configure:11892: checking if i686-w64-mingw32.static-gcc supports -c -o file.o
configure:11939: result: yes
configure:11972: checking whether the i686-w64-mingw32.static-gcc linker (/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld) supports shared libraries
configure:13231: result: yes
configure:13471: checking dynamic linker characteristics
configure:14292: result: Win32 ld.exe
configure:14414: checking how to hardcode library paths into programs
configure:14439: result: immediate
configure:14987: checking whether stripping libraries is possible
configure:14992: result: yes
configure:15027: checking if libtool supports shared libraries
configure:15029: result: yes
configure:15032: checking whether to build shared libraries
configure:15057: result: no
configure:15060: checking whether to build static libraries
configure:15064: result: yes
configure:15114: checking size of time_t
configure:15119: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15119: $? = 0
configure:15119: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:111:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 0)];
^
configure:15119: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15119: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:111:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 1)];
^
configure:15119: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15119: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:111:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 3)];
^
configure:15119: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15119: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15119: $? = 0
configure:15119: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15119: $? = 0
configure:15119: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15119: $? = 0
configure:15138: result: 4
configure:15153: checking how to print time_t
configure:15198: result: %lu
configure:15212: checking for pid_t
configure:15212: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15212: $? = 0
configure:15212: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:108:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:15212: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 4
| #define NE_FMT_TIME_T "%lu"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:15212: result: yes
configure:15223: checking whether time.h and sys/time.h may both be included
configure:15243: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15243: $? = 0
configure:15250: result: yes
configure:15265: checking for i686-w64-mingw32.static-ar
configure:15283: found /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ar
configure:15295: result: /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ar
configure:15366: checking for i686-w64-mingw32.static-ranlib
configure:15384: found /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ranlib
configure:15396: result: /home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ranlib
configure:15476: checking for sys/time.h
configure:15476: result: yes
configure:15476: checking for signal.h
configure:15476: result: yes
configure:15476: checking for stdint.h
configure:15476: result: yes
configure:15476: checking locale.h usability
configure:15476: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15476: $? = 0
configure:15476: result: yes
configure:15476: checking locale.h presence
configure:15476: i686-w64-mingw32.static-gcc -E conftest.c
configure:15476: $? = 0
configure:15476: result: yes
configure:15476: checking for locale.h
configure:15476: result: yes
configure:15490: checking for pipe
configure:15490: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/cclsI4Vd.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:111: undefined reference to `pipe'
collect2: error: ld returned 1 exit status
configure:15490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 4
| #define NE_FMT_TIME_T "%lu"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| /* Define pipe to an innocuous variant, in case <limits.h> declares pipe.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pipe innocuous_pipe
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pipe (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pipe
|
| /* 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 pipe ();
| /* 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_pipe || defined __stub___pipe
| choke me
| #endif
|
| int
| main ()
| {
| return pipe ();
| ;
| return 0;
| }
configure:15490: result: no
configure:15490: checking for isatty
configure:15490: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
configure:15490: $? = 0
configure:15490: result: yes
configure:15490: checking for usleep
configure:15490: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
configure:15490: $? = 0
configure:15490: result: yes
configure:15490: checking for shutdown
configure:15490: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccRfW4do.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:113: undefined reference to `shutdown'
collect2: error: ld returned 1 exit status
configure:15490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 4
| #define NE_FMT_TIME_T "%lu"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ISATTY 1
| #define HAVE_USLEEP 1
| /* end confdefs.h. */
| /* Define shutdown to an innocuous variant, in case <limits.h> declares shutdown.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shutdown innocuous_shutdown
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shutdown (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shutdown
|
| /* 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 shutdown ();
| /* 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_shutdown || defined __stub___shutdown
| choke me
| #endif
|
| int
| main ()
| {
| return shutdown ();
| ;
| return 0;
| }
configure:15490: result: no
configure:15490: checking for setlocale
configure:15490: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
configure:15490: $? = 0
configure:15490: result: yes
configure:15490: checking for gethostname
configure:15490: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccJXVRau.o: In function `main':
/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/conftest.c:114: undefined reference to `gethostname'
collect2: error: ld returned 1 exit status
configure:15490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 4
| #define NE_FMT_TIME_T "%lu"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ISATTY 1
| #define HAVE_USLEEP 1
| #define HAVE_SETLOCALE 1
| /* end confdefs.h. */
| /* Define gethostname to an innocuous variant, in case <limits.h> declares gethostname.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gethostname innocuous_gethostname
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gethostname (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gethostname
|
| /* 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 gethostname ();
| /* 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_gethostname || defined __stub___gethostname
| choke me
| #endif
|
| int
| main ()
| {
| return gethostname ();
| ;
| return 0;
| }
configure:15490: result: no
configure:15548: WebDAV support is enabled
configure:15851: checking expat.h usability
configure:15851: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15851: $? = 0
configure:15851: result: yes
configure:15851: checking expat.h presence
configure:15851: i686-w64-mingw32.static-gcc -E conftest.c
configure:15851: $? = 0
configure:15851: result: yes
configure:15851: checking for expat.h
configure:15851: result: yes
configure:15853: checking for XML_SetXmlDeclHandler in -lexpat
configure:15878: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 conftest.c -lexpat >&5
configure:15878: $? = 0
configure:15887: result: yes
configure:15897: checking for XML_Size
configure:15897: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15897: $? = 0
configure:15897: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:87:23: error: expected expression before ')' token
if (sizeof ((XML_Size)))
^
configure:15897: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 4
| #define NE_FMT_TIME_T "%lu"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ISATTY 1
| #define HAVE_USLEEP 1
| #define HAVE_SETLOCALE 1
| #define NE_HAVE_DAV 1
| #define HAVE_EXPAT 1
| /* end confdefs.h. */
| #include <expat.h>
|
| int
| main ()
| {
| if (sizeof ((XML_Size)))
| return 0;
| ;
| return 0;
| }
configure:15897: result: yes
configure:15908: checking size of XML_Size
configure:15913: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15913: $? = 0
configure:15913: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:120:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (XML_Size))) <= 0)];
^
configure:15913: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 4
| #define NE_FMT_TIME_T "%lu"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ISATTY 1
| #define HAVE_USLEEP 1
| #define HAVE_SETLOCALE 1
| #define NE_HAVE_DAV 1
| #define HAVE_EXPAT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <expat.h>
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (XML_Size))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15913: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:120:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (XML_Size))) <= 1)];
^
configure:15913: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 4
| #define NE_FMT_TIME_T "%lu"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ISATTY 1
| #define HAVE_USLEEP 1
| #define HAVE_SETLOCALE 1
| #define NE_HAVE_DAV 1
| #define HAVE_EXPAT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <expat.h>
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (XML_Size))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15913: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:120:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (XML_Size))) <= 3)];
^
configure:15913: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 4
| #define NE_FMT_TIME_T "%lu"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ISATTY 1
| #define HAVE_USLEEP 1
| #define HAVE_SETLOCALE 1
| #define NE_HAVE_DAV 1
| #define HAVE_EXPAT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <expat.h>
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (XML_Size))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:15913: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15913: $? = 0
configure:15913: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15913: $? = 0
configure:15913: i686-w64-mingw32.static-gcc -c -g -O2 conftest.c >&5
configure:15913: $? = 0
configure:15929: result: 4
configure:15944: checking how to print XML_Size
configure:15969: i686-w64-mingw32.static-gcc -c -g -O2 -Wformat -Werror conftest.c >&5
conftest.c: In function 'main':
conftest.c:89:1: error: format '%d' expects argument of type 'int', but argument 2 has type 'XML_Size' [-Werror=format=]
XML_Size i = 1; printf("%d", i);
^
cc1: all warnings being treated as errors
configure:15969: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 4
| #define NE_FMT_TIME_T "%lu"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ISATTY 1
| #define HAVE_USLEEP 1
| #define HAVE_SETLOCALE 1
| #define NE_HAVE_DAV 1
| #define HAVE_EXPAT 1
| #define SIZEOF_XML_SIZE 4
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <expat.h>
| #include <stdio.h>
| int
| main ()
| {
| XML_Size i = 1; printf("%d", i);
| ;
| return 0;
| }
configure:15969: i686-w64-mingw32.static-gcc -c -g -O2 -Wformat -Werror conftest.c >&5
configure:15969: $? = 0
configure:15986: result: ld
configure:16158: XML parser used: expat
configure:16285: Internationalization support not enabled
configure:16323: debugging is enabled
configure:16381: checking for openssl
configure:16399: found /usr/bin/openssl
configure:16412: result: /usr/bin/openssl
configure:16430: checking for certutil
configure:16461: result: notfound
configure:16471: checking for pk12util
configure:16502: result: notfound
configure:16537: checking for pkg-config
configure:16568: result: /usr/bin/pkg-config
configure:16601: checking if LD -Wl,--version-script works
configure:16619: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 -I${top_builddir} -Wl,--version-script=conftest.map conftest.c >&5
/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld:conftest.map:2: syntax error in VERSION script
collect2: error: ld returned 1 exit status
configure:16619: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.30.2"
| #define PACKAGE_STRING "neon 0.30.2"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.30.2"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (30)
| #define NE_VERSION_PATCH (2)
| #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 SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 4
| #define NE_FMT_SIZE_T "%lu"
| #define SIZEOF_OFF_T 4
| #define NE_FMT_OFF_T "ld"
| #define SIZEOF_SSIZE_T 4
| #define NE_FMT_SSIZE_T "%lu"
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define SIZEOF_OFF64_T 8
| #define NE_FMT_OFF64_T "%I64u"
| #define HAVE_STRTOLL 1
| #define HAVE_LSEEK64 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_DECL_H_ERRNO 0
| #define in_addr_t unsigned int
| #define socklen_t int
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 4
| #define NE_FMT_TIME_T "%lu"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ISATTY 1
| #define HAVE_USLEEP 1
| #define HAVE_SETLOCALE 1
| #define NE_HAVE_DAV 1
| #define HAVE_EXPAT 1
| #define SIZEOF_XML_SIZE 4
| #define NE_FMT_XML_SIZE "ld"
| #define NE_DEBUGGING 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:16647: i686-w64-mingw32.static-gcc -o conftest.exe -g -O2 -I${top_builddir} -Wl,--version-script=conftest.map conftest.c >&5
configure:16647: $? = 0
configure:16659: result: yes
configure:16682: Using PIC for static library build
configure:16691: Private symbol suppression disabled for static library build
configure:16833: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by neon config.status 0.30.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on sd-68075
config.status:1163: creating neon-config
config.status:1163: creating Makefile
config.status:1163: creating src/Makefile
config.status:1163: creating test/Makefile
config.status:1163: creating neon.pc
config.status:1163: creating test/makekeys
config.status:1163: creating config.h
config.status:1337: executing libtool commands
configure:18843: WARNING: unrecognized options: --disable-doxygen
configure:18859: Configured to build neon 0.30.2:
Install prefix: /home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static
Compiler: i686-w64-mingw32.static-gcc
XML Parser: expat
SSL library: SSL support enabled, using OpenSSL (0.9.7 or later)
zlib support: zlib support enabled, using -lz
Build libraries: Shared=no, Static=yes
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-w64-mingw32.static
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_func_CRYPTO_set_idptr_callback=no
ac_cv_func_SSL_SESSION_cmp=no
ac_cv_func_fcntl=no
ac_cv_func_fstat64=no
ac_cv_func_gethostname=no
ac_cv_func_getsockopt=no
ac_cv_func_hstrerror=no
ac_cv_func_isatty=yes
ac_cv_func_lseek64=yes
ac_cv_func_pipe=no
ac_cv_func_poll=no
ac_cv_func_setlocale=yes
ac_cv_func_setsockopt=no
ac_cv_func_setvbuf=yes
ac_cv_func_shutdown=no
ac_cv_func_signal=yes
ac_cv_func_snprintf=yes
ac_cv_func_stpcpy=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strerror_r=no
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strtoll=yes
ac_cv_func_usleep=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_h_errno=no
ac_cv_have_decl_strerror_r=no
ac_cv_header_arpa_inet_h=no
ac_cv_header_dlfcn_h=no
ac_cv_header_errno_h=yes
ac_cv_header_expat_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=no
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=no
ac_cv_header_netinet_in_h=no
ac_cv_header_netinet_tcp_h=no
ac_cv_header_openssl_opensslv_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
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_limits_h=no
ac_cv_header_sys_poll_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_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=no
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i686-w64-mingw32.static
ac_cv_lib_expat_XML_SetXmlDeclHandler=yes
ac_cv_lib_z_inflate=yes
ac_cv_member_struct_tm___tm_gmtoff=no
ac_cv_member_struct_tm_tm_gmtoff=no
ac_cv_objext=o
ac_cv_path_AR=/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ar
ac_cv_path_CERTUTIL=notfound
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_KRB5_CONFIG=none
ac_cv_path_OPENSSL=/usr/bin/openssl
ac_cv_path_PK12UTIL=notfound
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_RANLIB=/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ranlib
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_prog_AR=i686-w64-mingw32.static-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=i686-w64-mingw32.static-gcc
ac_cv_prog_CPP='i686-w64-mingw32.static-gcc -E'
ac_cv_prog_DLLTOOL=i686-w64-mingw32.static-dlltool
ac_cv_prog_HAVE_DOXYGEN=false
ac_cv_prog_OBJDUMP=i686-w64-mingw32.static-objdump
ac_cv_prog_RANLIB=i686-w64-mingw32.static-ranlib
ac_cv_prog_STRIP=i686-w64-mingw32.static-strip
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
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_sizeof_XML_Size=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off64_t=8
ac_cv_sizeof_off_t=4
ac_cv_sizeof_size_t=4
ac_cv_sizeof_ssize_t=4
ac_cv_sizeof_time_t=4
ac_cv_type_XML_Size=yes
ac_cv_type_in_addr_t=no
ac_cv_type_off64_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=no
lt_cv_ar_at_file=@
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
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=/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld
lt_cv_path_NM='/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-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][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=3458764513820540925
lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
ne_cv_cc_timezone=yes
ne_cv_cc_werror=yes
ne_cv_fmt_XML_Size=ld
ne_cv_fmt_off64_t=%I64u
ne_cv_fmt_off_t=ld
ne_cv_fmt_size_t=%lu
ne_cv_fmt_ssize_t=%lu
ne_cv_fmt_time_t=%lu
ne_cv_lib_ssl097=yes
ne_cv_libsfor_getaddrinfo='not found'
ne_cv_libsfor_gethostbyname=-lws2_32
ne_cv_libsfor_hstrerror='not found'
ne_cv_libsfor_socket=-lws2_32
ne_cv_os_uname=Linux
ne_cv_pkg_libproxy_1_0=no
ne_cv_pkg_openssl=yes
ne_cv_pkg_pakchois=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALLOW_INSTALL='yes'
ALL_LINGUAS='cs de fr ja nn pl ru tr zh_CN'
AR='/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ar'
AWK='gawk'
CC='i686-w64-mingw32.static-gcc'
CERTUTIL='notfound'
CFLAGS='-g -O2 -prefer-pic'
CPP='i686-w64-mingw32.static-gcc -E'
CPPFLAGS=' -I${top_builddir} -DNE_PRIVATE=extern'
DEFS='-DHAVE_CONFIG_H'
DLLTOOL='i686-w64-mingw32.static-dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT='.exe'
FGREP='/bin/grep -F'
GNUTLS_CONFIG=''
GREP='/bin/grep'
HAVE_LD_VERSION_SCRIPT_FALSE='#'
HAVE_LD_VERSION_SCRIPT_TRUE=''
HELPERS=' $(SSL_HELPERS) $(ZLIB_HELPERS)'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KRB5_CONFIG='none'
LD='/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MANIFEST_TOOL=':'
NEONOBJS=' $(NEON_DAVOBJS)'
NEON_BUILD_BUNDLED='yes'
NEON_CFLAGS=''
NEON_EXTRAOBJS=' ne_oldacl.lo ne_acl3744.lo ne_openssl.lo'
NEON_LIBS='-lws2_32 -lws2_32 -lz -lssl -lcrypto -lexpat'
NEON_LINK_FLAGS='-version-info 30:2:3 -Wl,--version-script=$(top_srcdir)/src/neon.vers'
NEON_LTLIBS=''
NEON_OBJEXT='lo'
NEON_PC_LIBS=''
NEON_SUPPORTS_SSL=''
NEON_TARGET='libneon.la'
NEON_VERSION='0.30.2'
NE_FLAG_DAV='yes'
NE_FLAG_I18N='no'
NE_FLAG_IPV6=''
NE_FLAG_LFS='no'
NE_FLAG_LIBPXY='no'
NE_FLAG_SSL='yes'
NE_FLAG_TS_SSL='no'
NE_FLAG_ZLIB='yes'
NM='/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-nm -B'
NMEDIT=''
OBJDUMP='i686-w64-mingw32.static-objdump'
OBJEXT='o'
OPENSSL='/usr/bin/openssl'
OTOOL64=''
OTOOL=''
PACKAGE_BUGREPORT='neon@lists.manyfish.co.uk'
PACKAGE_NAME='neon'
PACKAGE_STRING='neon 0.30.2'
PACKAGE_TARNAME='neon'
PACKAGE_URL=''
PACKAGE_VERSION='0.30.2'
PATH_SEPARATOR=':'
PK12UTIL='notfound'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='/home/mxe/mxe-libcddb/usr/bin/i686-w64-mingw32.static-ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='i686-w64-mingw32.static-strip'
TESTS='$(BASIC_TESTS) $(SSL_TESTS) $(ZLIB_TESTS) $(DAV_TESTS)'
TEST_LDFLAGS='-no-install'
XML2_CONFIG=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias='x86_64-unknown-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-w64-mingw32.static'
host_alias='i686-w64-mingw32.static'
host_cpu='i686'
host_os='mingw32.static'
host_vendor='w64'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
top_builddir=''
user_LDFLAGS=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "neon"
#define PACKAGE_TARNAME "neon"
#define PACKAGE_VERSION "0.30.2"
#define PACKAGE_STRING "neon 0.30.2"
#define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
#define PACKAGE_URL ""
#define _GNU_SOURCE 1
#define NEON_IS_LIBRARY 1
#define NEON_VERSION "0.30.2"
#define NE_VERSION_MAJOR (0)
#define NE_VERSION_MINOR (30)
#define NE_VERSION_PATCH (2)
#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 SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define HAVE_ERRNO_H 1
#define HAVE_STDARG_H 1
#define HAVE_STRING_H 1
#define HAVE_STDLIB_H 1
#define SIZEOF_SIZE_T 4
#define NE_FMT_SIZE_T "%lu"
#define SIZEOF_OFF_T 4
#define NE_FMT_OFF_T "ld"
#define SIZEOF_SSIZE_T 4
#define NE_FMT_SSIZE_T "%lu"
#define HAVE_DECL_STRERROR_R 0
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_SYS_TIME_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_FCNTL_H 1
#define HAVE_ICONV_H 1
#define HAVE_TIMEZONE 1
#define SIZEOF_OFF64_T 8
#define NE_FMT_OFF64_T "%I64u"
#define HAVE_STRTOLL 1
#define HAVE_LSEEK64 1
#define NE_FMT_NE_OFF_T NE_FMT_OFF_T
#define HAVE_STRCASECMP 1
#define HAVE_SIGNAL 1
#define HAVE_SETVBUF 1
#define HAVE_DECL_H_ERRNO 0
#define in_addr_t unsigned int
#define socklen_t int
#define NE_HAVE_ZLIB 1
#define HAVE_OPENSSL_SSL_H 1
#define HAVE_OPENSSL_OPENSSLV_H 1
#define NE_HAVE_SSL 1
#define HAVE_OPENSSL 1
#define HAVE_NTLM 1
#define LT_OBJDIR ".libs/"
#define SIZEOF_TIME_T 4
#define NE_FMT_TIME_T "%lu"
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_LOCALE_H 1
#define HAVE_ISATTY 1
#define HAVE_USLEEP 1
#define HAVE_SETLOCALE 1
#define NE_HAVE_DAV 1
#define HAVE_EXPAT 1
#define SIZEOF_XML_SIZE 4
#define NE_FMT_XML_SIZE "ld"
#define NE_DEBUGGING 1
configure: exit 0
settings.mk
# This is a template of configuration file for MXE. See
# docs/index.html for more extensive documentations.
# This variable controls the number of compilation processes
# within one package ("intra-package parallelism").
#JOBS :=
# This variable controls where intermediate files are created
# this is necessary when compiling inside a virtualbox shared
# directory. Some commands like strip fail in there with Protocol error
# default is the current directory
#MXE_TMP := /tmp
# This variable controls the targets that will build.
MXE_TARGETS := i686-w64-mingw32.static i686-w64-mingw32.shared x86_64-w64-mingw32.static x86_64-w64-mingw32.shared
# This variable controls which plugins are in use.
# See plugins/README.md for further information.
#override MXE_PLUGIN_DIRS += plugins/apps plugins/native
# This variable controls the download mirror for SourceForge,
# when it is used. Enabling the value below means auto.
#SOURCEFORGE_MIRROR := downloads.sourceforge.net
# The three lines below makes `make` build these "local
# packages" instead of all packages.
#LOCAL_PKG_LIST := boost curl file flac lzo pthreads vorbis wxwidgets
#.DEFAULT local-pkg-list:
#local-pkg-list: $(LOCAL_PKG_LIST)
i686-w64-mingw32.static-strip '/home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/bin/test-neon.exe'
(du -k -d 0 '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static' 2>/dev/null || du -k --max-depth 0 '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static') | sed -n 's/^\(\S*\).*/du: \1 KiB/p'
du: 6840 KiB
rm -rfv '/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/readonly'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/ChangeLog'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/ChangeLog.CVS'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/.version'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/INSTALL.win32'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/TODO'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/aclocal.m4'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/config.hw'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/Makefile.in'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/.package'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/NEWS'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/ChangeLog'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/lock.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/socket.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/ssl.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/oldacl.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/string-tests.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/xmlreq.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/Makefile.in'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/notvalid.pem'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/session.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/COPYING'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/basic.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/nulca.pem'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/props.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/compress.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/utils.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/auth.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/README'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/run.sh'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/nulcn.pem'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/makekeys.sh'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/run-tests.sh'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/htdocs/plain'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/htdocs'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/xml.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/util-socks.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/uri-tests.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/nulsan.pem'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/STATUS'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/openssl.conf'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/acl3744.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/util-tests.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/.gdbinit'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/nulsrv.key'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/skeleton.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/request.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/stubs.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/expired.pem'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/redirect.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/common/ChangeLog'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/common/tests.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/common/README'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/common/run.sh'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/common/child.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/common/tests.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/common/child.c'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/common'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/largefile.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/utils.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test/resolve.c'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/test'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/macros/ChangeLog'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/macros/socklen-arg-type.m4'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/macros/neon-test.m4'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/macros/neon.m4'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/macros/neon-xml-parser.m4'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/macros/ld-version-script.m4'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/macros'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/config.sub'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/config.h.in'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/ltmain.sh'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/README'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/refentry.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/version.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/TODO'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/manual.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ssl.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/security.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html.xsl'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/xml.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/manual.css'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/biblio.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/using.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refconfig.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refresolve.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refsess.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/ref.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refresphdr.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/index.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refi18n.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/manual.proc'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refsessflags.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/intro.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refsslcertio.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/security.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refclicert.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refreqbody.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refbufapp.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refsslca.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/xml.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refbuf.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refiaddr.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refsockinit.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/compliance.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refbufutil.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refsslvfy.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refreqhdr.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refneon.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/biblio.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/reffeat.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refbufcr.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refcert.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refauth.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refopts.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/using.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refstatus.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/api.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/referr.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refbufdest.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refreqflags.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refxml.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refreq.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/reftok.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/features.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refalloc.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refssldname.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refproxy.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refvers.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refshave.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refgetst.html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html/refsslcert2.html'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/html'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/status.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/sslcert.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/err.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/bufutil.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/sessflags.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/auth.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/ssltrust.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/iaddr.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/bufapp.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/bufcr.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/resphdr.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/neon.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/reqflags.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/reqhdr.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/sess.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/resolve.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/clicert.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/vers.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/xml.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/bufdest.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/sslvfy.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/req.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/proxy.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/init.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/opts.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/sslcert2.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/ssldname.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/sslca.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/sslcertio.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/alloc.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/shave.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/getst.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/reqbody.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/i18n.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/buf.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/config.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/feat.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref/tok.xml'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/ref'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man.xsl'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/parsing-xml.txt'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/feat.xml'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_buffer_clear.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_buffer_ncreate.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_iaddr_raw.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_response_header_iterate.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_strndup.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_clicert_name.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_i18n_init.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_cert_read.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_addr_destroy.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_addr_resolve.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_iaddr_make.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_set_verify.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_version_match.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_set_request_body_buffer.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_xml_create.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_set_proxy_auth.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_get_scheme.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_buffer_finish.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_calloc.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_clicert_free.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_status.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_token.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_get_server_hostport.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_set_request_flag.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_buffer_concat.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_session_system_proxy.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_buffer_altered.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_session_create.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_trust_default_ca.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_oom_callback.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_set_connect_timeout.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_set_read_timeout.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_get_error.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_realloc.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_cert_issuer.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/neon.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_iaddr_reverse.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_readable_dname.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_set_addrlist.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_clicert_read.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_set_server_auth.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_addr_result.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_forget_auth.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_set_useragent.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_request_dispatch.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/neon-config.1'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_iaddr_typeof.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_clicert_encrypted.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_session_socks_proxy.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_request_destroy.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_dname_cmp.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_set_session_flag.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_clicert_owner.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_qtoken.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_cert_identity.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_buffer_zappend.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_buffer_create.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_get_response_header.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_buffer_destroy.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_iaddr_parse.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_addr_error.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_get_session_flag.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_strdup.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_get_request_flag.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_shave.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_cert_import.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_xml_destroy.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_clicert_decrypt.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_add_request_header.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_session_proxy.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_iaddr_free.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_set_request_body_fd.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_iaddr_cmp.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_cert_export.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_iaddr_print.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_request_create.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_set_error.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_version_string.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_trust_cert.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_sock_exit.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_has_support.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_cert_free.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_close_connection.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_sock_init.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_get_status.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_buffer_append.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_session_destroy.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_cert_cmp.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_cert_signedby.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_buffer.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_cert_write.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_buffer_grow.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_print_request_header.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_malloc.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_ssl_cert_subject.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_addr_next.3'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man/ne_addr_first.3'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/man'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc/date.xml'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/doc'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/BUGS'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_defs.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ChangeLog'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_redirect.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/memleak.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_oldacl.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_acl.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/neon.vers'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_locks.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_md5.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_private.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/COPYING.LIB'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_props.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_sspi.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_ntlm.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_utils.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_ntlm.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_pkcs11.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_privssl.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_basic.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_ssl.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/Makefile.in'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_compress.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_basic.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_dates.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_207.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_alloc.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_socks.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_request.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_internal.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_openssl.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_request.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_stubssl.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_socket.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_compress.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/README'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_string.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_dates.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_uri.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_xmlreq.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_socket.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_alloc.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_xml.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_pkcs11.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_i18n.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_string.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_session.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_xmlreq.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_gnutls.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_session.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_utils.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_i18n.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_props.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_uri.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_md5.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_xml.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_auth.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_207.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_sspi.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_locks.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_auth.h'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_acl3744.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_redirect.c'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src/ne_acl3744.h'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/src'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/ru.gmo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/fr.po'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/zh_CN.gmo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/ja.gmo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/zh_CN.po'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/pl.po'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/cs.po'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/de.po'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/nn.po'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/pl.gmo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/neon.pot'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/de.gmo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/fr.gmo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/ja.po'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/tr.po'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/tr.gmo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/nn.gmo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/cs.gmo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po/ru.po'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/po'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/configure.ac'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/config.hw.in'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/neon.pc.in'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/AUTHORS'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/autogen.sh'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/neon-config.in'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/THANKS'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/neon.mak'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/install-sh'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/.release.sh'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/config.guess'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2/configure'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/neon-config'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/neon.pc'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/libtool'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/config.status'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/test/makekeys'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/test/Makefile'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/test/common'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/test'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/Makefile'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/config.log'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_session.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_xml.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_alloc.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_ntlm.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_oldacl.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_auth.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_string.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_md5.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/.libs/libneon.lai'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/.libs/libneon.a'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/.libs/libneon.la'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/.libs'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_basic.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_alloc.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_uri.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_props.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_compress.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_socks.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_utils.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_207.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_xmlreq.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_socket.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_xml.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_ntlm.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_i18n.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_compress.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_socks.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/Makefile'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_uri.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_dates.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_auth.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_request.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_locks.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_md5.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_openssl.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_acl3744.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_pkcs11.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_acl3744.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_redirect.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_openssl.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_utils.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_string.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_pkcs11.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_locks.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_i18n.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_session.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_dates.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_request.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/libneon.la'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_basic.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_props.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_redirect.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_oldacl.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_207.lo'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_xmlreq.o'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src/ne_socket.o'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/src'
removed `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_/config.h'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static/neon-0.30.2.build_'
removed directory: `/home/mxe/mxe-libcddb/tmp-neon-i686-w64-mingw32.static'
touch '/home/mxe/mxe-libcddb/usr/i686-w64-mingw32.static/installed/neon'
make[1]: Leaving directory `/home/mxe/mxe-libcddb'
real 0m21.830s
user 0m22.437s
sys 0m1.996s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment