#libeconf — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #libeconf, aggregated by home.social.
-
Perfect example of linuxisms (or here rather glibcisms) I discussed in my #HaikuOS talk: Porting #libeconf after seeing the talk, and…
.libs/libeconf_la-keyfile.o: In function `getBoolValueNum':
/work/libeconf/libeconf/lib/keyfile.c:91: undefined reference to `strdupa'man strdupa -> "strdupa() and strndupa() are GNU extensions."
Still, they do have a configure.ac, and call AC_GNU_SOURCE, but no AC_CHECK_FUNC(strdupa) 😞