Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - albatraoz

Pages: [1]
1
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: December 08, 2013, 03:13:11 pm »
Am I the only one having issues compiling PTSMiner on a Debian 6 system perhaps? It's a KVM virtual machine.

Error below =

make -f makefile.unix
g++ -Wl,-z,relro -Wl,-z,now  -o ptsminer  obj/cpuid.o obj/sha512_avx.o obj/sha512_sse4.o obj/sha512.o obj/sph_sha2.o obj/sph_sha2big.o obj/main_poolminer.o  -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -Wl,-Bdynamic -l z -l dl -l pthread
/usr/bin/ld: warning: libboost_system.so.1.54.0, needed by /usr/local/lib/libboost_filesystem.so, may conflict with libboost_system.so.1.42.0
obj/main_poolminer.o: In function `void boost::this_thread::sleep<boost::posix_time::seconds>(boost::posix_time::seconds const&)':
main_poolminer.cpp:(.text._ZN5boost11this_thread5sleepINS_10posix_time7secondsEEEvRKT_[void boost::this_thread::sleep<boost::posix_time::seconds>(boost::posix_time::seconds const&)]+0x2e0): undefined reference to `boost::this_thread::hiden::sleep_until(timespec const&)'
obj/main_poolminer.o: In function `CMasterThread::run()':
main_poolminer.cpp:(.text._ZN13CMasterThread3runEv[CMasterThread::run()]+0x15b): undefined reference to `boost::thread::start_thread_noexcept()'
collect2: ld returned 1 exit status
make: *** [ptsminer] Error 1


------


Everything necessary for the compile is installed afaik, as I've tried re-doing it aswell.

Pages: [1]