Closed maaaaz closed 4 years ago
Hello @vanhauser-thc,
For information I managed to compile hydra under an MSYS environment according few modifications to the configure file.
hydra
LIBDIRS="$LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib /mingw64/lib /mingw64/bin"
INCDIRS="$SDK_PATH/usr/include /usr/local/include /opt/include /opt/local/include /mingw64/include"
/opt/p*sql*/include /usr/*p*sql*/include /usr/local/*psql*/include /mingw64/include
if [ "$SYSO" = "Cygwin" -o "$SYSO" = "Msys" ]; then echo echo "Cygwin/MSYS detected, if compilation fails just update your installation." echo
I won't do a PR as I don't know if you want to officially support MSYS.
Proof of successful compilation :
$ uname -mrso MSYS_NT-10.0-17134 3.1.6-340.x86_64 x86_64 Msys $ ./configure --debug --disable-xhydra --prefix=$PWD/build Starting hydra auto configuration ... Checking for zlib (libz/zlib.h) ... ... found Checking for openssl (libssl/libcrypto/ssl.h/sha.h) ... DEBUG: SSL_LIB= /lib /usr/lib /usr/local/lib /opt/local/lib /mingw64/lib /mingw64/bin /usr/ssl DEBUG: SSL_INC=/usr/include /usr/local/include /opt/include /opt/local/include /mingw64/include DEBUG: SSL_PATH=/usr/lib/libssl DEBUG: CRYPTO_PATH=/usr/lib/libcrypto DEBUG: SSL_INC=/usr/include/openssl/ssl.h ... found Checking for gcrypt (libgcrypt/gpg-error.h) ... ... found Checking for idn (libidn) ... DEBUG: IDN_PATH=/usr/lib/libidn DEBUG: IDN_IPATH=/usr/include/stringprep.h DEBUG: PR29_IPATH=/usr/include/pr29.h ... found Checking for curses (libcurses/term.h) ... DEBUG: CURSES_PATH=/libcurses DEBUG: CURSES_IPATH=/term.h ... NOT found, color output disabled Checking for pcre (libpcre/pcre.h) ... DEBUG: PCRE_PATH=/usr/lib/libpcre DEBUG: PCRE_IPATH=/usr/include/pcre.h ... found Checking for Postgres (libpq/libpq-fe.h) ... DEBUG: POSTGRES_PATH=/mingw64/lib/libpq DEBUG: POSTGRES_IPATH=/mingw64/include/libpq-fe.h ... found Checking for SVN (libsvn_client-1/libapr-1/libaprutil-1) ... DEBUG: SVN_PATH=/usr/lib/libsvn_client-1 DEBUG: APR_PATH=/usr/lib/libapr DEBUG: SVN_IPATH=/usr/include/apr-1/ DEBUG: APR_IPATH=/usr/include/apr-1/ ... found Checking for firebird (libfbclient) ... DEBUG: FIREBIRD_PATH=/mingw64/lib/libfbclient DEBUG: FIREBIRD_IPATH=/mingw64/include/ibase.h ... found Checking for MYSQL client (libmysqlclient/math.h) ... DEBUG: MYSQL_PATH=/mingw64/lib/libmysqlclient DEBUG: MYSQL_IPATH=/mingw64/include/mysql/mysql.h ... found Checking for AFP (libafpclient) ... DEBUG: AFP_PATH=/libafpclient DEBUG: AFP_IPATH=/afp.h ... NOT found, module Apple Filing Protocol disabled - Apple sucks anyway Checking for NCP (libncp/nwcalls.h) ... DEBUG: NCP_PATH=/libncp DEBUG: NCP_IPATH=/ncp/nwcalls.h ... NOT found, module NCP disabled Checking for SAP/R3 (librfc/saprfc.h) ... DEBUG: SAPR3_PATH=/lib/librfc DEBUG: SAPR3_IPATH=/saprfc.h ... NOT found, module sapr3 disabled Get it from http://www.sap.com/solutions/netweaver/linux/eval/index.asp Checking for libssh (libssh/libssh.h) ... DEBUG: SSH_PATH=/mingw64/lib/libssh DEBUG: SSH_IPATH=/mingw64/include/libssh/libssh.h ... found Checking for Oracle (libocci/libclntsh/oci.h/libaio/liboci) ... DEBUG: ORACLE_LIB= /lib /usr/lib /usr/local/lib /opt/local/lib /mingw64/lib /mingw64/bin DEBUG: ORACLE_INC=/usr/include /usr/local/include /opt/include /opt/local/include /mingw64/include DEBUG: ORACLE_PATH=/libocci DEBUG: ORACLE_PATH=/libaio DEBUG: ORACLE_IPATH=/oci.h ... NOT found, module Oracle disabled Get basic and sdk package from http://www.oracle.com/technetwork/database/features/instant-client/index.html Checking for Memcached (libmemcached/memcached.h) ... DEBUG: MCACHED_PATH=/libmemcached DEBUG: MCACHED_IPATH=/memcached.h ... NOT found, module memcached disabled Checking for Freerdp3 (libfreerdp3/freerdp.h/libwinpr3/winpr.h) ... DEBUG: FREERDP3_PATH=/ DEBUG: FREERDP3_IPATH=/ DEBUG: WINPR3_PATH=/ DEBUG: WINPR3_IPATH=/ ... NOT found, checking for freerdp2 module next... Checking for Freerdp2 (libfreerdp2/freerdp.h/libwinpr2/winpr.h) ... DEBUG: FREERDP2_PATH=/ DEBUG: FREERDP2_IPATH=/ DEBUG: WINPR2_PATH=/ DEBUG: WINPR2_IPATH=/ ... NOT found, module rdp disabled Checking for Mongodb (libmongoc-1.0/mongoc.h/libbson-1.0/bson.h) ... DEBUG: MONGODB_PATH=/libmongoc DEBUG: MONGODB_IPATH=/libmongoc.h DEBUG: BSON_PATH=/libbson DEBUG: BSON_IPATH=/libbson.h ... NOT found, module mongodb disabled Checking for smbclient (libsmbclient/libsmbclient.h) ... DEBUG: SMBC_PATH=/libsmbclient DEBUG: SMBC_IPATH=/libsmbclient.h ... NOT found, module smb2 disabled Checking for Android specialities ... ... strrchr() found ... RSA_generate_key() found Checking for secure compile option support in gcc ... Compiling... yes Linking... no Hydra will be installed into .../bin of: /home/IEUser/thc-hydra-9.1/build (change this by running ./configure --prefix=path) DEBUG: XDEFINES= -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H DEBUG: XLIBS= -lgcrypt -lz -lssl -lfbclient -lidn -lpcre -lmysqlclient -lpq -lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1 -lssh -lcrypto DEBUG: XLIBPATHS=-L/usr/lib -L/usr/local/lib -L/lib -L/usr/lib -L/mingw64/lib -L/usr/lib -L/mingw64/lib -L/usr/lib -L/mingw64/lib DEBUG: XIPATHS= -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 DEBUG: PREFIX=/home/IEUser/thc-hydra-9.1/build DEBUG: XHYDRA_SUPPORT= DEBUG: STRIP=strip Writing Makefile.in ... Cygwin/MSYS detected, if compilation fails just update your installation. Windres found, will attach icons to hydra cygwin executables now type "make" $ make cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -o pw-inspector pw-inspector-logo.o pw-inspector.c cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-vnc.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-pcnfs.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-rexec.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-nntp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-socks5.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-telnet.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-cisco.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-http.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-ftp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-imap.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-pop3.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-smb.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-icq.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-cisco-enable.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-ldap.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-memcached.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-mongodb.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-mysql.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-mssql.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-xmpp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-http-proxy-urlenum.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-snmp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-cvs.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-smtp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-smtp-enum.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-sapr3.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-ssh.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-sshkey.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-teamspeak.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-postgres.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-rsh.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-rlogin.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-oracle-listener.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-svn.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-pcanywhere.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-sip.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-oracle-sid.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-oracle.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-vmauthd.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-asterisk.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-firebird.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-afp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-ncp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-http-proxy.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-http-form.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-irc.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-redis.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-rdp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-adam6500.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-rtsp.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-rpcap.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-radmin2.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c crc32.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c d3des.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c bfg.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c ntlm.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c sasl.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hmacmd5.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-mod.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-time.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -g -c hydra-smb2.c -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 cc -I. -O3 -g -fcommon -Wl,--allow-multiple-definition -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lm -g -o hydra hydra-logo.o hydra.c hydra-vnc.o hydra-pcnfs.o hydra-rexec.o hydra-nntp.o hydra-socks5.o hydra-telnet.o hydra-cisco.o hydra-http.o hydra-ftp.o hydra-imap.o hydra-pop3.o hydra-smb.o hydra-icq.o hydra-cisco-enable.o hydra-ldap.o hydra-memcached.o hydra-mongodb.o hydra-mysql.o hydra-mssql.o hydra-xmpp.o hydra-http-proxy-urlenum.o hydra-snmp.o hydra-cvs.o hydra-smtp.o hydra-smtp-enum.o hydra-sapr3.o hydra-ssh.o hydra-sshkey.o hydra-teamspeak.o hydra-postgres.o hydra-rsh.o hydra-rlogin.o hydra-oracle-listener.o hydra-svn.o hydra-pcanywhere.o hydra-sip.o hydra-oracle-sid.o hydra-oracle.o hydra-vmauthd.o hydra-asterisk.o hydra-firebird.o hydra-afp.o hydra-ncp.o hydra-http-proxy.o hydra-http-form.o hydra-irc.o hydra-redis.o hydra-rdp.o hydra-s7-300.c hydra-adam6500.o hydra-rtsp.o hydra-rpcap.o hydra-radmin2.o crc32.o d3des.o bfg.o ntlm.o sasl.o hmacmd5.o hydra-mod.o hydra-time.o hydra-smb2.o -lm -lgcrypt -lz -lssl -lfbclient -lidn -lpcre -lmysqlclient -lpq -lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1 -lssh -lcrypto -L/usr/lib -L/usr/local/lib -L/lib -L/usr/lib -L/mingw64/lib -L/usr/lib -L/mingw64/lib -L/usr/lib -L/mingw64/lib -I/mingw64/include/mysql -I/mingw64/include -I/usr/include -I/usr/include -I/mingw64/include -I/usr/include -I/mingw64/include -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -DHAVE_MYSQL_MYSQL_H -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H If men could get pregnant, abortion would be a sacrament Now type make install
Cheers.
if you can modify the ./configure script so it succesfully detects msys and still works for everyone else - sure, make a PR! :)
cf. PR https://github.com/vanhauser-thc/thc-hydra/pull/553
Hello @vanhauser-thc,
For information I managed to compile
hydra
under an MSYS environment according few modifications to the configure file.LIBDIRS
INCDIRS
PostgreSQL path
Windres
I won't do a PR as I don't know if you want to officially support MSYS.
Proof of successful compilation :
Cheers.