Post #1647258
2026-03-27 22:39 UTC
Sub-question to the above:
What alternatives are there to #gnulib for cross-platform C/C++ portability?
Replies (1)
-
@asllop@mastodont.cat 2026-03-28 06:41
@thelastpsion musl is a great libc, perfect for static linking. If you want "build-once run-everywhere", there is a cool project called Cosmopolitan (https://github.com/jart/cosmopolitan), but I never used it so I can't say much.