toplev.c:2452: Undefined symbol `_output_lang_identify' referencedfrom text segment

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Sat May 16 13:18:00 GMT 1998


Under FreeBSD 2.2.6 the bootstrapping the current CVS snapshot fails with

gcc -DIN_GCC -g -DHAVE_CONFIG_H -o cc1 c-parse.o c-lang.o c-lex.o c-prag
ma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o
tople v.o version.o tree.o print-tree.o stor-layout.o fold-const.o
function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o
varasm.o rtl.o print-rtl.o r tlanal.o emit-rtl.o genrtl.o real.o regmove.o
dbxout.o sdbout.o dwarfout.o dwar f2out.o xcoffout.o bitmap.o alias.o
integrate.o jump.o cse.o loop.o unroll.o fl ow.o stupid.o combine.o
regclass.o local-alloc.o global.o reload.o reload1.o ca ller-save.o
insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit .o
insn-recog.o insn-extract.o insn-output.o insn-emit.o profile.o
insn-attrtab .o i386.o getpwd.o convert.o obstack.o
../../egcs/gcc/toplev.c:2452: Undefined symbol `_output_lang_identify'
referenced from text segment
gmake[2]: *** [cc1] Error 1
gmake[2]: Leaving directory `/files/pfeifer/OBJNEW/gcc'
gmake[1]: *** [bootstrap] Error 2
gmake[1]: Leaving directory `/files/pfeifer/OBJNEW/gcc'
gmake: *** [bootstrap] Error 2


The corresponding peace of code in toplev.c reads

  #ifdef ASM_IDENTIFY_LANGUAGE
    ASM_IDENTIFY_LANGUAGE (asm_out_file);
  #endif

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/




More information about the Gcc-bugs mailing list