Post
Topic
Board Altcoin Discussion
Re: [HOWTO] compile altcoin for windows on linux using mxe and mingw
by
sic_null
on 13/06/2018, 00:10:38 UTC
How do we fix thee BIGNUM error, I think that could help a lot.

Okay, easiest way i've found is this.

Head to

Code:
cd /mnt/mxe/src

Then

Code:
gedit openssl.mk

Change

Code:
$(PKG)_VERSION  := 1.1.0h

$(PKG)_CHECKSUM := 5835626cde9e99656585fc7aaa2302a73a7e1340bf8c14fd635a62c66802a517

To

Code:
$(PKG)_VERSION  := 1.0.2o

$(PKG)_CHECKSUM := ec3f5c9714ba0fd45cb4e087301eb1336c317e0d20b575a125050470e8089e4d

Then rebuild.

Code:
cd ..

make build-only-openssl_i686-w64-mingw32.static