Skip to content

Instantly share code, notes, and snippets.

Created January 2, 2017 21:52
Show Gist options
  • Save anonymous/10bb612fb802b4f4e1423d105435e657 to your computer and use it in GitHub Desktop.
Save anonymous/10bb612fb802b4f4e1423d105435e657 to your computer and use it in GitHub Desktop.
make[1]: Entering directory '/data/mxe/mxe-after-cleanup'
uname -a
Linux sd-61021 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
eb829edda174d7aac3cc00a7b10b59cbc03d1af2 - remove unneeded cmake vars specified by packages [8 weeks ago] [ (HEAD, master)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 8.6 (jessie)
Release: 8.6
Codename: jessie
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.14.1
gcc --version
gcc (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 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.9.2-10) 4.9.2
Copyright (C) 2014 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.9
perl --version 2>&1 | head -3
This is perl 5, version 20, subversion 2 (v5.20.2) built for x86_64-linux-gnu-thread-multi
(with 92 registered patches, see perl -V for more detail)
rm -rf '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static'
mkdir -p '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static'
mkdir -p '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0'
mkdir -p '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/readonly'
chmod 0555 '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/readonly'
cd '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static' && tar xzf '/data/mxe/mxe-after-cleanup/pkg/qhttpengine-0.1.0.tar.gz'
cd '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0'
(cd '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0' && patch -p1 -u) < /data/mxe/mxe-after-cleanup/src/qhttpengine-1-decrease-required-cmake-ver.patch
patching file CMakeLists.txt
patching file src/CMakeLists.txt
mkdir '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
cd '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build' && 'x86_64-w64-mingw32.static-cmake' ..
== Using MXE wrapper: /data/mxe/mxe-after-cleanup/usr/bin/x86_64-w64-mingw32.static-cmake
== Using MXE toolchain: /data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/share/cmake/mxe-conf.cmake
== Using MXE runresult: /data/mxe/mxe-after-cleanup/usr/share/cmake/modules/TryRunResults.cmake
loading initial cache file /data/mxe/mxe-after-cleanup/usr/share/cmake/modules/TryRunResults.cmake
-- The C compiler identification is GNU 4.9.4
-- The CXX compiler identification is GNU 4.9.4
-- Check for working C compiler: /data/mxe/mxe-after-cleanup/usr/bin/x86_64-w64-mingw32.static-gcc
-- Check for working C compiler: /data/mxe/mxe-after-cleanup/usr/bin/x86_64-w64-mingw32.static-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /data/mxe/mxe-after-cleanup/usr/bin/x86_64-w64-mingw32.static-g++
-- Check for working CXX compiler: /data/mxe/mxe-after-cleanup/usr/bin/x86_64-w64-mingw32.static-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
CMake Warning (dev) in src/CMakeLists.txt:
Policy CMP0020 is not set: Automatically link Qt executables to qtmain
target on Windows. Run "cmake --help-policy CMP0020" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in src/CMakeLists.txt:
Policy CMP0020 is not set: Automatically link Qt executables to qtmain
target on Windows. Run "cmake --help-policy CMP0020" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in src/CMakeLists.txt:
Policy CMP0020 is not set: Automatically link Qt executables to qtmain
target on Windows. Run "cmake --help-policy CMP0020" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in src/CMakeLists.txt:
Policy CMP0020 is not set: Automatically link Qt executables to qtmain
target on Windows. Run "cmake --help-policy CMP0020" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build
make -C '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build' -j '4' install
make[2]: Entering directory '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
make[3]: Entering directory '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
make[4]: Entering directory '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
Scanning dependencies of target QHttpEngine_automoc
make[4]: Leaving directory '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
make[4]: Entering directory '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
[ 7%] Automatic moc for target QHttpEngine
Generating moc_qfilesystemhandler.cpp
Generating moc_qhttphandler.cpp
Generating moc_qhttpserver.cpp
Generating moc_qhttpsocket.cpp
Generating moc_qiodevicecopier.cpp
Generating moc_qlocalfile.cpp
Generating moc_qobjecthandler.cpp
Generating moc_qfilesystemhandler_p.cpp
Generating moc_qhttphandler_p.cpp
Generating moc_qhttpserver_p.cpp
Generating moc_qhttpsocket_p.cpp
Generating moc_qiodevicecopier_p.cpp
Generating moc_qlocalfile_p.cpp
Generating moc_qobjecthandler_p.cpp
make[4]: Leaving directory '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
[ 7%] Built target QHttpEngine_automoc
make[4]: Entering directory '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
Scanning dependencies of target QHttpEngine
make[4]: Leaving directory '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
make[4]: Entering directory '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
[ 15%] Building CXX object src/CMakeFiles/QHttpEngine.dir/qfilesystemhandler.cpp.obj
[ 23%] Building CXX object src/CMakeFiles/QHttpEngine.dir/qhttpparser.cpp.obj
[ 30%] Building CXX object src/CMakeFiles/QHttpEngine.dir/qhttphandler.cpp.obj
[ 38%] Building CXX object src/CMakeFiles/QHttpEngine.dir/qhttpserver.cpp.obj
[ 46%] Building CXX object src/CMakeFiles/QHttpEngine.dir/qhttpsocket.cpp.obj
[ 53%] Building CXX object src/CMakeFiles/QHttpEngine.dir/qibytearray.cpp.obj
[ 61%] Building CXX object src/CMakeFiles/QHttpEngine.dir/qiodevicecopier.cpp.obj
[ 69%] Building CXX object src/CMakeFiles/QHttpEngine.dir/qlocalfile.cpp.obj
[ 76%] Building CXX object src/CMakeFiles/QHttpEngine.dir/qobjecthandler.cpp.obj
[ 84%] Building RC object src/CMakeFiles/QHttpEngine.dir/resource.rc.res
[ 92%] Building CXX object src/CMakeFiles/QHttpEngine.dir/QHttpEngine_automoc.cpp.obj
[100%] Linking CXX shared library libQHttpEngine.dll
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhostaddress.o):qhostaddress.cpp:(.text+0x9c7): undefined reference to `__imp_htonl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhostaddress.o):qhostaddress.cpp:(.text+0xd97): undefined reference to `__imp_htonl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine.o):qnativesocketengine.cpp:(.text+0x21d3): undefined reference to `__imp_getsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine.o):qnativesocketengine.cpp:(.text+0x24f3): undefined reference to `__imp_getsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhostinfo_win.o):qhostinfo_win.cpp:(.text+0x3f2): undefined reference to `__imp_htonl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhostinfo_win.o):qhostinfo_win.cpp:(.text+0x75b): undefined reference to `__imp_ntohl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhostinfo_win.o):qhostinfo_win.cpp:(.text+0x8c7): undefined reference to `__imp_gethostbyname'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhostinfo_win.o):qhostinfo_win.cpp:(.text+0x8fd): undefined reference to `__imp_ntohl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhostinfo_win.o):qhostinfo_win.cpp:(.text+0xaf9): undefined reference to `__imp_inet_addr'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhostinfo_win.o):qhostinfo_win.cpp:(.text+0xb4a): undefined reference to `__imp_gethostbyaddr'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhostinfo_win.o):qhostinfo_win.cpp:(.text+0xd82): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhttpnetworkreply.o):qhttpnetworkreply.cpp:(.text+0x199c): undefined reference to `inflateEnd'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhttpnetworkreply.o):qhttpnetworkreply.cpp:(.text+0x2737): undefined reference to `inflateEnd'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhttpnetworkreply.o):qhttpnetworkreply.cpp:(.text+0x2f85): undefined reference to `inflate'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhttpnetworkreply.o):qhttpnetworkreply.cpp:(.text+0x2fa3): undefined reference to `inflateEnd'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhttpnetworkreply.o):qhttpnetworkreply.cpp:(.text+0x2fe7): undefined reference to `inflateInit2_'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qhttpnetworkreply.o):qhttpnetworkreply.cpp:(.text+0x2210): undefined reference to `inflateInit2_'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x1): undefined reference to `ASN1_INTEGER_get'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x11): undefined reference to `ASN1_STRING_data'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x21): undefined reference to `ASN1_STRING_length'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x31): undefined reference to `ASN1_STRING_to_UTF8'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x41): undefined reference to `BIO_ctrl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x51): undefined reference to `BIO_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x61): undefined reference to `BIO_new'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x71): undefined reference to `BIO_new_mem_buf'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x81): undefined reference to `BIO_read'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x91): undefined reference to `BIO_s_mem'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xa1): undefined reference to `BIO_write'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xb1): undefined reference to `BN_num_bits'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xc1): undefined reference to `EC_KEY_get0_group'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xd1): undefined reference to `EC_GROUP_get_degree'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xe1): undefined reference to `CRYPTO_num_locks'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xf1): undefined reference to `CRYPTO_set_locking_callback'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x101): undefined reference to `CRYPTO_set_id_callback'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x111): undefined reference to `CRYPTO_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x121): undefined reference to `DSA_new'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x131): undefined reference to `DSA_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x141): undefined reference to `d2i_X509'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x151): undefined reference to `ERR_error_string'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x161): undefined reference to `ERR_get_error'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x171): undefined reference to `ERR_free_strings'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x181): undefined reference to `EVP_CIPHER_CTX_cleanup'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x191): undefined reference to `EVP_CIPHER_CTX_init'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x1a1): undefined reference to `EVP_CIPHER_CTX_ctrl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x1b1): undefined reference to `EVP_CIPHER_CTX_set_key_length'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x1c1): undefined reference to `EVP_CipherInit'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x1d1): undefined reference to `EVP_CipherUpdate'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x1e1): undefined reference to `EVP_CipherFinal'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x1f1): undefined reference to `EVP_des_cbc'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x201): undefined reference to `EVP_des_ede3_cbc'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x211): undefined reference to `EVP_rc2_cbc'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x221): undefined reference to `EVP_PKEY_assign'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x231): undefined reference to `EVP_PKEY_set1_RSA'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x241): undefined reference to `EVP_PKEY_set1_DSA'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x251): undefined reference to `EVP_PKEY_set1_EC_KEY'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x261): undefined reference to `EVP_PKEY_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x271): undefined reference to `EVP_PKEY_get1_DSA'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x281): undefined reference to `EVP_PKEY_get1_RSA'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x291): undefined reference to `EVP_PKEY_get1_EC_KEY'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x2a1): undefined reference to `EVP_PKEY_new'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x2b1): undefined reference to `EVP_PKEY_type'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x2c1): undefined reference to `i2d_X509'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x2d1): undefined reference to `OBJ_nid2sn'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x2e1): undefined reference to `OBJ_nid2ln'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x2f1): undefined reference to `OBJ_sn2nid'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x301): undefined reference to `OBJ_ln2nid'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x311): undefined reference to `i2t_ASN1_OBJECT'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x321): undefined reference to `OBJ_obj2txt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x331): undefined reference to `OBJ_obj2nid'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x341): undefined reference to `PEM_read_bio_DSAPrivateKey'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x351): undefined reference to `PEM_read_bio_RSAPrivateKey'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x361): undefined reference to `PEM_read_bio_ECPrivateKey'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x371): undefined reference to `PEM_write_bio_DSAPrivateKey'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x381): undefined reference to `PEM_write_bio_RSAPrivateKey'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x391): undefined reference to `PEM_write_bio_ECPrivateKey'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x3a1): undefined reference to `PEM_read_bio_DSA_PUBKEY'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x3b1): undefined reference to `PEM_read_bio_RSA_PUBKEY'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x3c1): undefined reference to `PEM_read_bio_EC_PUBKEY'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x3d1): undefined reference to `PEM_write_bio_DSA_PUBKEY'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x3e1): undefined reference to `PEM_write_bio_RSA_PUBKEY'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x3f1): undefined reference to `PEM_write_bio_EC_PUBKEY'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x401): undefined reference to `RAND_seed'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x411): undefined reference to `RAND_status'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x421): undefined reference to `RSA_new'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x431): undefined reference to `RSA_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x441): undefined reference to `sk_num'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x451): undefined reference to `sk_pop_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x461): undefined reference to `sk_new_null'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x471): undefined reference to `sk_push'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x481): undefined reference to `sk_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x491): undefined reference to `sk_value'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x4a1): undefined reference to `SSL_accept'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x4b1): undefined reference to `SSL_clear'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x4c1): undefined reference to `SSL_CIPHER_description'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x4d1): undefined reference to `SSL_CIPHER_get_bits'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x4e1): undefined reference to `SSL_connect'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x4f1): undefined reference to `SSL_CTX_check_private_key'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x501): undefined reference to `SSL_CTX_ctrl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x511): undefined reference to `SSL_CTX_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x521): undefined reference to `SSL_CTX_new'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x531): undefined reference to `SSL_CTX_set_cipher_list'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x541): undefined reference to `SSL_CTX_set_default_verify_paths'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x551): undefined reference to `SSL_CTX_set_verify'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x561): undefined reference to `SSL_CTX_set_verify_depth'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x571): undefined reference to `SSL_CTX_use_certificate'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x581): undefined reference to `SSL_CTX_use_certificate_file'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x591): undefined reference to `SSL_CTX_use_PrivateKey'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x5a1): undefined reference to `SSL_CTX_use_RSAPrivateKey'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x5b1): undefined reference to `SSL_CTX_use_PrivateKey_file'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x5c1): undefined reference to `SSL_CTX_get_cert_store'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x5d1): undefined reference to `SSL_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x5e1): undefined reference to `SSL_get_ciphers'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x5f1): undefined reference to `SSL_get_current_cipher'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x601): undefined reference to `SSL_version'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x611): undefined reference to `SSL_get_error'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x621): undefined reference to `SSL_get_peer_cert_chain'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x631): undefined reference to `SSL_get_peer_certificate'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x641): undefined reference to `SSL_get_verify_result'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x651): undefined reference to `SSL_library_init'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x661): undefined reference to `SSL_load_error_strings'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x671): undefined reference to `SSL_new'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x681): undefined reference to `SSL_ctrl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x691): undefined reference to `SSL_read'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x6a1): undefined reference to `SSL_set_bio'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x6b1): undefined reference to `SSL_set_accept_state'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x6c1): undefined reference to `SSL_set_connect_state'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x6d1): undefined reference to `SSL_shutdown'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x6e1): undefined reference to `SSL_set_session'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x6f1): undefined reference to `SSL_SESSION_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x701): undefined reference to `SSL_get1_session'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x711): undefined reference to `SSL_get_session'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x721): undefined reference to `SSL_get_ex_new_index'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x731): undefined reference to `SSL_set_ex_data'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x741): undefined reference to `SSL_get_ex_data'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x751): undefined reference to `SSL_set_psk_client_callback'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x761): undefined reference to `SSLv3_client_method'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x771): undefined reference to `SSLv23_client_method'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x781): undefined reference to `TLSv1_client_method'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x791): undefined reference to `TLSv1_1_client_method'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x7a1): undefined reference to `TLSv1_2_client_method'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x7b1): undefined reference to `SSLv3_server_method'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x7c1): undefined reference to `SSLv23_server_method'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x7d1): undefined reference to `TLSv1_server_method'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x7e1): undefined reference to `TLSv1_1_server_method'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x7f1): undefined reference to `TLSv1_2_server_method'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x801): undefined reference to `SSL_write'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x811): undefined reference to `X509_cmp'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x821): undefined reference to `X509_dup'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x831): undefined reference to `X509_print'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x841): undefined reference to `X509_EXTENSION_get_object'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x851): undefined reference to `X509_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x861): undefined reference to `X509_get_ext'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x871): undefined reference to `X509_get_ext_count'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x881): undefined reference to `X509_get_ext_d2i'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x891): undefined reference to `X509V3_EXT_get'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x8a1): undefined reference to `X509V3_EXT_d2i'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x8b1): undefined reference to `X509_EXTENSION_get_critical'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x8c1): undefined reference to `X509_EXTENSION_get_data'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x8d1): undefined reference to `BASIC_CONSTRAINTS_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x8e1): undefined reference to `AUTHORITY_KEYID_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x8f1): undefined reference to `ASN1_STRING_print'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x901): undefined reference to `X509_check_issued'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x911): undefined reference to `X509_get_issuer_name'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x921): undefined reference to `X509_get_subject_name'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x931): undefined reference to `X509_verify_cert'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x941): undefined reference to `X509_NAME_entry_count'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x951): undefined reference to `X509_NAME_get_entry'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x961): undefined reference to `X509_NAME_ENTRY_get_data'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x971): undefined reference to `X509_NAME_ENTRY_get_object'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x981): undefined reference to `X509_PUBKEY_get'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x991): undefined reference to `X509_STORE_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x9a1): undefined reference to `X509_STORE_new'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x9b1): undefined reference to `X509_STORE_add_cert'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x9c1): undefined reference to `X509_STORE_CTX_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x9d1): undefined reference to `X509_STORE_CTX_init'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x9e1): undefined reference to `X509_STORE_CTX_set_purpose'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0x9f1): undefined reference to `X509_STORE_CTX_get_error'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xa01): undefined reference to `X509_STORE_CTX_get_error_depth'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xa11): undefined reference to `X509_STORE_CTX_get_current_cert'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xa21): undefined reference to `X509_STORE_CTX_get_chain'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xa31): undefined reference to `X509_STORE_CTX_new'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xa41): undefined reference to `OPENSSL_add_all_algorithms_noconf'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xa51): undefined reference to `OPENSSL_add_all_algorithms_conf'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xa61): undefined reference to `SSL_CTX_load_verify_locations'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xa71): undefined reference to `SSLeay'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xa81): undefined reference to `SSLeay_version'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xa91): undefined reference to `i2d_SSL_SESSION'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xaa1): undefined reference to `d2i_SSL_SESSION'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xab1): undefined reference to `SSL_select_next_proto'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xac1): undefined reference to `SSL_CTX_set_next_proto_select_cb'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xad1): undefined reference to `SSL_get0_next_proto_negotiated'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xae1): undefined reference to `DH_new'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xaf1): undefined reference to `DH_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xb01): undefined reference to `d2i_DHparams'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xb11): undefined reference to `BN_bin2bn'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xb21): undefined reference to `EC_KEY_dup'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xb31): undefined reference to `EC_KEY_new_by_curve_name'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xb41): undefined reference to `EC_KEY_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xb51): undefined reference to `EC_get_builtin_curves'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xb61): undefined reference to `EC_curve_nist2nid'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xb71): undefined reference to `PKCS12_parse'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xb81): undefined reference to `d2i_PKCS12_bio'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl_symbols.o):qsslsocket_openssl_symbols.cpp:(.text+0xb91): undefined reference to `PKCS12_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl.o):qsslsocket_openssl.cpp:(.text+0x1b0c): undefined reference to `__imp_CertCreateCertificateContext'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl.o):qsslsocket_openssl.cpp:(.text+0x1bc6): undefined reference to `__imp_CertGetCertificateChain'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl.o):qsslsocket_openssl.cpp:(.text+0x1c46): undefined reference to `__imp_CertFreeCertificateChain'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qsslsocket_openssl.o):qsslsocket_openssl.cpp:(.text+0x1c4f): undefined reference to `__imp_CertFreeCertificateContext'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1d4): undefined reference to `__imp_getsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x23e): undefined reference to `__imp_WSAIoctl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x25c): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2db): undefined reference to `__imp_setsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2e7): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x36a): undefined reference to `__imp_WSAIoctl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x3ef): undefined reference to `__imp_WSASocketW'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x442): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x4b2): undefined reference to `__imp_WSASocketW'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x4d2): undefined reference to `__imp_WSAIoctl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x70e): undefined reference to `__imp_WSAIoctl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x71f): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x83d): undefined reference to `__imp_getsockname'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x84b): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x8d5): undefined reference to `__imp_getpeername'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x949): undefined reference to `__imp_getsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x9e3): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xa24): undefined reference to `__imp_getsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xb28): undefined reference to `__imp_WSANtohs'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xbbb): undefined reference to `__imp_WSANtohs'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xc53): undefined reference to `__imp_WSANtohl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xc90): undefined reference to `__imp_WSANtohs'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xcbf): undefined reference to `__imp_WSANtohl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xcf2): undefined reference to `__imp_WSANtohs'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xdeb): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xe76): undefined reference to `__imp_htons'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xe8b): undefined reference to `__imp_htonl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xeec): undefined reference to `__imp_setsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xf7c): undefined reference to `__imp_htons'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0xfea): undefined reference to `__imp_WSAConnect'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1022): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1083): undefined reference to `__imp_getsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x108f): undefined reference to `__imp_setsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x133d): undefined reference to `__imp_htons'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x135d): undefined reference to `__imp_htonl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x13ab): undefined reference to `__imp_setsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x142e): undefined reference to `__imp_htons'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x147c): undefined reference to `__imp_bind'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1503): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x15e2): undefined reference to `__imp_htonl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1621): undefined reference to `__imp_listen'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1642): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x16d7): undefined reference to `__imp_WSAIoctl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x175b): undefined reference to `__imp_WSARecvFrom'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x176c): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x177e): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1844): undefined reference to `__imp_WSARecvFrom'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x184c): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1893): undefined reference to `__imp_WSARecv'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x189a): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1c1c): undefined reference to `__imp_WSANtohl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1c94): undefined reference to `__imp_WSANtohl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1cdc): undefined reference to `__imp_WSANtohs'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1d77): undefined reference to `__imp_WSANtohs'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1e77): undefined reference to `__imp_WSARecvFrom'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x1e92): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x20a5): undefined reference to `__imp_htons'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x20bd): undefined reference to `__imp_htonl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x216c): undefined reference to `__imp_WSAHtonl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x220f): undefined reference to `__imp_htons'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x23f2): undefined reference to `__imp_WSASendTo'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2405): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x246a): undefined reference to `__imp_WSASend'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x24e7): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x25b3): undefined reference to `__imp_WSARecv'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x25be): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x25d4): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x26c8): undefined reference to `__imp_select'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x276b): undefined reference to `__imp_select'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2780): undefined reference to `__WSAFDIsSet'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x280e): undefined reference to `__imp_select'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2836): undefined reference to `__imp_select'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x299c): undefined reference to `__imp_select'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x29b2): undefined reference to `__WSAFDIsSet'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x29d2): undefined reference to `__WSAFDIsSet'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x29ee): undefined reference to `__WSAFDIsSet'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2a63): undefined reference to `__imp_closesocket'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2ad4): undefined reference to `__imp_htonl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2b1a): undefined reference to `__imp_setsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2d4a): undefined reference to `__imp_htonl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2d51): undefined reference to `__imp_setsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2e09): undefined reference to `__imp_setsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2e60): undefined reference to `__imp_setsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2ee4): undefined reference to `__imp_getsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2f51): undefined reference to `__imp_getsockopt'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x2f7e): undefined reference to `__imp_ntohl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x30e3): undefined reference to `__imp_WSAAccept'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnativesocketengine_win.o):qnativesocketengine_win.cpp:(.text+0x3142): undefined reference to `__imp_WSAGetLastError'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnetworkinterface_win.o):qnetworkinterface_win.cpp:(.text+0x1e9): undefined reference to `GetNetworkParams'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnetworkinterface_win.o):qnetworkinterface_win.cpp:(.text+0x2db): undefined reference to `GetNetworkParams'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnetworkinterface_win.o):qnetworkinterface_win.cpp:(.text+0x35a): undefined reference to `GetAdaptersInfo'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnetworkinterface_win.o):qnetworkinterface_win.cpp:(.text+0x62a): undefined reference to `GetAdaptersAddresses'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnetworkinterface_win.o):qnetworkinterface_win.cpp:(.text+0xa96): undefined reference to `__imp_htonl'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnetworkinterface_win.o):qnetworkinterface_win.cpp:(.text+0xd16): undefined reference to `GetAdaptersAddresses'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qnetworkinterface_win.o):qnetworkinterface_win.cpp:(.text+0xd50): undefined reference to `GetAdaptersInfo'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qspdyprotocolhandler.o):qspdyprotocolhandler.cpp:(.text+0x35c): undefined reference to `inflateInit_'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qspdyprotocolhandler.o):qspdyprotocolhandler.cpp:(.text+0x419): undefined reference to `inflate'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qspdyprotocolhandler.o):qspdyprotocolhandler.cpp:(.text+0x571): undefined reference to `inflateSetDictionary'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qspdyprotocolhandler.o):qspdyprotocolhandler.cpp:(.text+0xb4b): undefined reference to `deflateEnd'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qspdyprotocolhandler.o):qspdyprotocolhandler.cpp:(.text+0xb57): undefined reference to `deflateEnd'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qspdyprotocolhandler.o):qspdyprotocolhandler.cpp:(.text+0x1772): undefined reference to `deflate'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Network.a(qspdyprotocolhandler.o):qspdyprotocolhandler.cpp:(.text+0x39b): undefined reference to `deflateInit_'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0x213): undefined reference to `pcre16_exec'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0x276): undefined reference to `pcre16_jit_stack_alloc'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0x57a): undefined reference to `pcre16_free_study'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0x61a): undefined reference to `pcre16_fullinfo'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0x62d): undefined reference to `pcre16_fullinfo'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0x676): undefined reference to `pcre16_fullinfo'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0x77b): undefined reference to `pcre16_config'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0x988): undefined reference to `pcre16_compile2'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0xacc): undefined reference to `pcre16_study'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0xaf3): undefined reference to `pcre16_assign_jit_stack'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0xc12): undefined reference to `pcre16_get_stringnumber'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0x3b60): undefined reference to `pcre16_fullinfo'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0x3b7a): undefined reference to `pcre16_fullinfo'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0x3b94): undefined reference to `pcre16_fullinfo'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text+0x2e3): undefined reference to `pcre16_exec'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.text$_ZN14QThreadStorageIP20QPcreJitStackPointerE10deleteDataEPv[_ZN14QThreadStorageIP20QPcreJitStackPointerE10deleteDataEPv]+0x16): undefined reference to `pcre16_jit_stack_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qregularexpression.o):qregularexpression.cpp:(.rdata$.refptr.pcre16_free[.refptr.pcre16_free]+0x0): undefined reference to `pcre16_free'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qbytearray.o):qbytearray.cpp:(.text+0x5ff): undefined reference to `uncompress'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qbytearray.o):qbytearray.cpp:(.text+0x1760): undefined reference to `compress2'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qglobal.o):qglobal.cpp:(.text+0x466): undefined reference to `__imp_WSACleanup'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qglobal.o):qglobal.cpp:(.text+0x4cd): undefined reference to `__imp_WSAStartup'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qglobal.o):qglobal.cpp:(.text+0x533): undefined reference to `__imp_WSACleanup'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qglobal.o):qglobal.cpp:(.text+0x843): undefined reference to `__imp_gethostname'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qeventdispatcher_win.o):qeventdispatcher_win.cpp:(.text+0x856): undefined reference to `__imp_WSAAsyncSelect'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qeventdispatcher_win.o):qeventdispatcher_win.cpp:(.text+0x1925): undefined reference to `__imp_WSAAsyncSelect'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qeventdispatcher_win.o):qeventdispatcher_win.cpp:(.text+0x2238): undefined reference to `__imp_WSAAsyncSelect'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qeventdispatcher_win.o):qeventdispatcher_win.cpp:(.text+0x3af4): undefined reference to `__imp_WSAAsyncSelect'
/data/mxe/mxe-after-cleanup/usr/x86_64-w64-mingw32.static/qt5/lib/libQt5Core.a(qeventdispatcher_win.o):qeventdispatcher_win.cpp:(.text+0x3d3b): undefined reference to `__imp_WSAAsyncSelect'
collect2: error: ld returned 1 exit status
src/CMakeFiles/QHttpEngine.dir/build.make:360: recipe for target 'src/libQHttpEngine.dll' failed
make[4]: *** [src/libQHttpEngine.dll] Error 1
make[4]: Leaving directory '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
CMakeFiles/Makefile2:86: recipe for target 'src/CMakeFiles/QHttpEngine.dir/all' failed
make[3]: *** [src/CMakeFiles/QHttpEngine.dir/all] Error 2
make[3]: Leaving directory '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
Makefile:127: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/data/mxe/mxe-after-cleanup/tmp-qhttpengine-x86_64-w64-mingw32.static/qhttpengine-0.1.0/build'
Makefile:596: recipe for target 'build-only-qhttpengine_x86_64-w64-mingw32.static' failed
make[1]: *** [build-only-qhttpengine_x86_64-w64-mingw32.static] Error 2
make[1]: Leaving directory '/data/mxe/mxe-after-cleanup'
real 0m9.499s
user 0m15.668s
sys 0m0.904s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment