Bitcoin Forum

Economy => Services => Topic started by: undead93 on March 09, 2018, 01:54:02 AM



Title: Problem compile qt wallet window
Post by: undead93 on March 09, 2018, 01:54:02 AM
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


Title: Re: Problem compile qt wallet window
Post by: Sellingaccs on March 09, 2018, 07:47:53 AM
I can settle this error, however can you escrow the funds or pre pay by any chance?
It will take some hours for me, so i would feel more comfortable with escrowed funds so i can be sure that my work does not go without a pay.
Let me know about your decision via PM, as i know how to solve this.


Title: Re: Problem compile qt wallet window
Post by: deisik on March 09, 2018, 10:11:41 AM
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