> 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.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to