Remix.run Logo
sirwhinesalot 13 hours ago

Have you actually tried to make a fully statically linked GUI app on Linux?

enriquto 9 hours ago | parent [-]

Just did it!

I had to add "-static" to LDFLAGS and "-lxcb -lXau -lXdmcp" to LDLIBS, for an increase in binary size from 1MB to 3MB. It's a plain X program, i guess if you use fancy toolkits it may be harder.

brnt 8 hours ago | parent [-]

If anything more than plain X is fancy to you...