BlockPo / BlockPo-to-Tradelayer

Incubation Repo for the TradeLayer protocol, 0.2.0
http://www.tradelayer.org
Other
8 stars 8 forks source link

Link with libc++ err. #456

Closed sinetek closed 3 years ago

sinetek commented 3 years ago

This ticket is about some compilation error I'm encountering now,

/usr/local/bin/ld: univalue/.libs/libunivalue.a(libunivalue_la-univalue.o): undefined reference to symbol '_ZTv0_n24_NSt3__113basic_ostreamIcNS_11char_traitsIcEEED0Ev'
/usr/local/bin/ld: /usr/lib/libc++.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
gmake[2]: *** [Makefile:4491: litecoin-cli] Error 1
gmake[2]: *** Waiting for unfinished jobs....
/usr/local/bin/ld: libbitcoin_util.a(libbitcoin_util_a-strencodings.o): undefined reference to symbol '_ZNKSt3__16locale9use_facetERNS0_2idE'
/usr/local/bin/ld: /usr/lib/libc++.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
gmake[2]: *** [Makefile:4772: test/test_litecoin_fuzzy] Error 1
/usr/local/bin/ld: libbitcoin_util.a(libbitcoin_util_a-strencodings.o): undefined reference to symbol '_ZNKSt3__16locale9use_facetERNS0_2idE'
/usr/local/bin/ld: /usr/lib/libc++.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
gmake[2]: *** [Makefile:4495: litecoin-tx] Error 1
/usr/local/bin/ld: libbitcoin_util.a(libbitcoin_util_a-strencodings.o): undefined reference to symbol '_ZNKSt3__16locale9use_facetERNS0_2idE'
/usr/local/bin/ld: /usr/lib/libc++.so.1: error adding symbols: DSO missing from command line
/usr/local/bin/ld: bench/bench_litecoin-bench.o: undefined reference to symbol '_ZNKSt3__16locale9use_facetERNS0_2idE'
/usr/local/bin/ld: /usr/lib/libc++.so.1: error adding symbols: DSO missing from command line
sinetek commented 3 years ago

This was probably due to a broken build environment on my side, closing.