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
richi235 wants to merge 1 commit into
Gnurou:masterfrom
richi235:master
Open

Make possible compilation on Debian stretch#19
richi235 wants to merge 1 commit into
Gnurou:masterfrom
richi235:master

Conversation

@richi235

Copy link
Copy Markdown

-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