static build gtkdialog
I wonder if it is possible to compile gtkdialog statically?
Discussion, talk and tips
https://forum.puppylinux.com/
I wonder if it is possible to compile gtkdialog statically?
Maybe but it doesn't sound like a good idea. For a true static build you'd have to include gtk2 or gtk3, glib, X libs and what not. It would be a HUGE executable.
step wrote: Sat Sep 23, 2023 9:40 amMaybe but it doesn't sound like a good idea. For a true static build you'd have to include gtk2 or gtk3, glib, X libs and what not. It would be a HUGE executable.
And Wayland makes things much worse, because GTK+ needs portals (via D-Bus) to function, so the executable linked statically against GTK+ is not truly standalone.
(Plus GTK+ won't be able to load modules, so no IME support, among other problems)