[Pkg-bitcoin-devel] Bug#777983: Different problem in 0.10.2.2
Matthias Klose
doko at debian.org
Sun Jul 26 10:45:58 UTC 2015
> Which is the case since 5.4.2 reached unstable on june 22. What that message
> is telling you is that you need to build litecoin with -fPIC.
#if !defined(QT_BOOTSTRAPPED) && defined(QT_REDUCE_RELOCATIONS) &&
defined(__ELF__) && \
(!defined(__PIC__) || (defined(__PIE__) && defined(Q_CC_GNU) && Q_CC_GNU >=
500))
# error "You must build your code with position independent code if Qt was
built with -reduce-relocations. "\
"Compile your code with -fPIC (-fPIE is not enough)."
#endif
looks like you can't use -fPIE? but yes, -fPIC is missing.
More information about the Pkg-bitcoin-devel
mailing list