Micah Cowan wrote: > Is there a general guideline for what constitutes "Gnulib's supported > platforms"?
It's a moving target, but it can be defined roughly like this: - All platforms with a Unix like API, that are not older than ca. 6 years. This leads approximately to this list: glibc >= 2.1, MacOS X >= 10.2, FreeBSD >= 4.8, NetBSD >= 3.0, OpenBSD >= 3.4, AIX >= 4.3.2, HP-UX >= 11.00, IRIX 6.5, OSF/1 >= 5.1, Solaris >= 9, Cygwin, Interix. - mingw, where possible without too big hacks. Bruno