Would love to mine this but can't get wallet working in xubuntu 13.10
compile craps out with:
/usr/bin/ld: cannot find -lboost_system-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw48-mt-s-1_55
collect2: error: ld returned 1 exit status
make: *** [execoin-qt] Error 1
Tried installing boost1.55 but same error
QT Creator gives me:
overviewpage.moc - no such file or directory in overviewpage.cpp
And the execoind binary from the website fails with:
./execoind: error while loading shared libraries: libboost_system.so.1.48.0: cannot open shared object file: No such file or directory
Anyone have a working qt binary they could share?