web commit by JoshTriplett: asprintf and glibc
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 4 Jul 2007 18:29:56 +0000 (18:29 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 4 Jul 2007 18:29:56 +0000 (18:29 +0000)
doc/index/discussion.mdwn

index 38c663228234aad443b6b8f6ad95bca048662c71..fd3631c07ad102ccc8b41cd231f465d9f5c7d974 100644 (file)
@@ -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