Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SUN COIN - Poloniex,MintPal,CryptoRush + NOW ON COINMARKETCAP.com ! HOT !
by
CryptoCoinMania
on 14/03/2014, 01:38:57 UTC
I'm compiling by source on Debian:

suncoin/src/
 make -f makefile.unix USE_UPNP=-
 produces:

 g++ -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/suncoin/src -I/suncoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -o suncoind obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/init.o obj/irc.o obj/keystore.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/rpcnet.o obj/rpcrawtransaction.o obj/script.o obj/scrypt.o obj/sync.o obj/util.o obj/wallet.o obj/walletdb.o obj/noui.o -Wl,-z,relro -Wl,-z,now -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread
 /usr/bin/ld: cannot find -lboost_thread
 collect2: ld returned 1 exit status
 make: *** [suncoind] Error 1



 Using:
 make -f makefile.unix BOOST_LIB_SUFFIX=-mt
 Allows it to compile, but the program will not run and this shouldn't be needed as it seems to work on other coins.

I compiled about 4 hours ago on debian with no problems.  Looks like it can't find the path to libboost.