Post
Topic
Board Services
Re: Problem compile qt wallet window
by
deisik
on 09/03/2018, 10:11:41 UTC
windows10 -- with secp256k1  ,the error as follow , how to fix it , thanks

C:/MinGW/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lsecp256k1
collect2.exe: error: ld returned 1 exit status
Makefile.Release:408: recipe for target 'release\BitcoinFinal-qt.exe' failed
mingw32-make: *** [release\BitcoinFinal-qt.exe] Error 1

this github link

https://github.com/kampungcoin/BitcoinFinal

settle this error..i will pay 0.02 btc

I'm not very familiar with custom builds of Bitcoin Qt wallet on Windows, but you might be missing an OpenSSL library here (or your version doesn't have the required security algorithm compiled). Install an OpenSSL package somewhere and try rebuilding the source and post the output here

This is sort of common error