This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
dcgettext__ undefined cuases builds on alpha to FAIL
- From: bemis <bemis at iol dot unh dot edu>
- To: clp <clp at iol dot unh dot edu>, "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Mon, 10 Jun 2002 10:56:46 -0400
- Subject: dcgettext__ undefined cuases builds on alpha to FAIL
- Organization: University of New Hampshire
Greetings,
the following produces the error:
gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prot
otypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o cc1 \
c-parse.o c-lang.o c-errors.o c-lex.o c-pragma.o c-decl.o
c-typeck.o c-c
onvert.o c-aux-info.o c-common.o c-format.o c-semantics.o c-dump.o
libcpp.a top
lev.o libbackend.a obstack.o ../libiberty/libiberty.a
c-parse.o: In function `yyerror':
/mnt/buildsys/build/alpha6/basic/native/gcc-3_0-branch/gcc/c-parse.y:2394:
undef
ined reference to `dcgettext__'
/mnt/buildsys/build/alpha6/basic/native/gcc-3_0-branch/gcc/c-parse.y:2394:
undef
ined reference to `dcgettext__'
/mnt/buildsys/build/alpha6/basic/native/gcc-3_0-branch/gcc/c-parse.y:2394:
undef
ined reference to `dcgettext__'
/mnt/buildsys/build/alpha6/basic/native/gcc-3_0-branch/gcc/c-parse.y:2394:
undef
ined reference to `dcgettext__'
c-decl.o: In function `finish_struct':
/mnt/buildsys/source/gcc-3_0-branch/gcc/c-decl.c:5266: undefined
reference to `d
cgettext__'
c-decl.o:/mnt/buildsys/source/gcc-3_0-branch/gcc/c-decl.c:5266: more
undefined r
eferences to `dcgettext__' follow
collect2: ld returned 1 exit status
make[2]: *** [cc1] Error 1
make[2]: Leaving directory
`/mnt/buildsys/build/alpha6/basic/native/gcc-3_0-bran
ch/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory
`/mnt/buildsys/build/alpha6/basic/native/gcc-3_0-bran
ch/gcc'
make: *** [bootstrap] Error 2
is this a known problem?
Matt Bemis