MIvanchev / static-wine32

A Docker recipe for building a statically compiled 32-bit Wine for x86_64
BSD 3-Clause "New" or "Revised" License
71 stars 3 forks source link

Idea: statically-link musl instead of dynamically linking glibc #6

Open RocketHog55 opened 1 year ago

RocketHog55 commented 1 year ago

https://musl.libc.org/

Even more static-linking fun, if it can work for this project.

MIvanchev commented 1 year ago

I would consider this, it's a good suggestion. Perhaps there is also a comparable libstdc++? The issue I see is that there will be a C/C++ std lib in every Wine DLL. Could become problematic if the libs are stateful.