FYI, no joy … ☹. Configure below gives the following error, configure: error: Cannot find OpenSSL library
So still looking for OpenSSL. Thanks! … Russell From: Selva Nair [mailto:selva.n...@gmail.com] Sent: Sunday, November 22, 2015 1:22 PM To: Morris, Russell <rmor...@rkmorris.us> Cc: Samuli Seppänen <sam...@openvpn.net>; openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] OpenVPN-GUI now on GitHub + other Windows team things On Sun, Nov 22, 2015 at 12:33 PM, Morris, Russell <rmor...@rkmorris.us<mailto:rmor...@rkmorris.us>> wrote: Hi, Went to get started on this, and I admit – a lot of different and confusing information about the libraries and include files (and a lot of it contradicts it seems). Do you have a good source for the “right” files to grab? Thanks! To start with try without openssl. (each command below is on one line -- gmail may break the lines) $ git clone https://github.com/OpenVPN/openvpn-gui.git $ cd openvpn-gui $ autoreconf -i -v $ ./configure --prefix=/ --host=x86_64-w64-mingw32 --build=x86_64-pc-linux-gnu --program-prefix='' CFLAGS=-DDISABLE_CHANGE_PASSWORD OPENSSL_CRYPTO_LIBS="-L./" $ make That will build will get openvpn-gui.exe. Copy it to windows as run as administrator. All this assumes you have a setup with git, mingw-w64, automake, libtool installed. Selva