From: joey Date: Wed, 4 Jul 2007 18:29:56 +0000 (+0000) Subject: web commit by JoshTriplett: asprintf and glibc X-Git-Tag: 2.4~58 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8ba83875b7e3f3151734e043eda767f041288ad3;p=ikiwiki.git web commit by JoshTriplett: asprintf and glibc --- diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 38c663228..fd3631c07 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -205,3 +205,5 @@ More specifically, Thanks, Joey et al., for a really cool tool. --Mike + +> Looks like the ikiwiki wrapper uses asprintf. glibc has that, and I think some other libc implementations have that, but apparently the Solaris libc does not. The same problem will come up on other platforms that don't use glibc. The ikiwiki wrapper needs to either avoid asprintf or use a portable asprintf implementation from somewhere like gnulib. --[[JoshTriplett]] \ No newline at end of file