Date: Mon, 11 Apr 2016 15:05:46 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207110] net-p2p/bitcoin fails to build Message-ID: <bug-207110-13-5wcuwxLtgi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207110-13@https.bugs.freebsd.org/bugzilla/> References: <bug-207110-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207110 Andriy Voskoboinyk <avos@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |avos@freebsd.org --- Comment #18 from Andriy Voskoboinyk <avos@freebsd.org> --- > /usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNA= MIC' > 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=3Dlink g++ > ... > /usr/local/bin/ld: qt/qt_bitcoin_qt-bitcoin.o: undefined reference to sym= bol=20 > '_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). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207110-13-5wcuwxLtgi>