This file is part of mingw-cross-env. See doc/index.html for further information. This patch has been taken from: http://sourceforge.net/tracker/?func=detail&aid=3071775&group_id=52781&atid=468023 diff -urN a/configure.in b/configure.in --- a/configure.in 2010-09-19 01:19:25.000000000 +0200 +++ b/configure.in 2010-09-20 11:41:01.573680715 +0200 @@ -167,8 +167,8 @@ if test "x$with_gnutls" = "xyes"; then AC_MSG_RESULT(yes) WSDL2H_EXTRA_FLAGS="-DWITH_GNUTLS -DWITH_GZIP" - WSDL2H_EXTRA_LIBS="-lgnutls -lgcrypt -lz" - SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lz" + WSDL2H_EXTRA_LIBS="-lgnutls -lgcrypt -lgpg-error -lz" + SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz" WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a" else AC_MSG_RESULT(no)