On Thu, 1 Nov 2007, Bruno Haible wrote: > Well, then in a normal situation the AC_HEADER_STDBOOL macro should not > have set HAVE__BOOL to 1. > > I guess you have either the CONFIG_SITE variable set, or a config.site file > somewhere, or passed a --config-cache option to configure, or you configured > for one platform in the same directory as earlier for another platform, > without "make distclean" in between, or something like that?
None of that, but I did find a problem with the build environment after I tried the same build steps on another OpenLinux 3.1.1 box. Sorry about that. I got the build environment fixed now. .... $ grep -i bool lib/config.h /* Define to 1 if stdbool.h conforms to C99. */ /* #undef HAVE_STDBOOL_H */ /* Define to 1 if the system has the type `_Bool'. */ /* #undef HAVE__BOOL */ .... Builds fine but "make check" bombs. .... source='/opt/src/gnu/m4-1.4.10/tests/test-vasprintf-posix.c' object='test-vasprintf-posix.o' libtool=no \ DEPDIR=.deps depmode=gcc /bin/sh /opt/src/gnu/m4-1.4.10/depcomp \ gcc -I. -I../lib -I/opt/src/gnu/m4-1.4.10/tests -I. -I/opt/src/gnu/m4-1.4.10/tests -I.. -I/opt/src/gnu/m4-1.4.10/tests/.. -I../lib -I/opt/src/gnu/m4-1.4.10/tests/../lib -g -O2 -c /opt/src/gnu/m4-1.4.10/tests/test-vasprintf-posix.c gcc: Internal compiler error: program cpp got fatal signal 11 make[4]: *** [test-vasprintf-posix.o] Error 1 .... -- Tim Rice Multitalents (707) 887-1469 [EMAIL PROTECTED]