Author

Topic: Errors cross compiling windows qt wallet on Linux. (Read 112 times)

newbie
Activity: 38
Merit: 0
Turns out the boost ones are caused by developers removing folders necessary to compiling the windows qt. I tried https://github.com/OlympicCoin/olympic and now I'm only missing -lecp256k1
newbie
Activity: 38
Merit: 0
Hey all,

I've been following this guide: https://bitcointalksearch.org/topic/m.11932265

And am stuck at this issue:
Code:
/mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lsecp256k1
/mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_system-mgw49-mt-s-1_57
/mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_filesystem-mgw49-mt-s-1_57
/mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_program_options-mgw49-mt-s-1_57
/mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_chrono-mgw49-mt-s-1_57
collect2: error: ld returned 1 exit status

I've seen posts of other people having this issue, but none where they clearly post the resolution after fixing it.

Has anyone run into this before? If anyone has any information on getting past this it would be hugely appreciated.
Jump to: