Yep, that works better … ☺. Thanks! Any pointers on fixing the OpenSSL “limitation”?
… Russell From: Selva Nair [mailto:selva.n...@gmail.com] Sent: Wednesday, November 25, 2015 11:08 AM To: Morris, Russell <rmor...@rkmorris.us> Cc: Heiko Hund <heiko.h...@sophos.com>; openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] OpenVPN-GUI now on GitHub + other Windows team things On Wed, Nov 25, 2015 at 11:48 AM, Morris, Russell <rmor...@rkmorris.us<mailto:rmor...@rkmorris.us>> wrote: Hi, Yep, that makes sense - but Selva was thinking this would ignore the libraries for now ... or did I misunderstand? Yes, as a first test its easier to build without openssl and with my suggested configure command you shouldn't need openssl. But just found out it needs a small tweak (the original worked for me because pkg-config was finding the native libcrypto on my machine and thus not triggering the error you see) So please run configure again as ./configure --prefix=/ --host=x86_64-w64-mingw32 --build=x86_64-pc-linux-gnu --program-prefix='' CFLAGS=-DDISABLE_CHANGE_PASSWORD OPENSSL_CRYPTO_LIBS="-L./" OPENSSL_CRYPTO_CFLAGS="-I./" Its a hack, but should work. Selva