Here's yet more information... > Does your compiler define __STDC__ ? No it doesn't and that's where the problem lies. I cannot add "-D__STDC__" to the CPPFLAGS because in this case cc generates a systematic warning that configure does not seem to appreciate. I managed to compile the thing by adding "#define __STDC__" in portable.h which is not very elegant. Frederic.