Georg Baum wrote: > Am Sonntag, 25. März 2007 12:35 schrieb Peter Kümmel: > >> Can I assume that glibc is on all linux machines? > > Not all, but almost all. Some use alternative libcs, e.g. dietlibc. > >> If not, what is >> the best way to test for it? > > Test whether e.g. iconv_open() is available in libc (AFAIK this is what > autotools do). >
Thanks, next time I first look at the autotool files before asking. ;) > > Georg > -- Peter Kümmel