Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Make possible compilation on Debian stretch #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

richi235
Copy link

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

-fPIC is needed becauso 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)
."
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant