Skip to content

Conversation

@hdijkema
Copy link
Contributor

Fix problem with linking on Linux using static library and code relocation.

In order to be able to link on Linux to other shared libraries,
while compiling e.g. a static webui library, the -fPIC is necessary.
This has been tested on Linux.

relocation problems in the code.

In order to be able to link on Linux to other shared libraries,
while compiling e.g. a static webui library, the -fPIC
is necessary. This has been tested on Linux.

Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
@hdijkema
Copy link
Contributor Author

It looks like the windows build is blocking this merge. Not related to this pull request.

Updated comment for clarity on linking shared libraries.
@AlbertShown AlbertShown merged commit 7445ef4 into webui-dev:main Oct 20, 2025
3 of 20 checks passed
@hdijkema hdijkema deleted the f-pic branch October 21, 2025 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants