sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit dc6c219257f284c868d17479c2d9c9a7f31a2afa
parent 96914440a757b2a8ce2f943cdb81c40927635068
Author: rofl0r <retnyg@gmx.net>
Date:   Sat, 16 Jun 2018 16:57:39 +0100

sucks: glib doesn't support static linking

Diffstat:
Msuckless.org/sucks/index.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md @@ -19,7 +19,8 @@ possible to avoid them. If you use them, consider looking for alternatives. since it [aborts in out-of-memory situations][8]. glib usage is required to write gtk+ and gnome applications, but is also used when common functionality is needed (e.g. hashlists, base64 decoder, etc). - it is not suited at all for static linking due to its huge size. + it is not suited at all for static linking due to its huge size and the + authors explicitly state that ["static linking is not supported"][19]. Alternatives: [libmowgli][9], [libulz][10] @@ -41,6 +42,7 @@ possible to avoid them. If you use them, consider looking for alternatives. [10]: https://github.com/rofl0r/libulz [11]: //libs.suckless.org/libzahl [12]: https://github.com/suiginsoft/hebimath +[19]: https://bugzilla.gnome.org/show_bug.cgi?id=768215#c16 Build Systems -------------