This is the mail archive of the gcc@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]
Other format: [Raw text]

alphaev67 compilation error with basic gcc-3_0-branch


Hello,
I do not know if this has been mentioned yet, but here is 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

thanks,
Matt Bemis


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