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]

../tm.h:3: insn-codes.h: No such file or directory (bootstrap failureon i386-unknown-freebsd4.2)


Current GCC CVS sources fail to build on i386-unknown-freebsd4.2 due to
the following change:

  Thu Nov 23 01:01:32 2000  J"orn Rennecke <amylaar@redhat.com>

        * Makefile.in (HOST_CFLAGS): Add -DGENERATOR_FILE.
        [...]
        * configure.in: #include insn-codes.h in tm.h.

with the following failure mode:

  gmake[3]: Entering directory `/files/pfeifer/OBJ/gcc/intl'
  gcc -c -DIN_GCC -DLOCALEDIR=\"/sw/test/gcc/FreeBSD/share/locale\" -DGNULOCALEDIR=\"/sw/test/gcc/FreeBSD/share/locale\" -DLOCALE_ALIAS_PATH=\"/sw/test/gcc/FreeBSD/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/sw/test/gcc/gcc/gcc/intl -I/sw/test/gcc/gcc/gcc/lib -I/sw/test/gcc/gcc/gcc/intl/.. -I/sw/test/gcc/gcc/gcc/intl/../config -I/sw/test/gcc/gcc/gcc/intl/../../include  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  /sw/test/gcc/gcc/gcc/intl/intl-compat.c
  In file included from /sw/test/gcc/gcc/gcc/intl/../config/i386/xm-i386.h:43,
                 from ../config.h:7,
                 from /sw/test/gcc/gcc/gcc/intl/intl-compat.c:20:
  ../tm.h:3: insn-codes.h: No such file or directory
  gmake[3]: *** [intl-compat.o] Error 1
  gmake[3]: Leaving directory `/files/pfeifer/OBJ/gcc/intl'
  gmake[2]: *** [intl.all] Error 1
  gmake[2]: Leaving directory `/files/pfeifer/OBJ/gcc'

How can we fix that?

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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