This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bug in gcc/po/POTFILES.in ?
- To: gcc at gcc dot gnu dot org
- Subject: bug in gcc/po/POTFILES.in ?
- From: Denis Chertykov <denisc at overta dot ru>
- Date: Wed, 13 Sep 2000 22:00:05 +0400
How can I compile gcc-core (or only C compiler from CVS) if
gcc/po/POTFILES.in have:
cp/call.c
cp/class.c
cp/cp-tree.h
cp/cvt.c
cp/decl.c
cp/decl.h
cp/decl2.c
cp/errfn.c
cp/error.c
cp/except.c
cp/expr.c
cp/friend.c
cp/g++spec.c
cp/inc/new.h
cp/init.c
cp/lang-options.h
cp/lang-specs.h
cp/lex.c
cp/lex.h
cp/method.c
cp/parse.c # generated only if I want to compile C++ even if I have cp/*
cp/parse.h # Likewise.
cp/pt.c
cp/ptree.c
cp/repo.c
cp/rtti.c
cp/search.c
cp/spew.c
cp/tinfo.h
cp/tree.c
cp/typeck.c
cp/typeck2.c
cp/xref.c
...
objc/objc-act.c
objc/objc-act.h
...
Denis.