static linking #8

Open
opened 2023-01-25 13:56:28 +01:00 by Haijo7 · 1 comment
Owner
No description provided.
Author
Owner

libc needs to be linked statically.
glibc has made changes that broke userspace in the past, statically linking musl prevents this.

SDL doesn't need to be linked statically, it has an API that allows users, distro maintainers and other programs (like steam) to load newer versions of SDL.
Not sure if all of that also works with sdl_image and sdl_mixer.
i will probably also need to link physfs statically

libc needs to be linked statically. glibc has made changes that broke userspace in the past, statically linking musl prevents this. SDL doesn't need to be linked statically, it has an API that allows users, distro maintainers and other programs (like steam) to load newer versions of SDL. Not sure if all of that also works with sdl_image and sdl_mixer. i will probably also need to link physfs statically
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Haijo7/rectangle_descend#8
No description provided.