Hello all, i have tried to compile Ignition coin
https://github.com/ignitioncoin/ignitioncoin.
I am using :
with 4gb of ram, 4 cores of i5 processor, 40gb of hdd, swap size 10gb.
In virtual machine there is boost installed version 1.57, miniupnpc-1.6.20120509, and OpenSSL 1.0.2d 9 (/mnt/user/i686-w64-mingw32.static/include/openssl/opensslv.h).
I had an error with secp256k1, then i tried
./configure --host=i686-w64-mingw32.static
make
and now error that i have is as follows :
empty space, like full page A4
/mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lpthread
collect2: error: ld returned 1 exit status
make: *** [release/Ignition-qt.exe] Error 1
Anyone has an idea what might be causing this error?