This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Another bootstrap error: fixinc/gnu-regex.c and _nl_msg_cat_cntr
- To: <gcc at gcc dot gnu dot org>, Bruce Korb <bkorb at gnu dot org>
- Subject: Another bootstrap error: fixinc/gnu-regex.c and _nl_msg_cat_cntr
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Thu, 14 Dec 2000 11:53:03 +0100 (CET)
Yet another bootstrap error, this time in fixinc (which has never been
broken for me before).
Seen on i386-unknown-freebsd4.2 for a plain bootstrap with
./configure --enable-languages=c.
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I/sw/test/gcc/gcc/gcc/fixinc -I/sw/test/gcc/gcc/gcc/fixinc/.. -I/sw/test/gcc/gcc/gcc/fixinc/../config -I/sw/test/gcc/gcc/gcc/fixinc/../../include /sw/test/gcc/gcc/gcc/fixinc/gnu-regex.c
/sw/test/gcc/gcc/gcc/fixinc/gnu-regex.c:158: warning: function declaration isn't a prototype
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I/sw/test/gcc/gcc/gcc/fixinc -I/sw/test/gcc/gcc/gcc/fixinc/.. -I/sw/test/gcc/gcc/gcc/fixinc/../config -I/sw/test/gcc/gcc/gcc/fixinc/../../include /sw/test/gcc/gcc/gcc/fixinc/fixlib.c
gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I/sw/test/gcc/gcc/gcc/fixinc -I/sw/test/gcc/gcc/gcc/fixinc/.. -I/sw/test/gcc/gcc/gcc/fixinc/../config -I/sw/test/gcc/gcc/gcc/fixinc/../../include -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o gnu-regex.o fixlib.o ../../libiberty/libiberty.a
gnu-regex.o: In function `re_compile_pattern':
/sw/test/gcc/gcc/gcc/fixinc/gnu-regex.c(.text+0x7fee): undefined reference to `_nl_msg_cat_cntr'
/sw/test/gcc/gcc/gcc/fixinc/gnu-regex.c(.text+0x8015): undefined reference to `dcgettext__'
/sw/test/gcc/gcc/gcc/fixinc/gnu-regex.c(.text+0x8024): undefined reference to `_nl_msg_cat_cntr'
/sw/test/gcc/gcc/gcc/fixinc/gnu-regex.c(.text+0x8055): undefined reference to `dcgettext__'
gnu-regex.o: In function `regerror':
/sw/test/gcc/gcc/gcc/fixinc/gnu-regex.c(.text+0x83f2): undefined reference to `_nl_msg_cat_cntr'
/sw/test/gcc/gcc/gcc/fixinc/gnu-regex.c(.text+0x8419): undefined reference to `dcgettext__'
/sw/test/gcc/gcc/gcc/fixinc/gnu-regex.c(.text+0x8428): undefined reference to `_nl_msg_cat_cntr'
/sw/test/gcc/gcc/gcc/fixinc/gnu-regex.c(.text+0x8459): undefined reference to `dcgettext__'
gmake[3]: *** [full-stamp] Error 1
gmake[3]: Leaving directory `/files/pfeifer/OBJ-1214-10:41/gcc/fixinc'
gmake[2]: *** [fixinc.sh] Error 2
gmake[2]: Leaving directory `/files/pfeifer/OBJ-1214-10:41/gcc'
gmake[1]: *** [stage_a] Error 2
gmake[1]: Leaving directory `/files/pfeifer/OBJ-1214-10:41/gcc'
Gerald