[Bug 207110] net-p2p/bitcoin fails to build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 11 15:05:47 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207110
Andriy Voskoboinyk <avos at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |avos at freebsd.org
--- Comment #18 from Andriy Voskoboinyk <avos at freebsd.org> ---
> /usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNAMIC'
> can not be used when making a shared object; recompile with -fPIC
Linker should use Scrt1.o for PIE binary (not crt1.o)
> /bin/sh ../libtool --tag CXX --mode=link g++
> ...
> /usr/local/bin/ld: qt/qt_bitcoin_qt-bitcoin.o: undefined reference to symbol
> '_ZNSt3__18ios_base5clearEj'
> //usr/lib/libc++.so.1: error adding symbols: DSO missing from command line
Looks like you are trying to mix g++ compiled binary (bitcoin) with clang++
compiled one (boost-libs).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list