kdev-kernel icon indicating copy to clipboard operation
kdev-kernel copied to clipboard

Make possible compilation on Debian stretch

Open richi235 opened this issue 8 years ago • 0 comments

-fPIC is needed because of the way the qt libraries are built for Debian.

From the build error message:

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

richi235 avatar Jul 16 '16 23:07 richi235