[gnu.g++.bug] G++-1.36 installation

tiemann@SUN.COM (Michael Tiemann) (09/18/89)

   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