Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!SUN.COM!tiemann From: tiemann@SUN.COM (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: G++-1.36 installation Message-ID: <8909172047.AA01353@teacake.sun.com> Date: 17 Sep 89 20:47:05 GMT References: <8909172024.AA16512@ion.sw.mcc.com> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@sun.com Distribution: gnu Organization: GNUs Not Usenet Lines: 23 Date: Sun, 17 Sep 89 15:24:01 CDT From: bsingh%ion.sw.MCC.COM@mcc.com (Baldev Singh) While making g++-1.36 (g++.xtar) I encountered the following error ld++ -X -o cc1plus crt0+.o cplus-tab.o cplus-decl.o cplus-typeck.o ........ insn-extract.c:2752: Undefined symbol _fatal_insn_not_found referenced from text segment unex-addr.c:7: Undefined symbol start referenced from text segment *** Error code 1 make: Fatal error: Command failed for target `cc1plus' ===================================================== I searched around for the function fatal_insn_not_found() but could not locate it. Could you suggest a fix around this problem. -Baldev You are mixing GNU C++ 1.35.98 with GNU CC 1.35.99. Wait a few days and I will distribute an updated version. Michael