This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bootstrap failure (hppa2.0w-hp-hpux11.11/libiberty/config.h)
- From: Markus Werle <numerical dot simulation at web dot de>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 10 Jul 2003 13:19:32 +0200
- Subject: bootstrap failure (hppa2.0w-hp-hpux11.11/libiberty/config.h)
Hi!
Bootstrap fails for hppa2.0w-hp-hpux11.11 due to unset vars:
find . -name '*.h' -exec grep -H HAVE_LIMITS_H {} \;
./hppa2.0w-hp-hpux11.11/libiberty/config.h:/* #undef HAVE_LIMITS_H */
./libiberty/config.h:#define HAVE_LIMITS_H 1
./intl/config.h:#define HAVE_LIMITS_H 1
./gcc/auto-host.h:#define HAVE_LIMITS_H 1
hppa2.0w-hp-hpux11.11/libiberty/config.h seems to be broken.
All symbols are undefined. Was that intended?
A simple
cp ./libiberty/config.h ./hppa2.0w-hp-hpux11.11/libiberty/config.h
resolves the problem and bootsrap completes, leaving me with
a "perfect" compiler - well at least the C-part compiles fine.
Markus