This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Unsatisfied symbols: cpp_register_pragma (code), cpp_register_pragma_space (code)
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Unsatisfied symbols: cpp_register_pragma (code), cpp_register_pragma_space (code)
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Date: Fri, 8 Sep 2000 13:11:16 -0400 (EDT)
Forwarded message:
From dave Fri Sep 8 13:09:28 EDT 2000
Subject: Unsatisfied symbols: cpp_register_pragma (code), cpp_register_pragma_space (code)
To: egcs-bugs@gcc.gnu.orig
Date: Fri, 8 Sep 2000 13:09:28 -0400 (EDT)
From: "John David Anglin" <dave@hiauly1>
X-Mailer: ELM [version 2.4 PL25]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 1296
With todays cvs source, the following build error occured under hpux 10.20:
../stage1/xgcc -B../stage1/ -B/usr/local/hppa1.1-hp-hpux10.20/bin/ -DIN_GCC -g -O3 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -W -Wall -o ../cc1plus \
call.o decl.o errfn.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o xref.o repo.o dump.o optimize.o mangle.o ../c-common.o ../c-pragma.o ../c-semantics.o ../c-lex.o ../toplev.o ../libbackend.a ../intl/libintl.a ../../libiberty/libiberty.a
/usr/ccs/bin/ld: Unsatisfied symbols:
cpp_register_pragma (code)
cpp_register_pragma_space (code)
collect2: ld returned 1 exit status
make[3]: *** [../cc1plus] Error 1
make[3]: Leaving directory `/xxx/gnu/gcc-2.96/objdir/gcc/cp'
make[2]: *** [cc1plus] Error 2
make[2]: Leaving directory `/xxx/gnu/gcc-2.96/objdir/gcc'
make[1]: *** [stage_c] Error 2
make[1]: Leaving directory `/xxx/gnu/gcc-2.96/objdir/gcc'
make: *** [bootstrap-lean] Error 2
These calls originate from cp/lex.c (init_cp_pragma).
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)