This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/4772: missing stdbool.h
- To: rodrigc at gcc dot gnu dot org
- Subject: Re: bootstrap/4772: missing stdbool.h
- From: "Golubev I. N." <gin at mo dot msk dot ru>
- Date: Sat, 03 Nov 2001 14:59:38 (GMT)
- CC: gcc-bugs at gcc dot gnu dot org
> configure should detect if you
> have stdbool.h or not, and #define HAVE_STDBOOL_H to 1
Yes, removing config.cache should help with that, and break the
configuration totally by eliciting eight or so more bugs.
More exactly, gcc-3.0.1 (which is old cc) fails to compile (but not to
preprocess!) file that includes it when run as part of its regular
installation with "stdbool.h" in `gcc-lib' hierarchy. gcc-3.0.1 is ok
if "stdbool.h" is copied into some non- standard $dir and `-I$dir' is
specified.
Will try to rerun `configure' fresh.