On Wed, Nov 25, 2015 at 11:48 AM, Morris, Russell <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