This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bootstrap/4772: missing stdbool.h


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]