This is the mail archive of the gcc-bugs@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]

CPP fails to build in current CVS when using cc for stage1


Zack,

	With current CVS, cpp fails to build on !GCC configurations.

On mips-sgi-irix6.2:

 > "../../egcs-CVS20000307/gcc/cppinit.c", line 941: error(1140): a
 > 	value of type "char *" cannot be used to initialize an entity
 > 	of type "char"
 > 	static const char no_arg[] = N_("Argument missing after `%s' option");
 
On alphaev5-dec-osf4.0b:

 > cc: Error: ../../egcs-CVS20000307/gcc/cppinit.c, line 941: In the
 > 	static initialization, the address cannot be converted to the
 > 	destination type.
 > static const char no_arg[] = N_("Argument missing after `%s' option");
 > -----------------------------^


On sparc-sun-solaris2.7:

 > cc -DIN_GCC -DSVR4 -g -DHAVE_CONFIG_H -o cppmain cppmain.o intl.o
 > 	libcpp.a obstack.o alloca.o ../libiberty/libiberty.a
 > ild: (undefined symbol) cpp_lookup -- referenced in the text segment
 > 	of libcpp.a(cpphash.o)
 > make[2]: *** [cppmain] Error 5

(Note the solaris error is different from the first two.)

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions

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