Post
Topic
Board Altcoin Discussion
Errors cross compiling windows qt wallet on Linux.
by
BardonMe
on 14/05/2018, 15:01:48 UTC
Hey all,

I've been following this guide: https://bitcointalk.org/index.php?topic=1080289.msg11932265

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.