Closed esternin closed 3 years ago
Can we have an option of make extrema-static that can be distributed as one large executable, no run-time libraries required?
make extrema-static
No, it will always have to depend on the system GTK and image libraries, linking GTK statically is not supported (by GTK). You could link wx libraries statically, of course, but this won't really help much.
Can we have an option of
make extrema-static
that can be distributed as one large executable, no run-time libraries required?