Xref: utzoo gnu.g++.help:807 comp.lang.c++:13807 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!spool.mu.edu!caen!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!tut.cis.ohio-state.edu!unreplyable!garbage From: meissner@osf.org Newsgroups: gnu.g++.help,comp.lang.c++ Subject: (none) Message-ID: <9105312237.AA17105@curley.osf.org> Date: 31 May 91 22:37:08 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.g++.help Organization: Gatewayed from the GNU Project mailing list help-g++@prep.ai.mit.edu Lines: 25 red@bb.ai.mit.edu N.COM In-Reply-To: ellenberger@tle.enet.dec.com's message of 28 May 91 16:35:30 GMT Subject: g++ on DECstation with field_xref | I am trying to build g++ 1.39.0 or 1.39.1 with the field extensions | turned on. I get to what looks to be the final ld and it comes-up with | undefined for "debug_tree." This function is defined in the gcc version of | print-tree.c but not the g++ version. Did I forget to set some magic switch or | something? This is caused by GCC and G++ not being in sync. GCC 1.37 and previous revisions have an internal debugging routine called debug_dump_tree. GCC 1.39 renamed this to debug_tree, but G++ did not rename it. The function init_cumulative_args in config/out-mips.c calls it. Since it's within scaffolding for debugging the compiler, it can be deleted. In my current version of the MIPS sources, I have since deleted it. -- Michael Meissner email: meissner@osf.org phone: 617-621-8861 Open Software Foundation, 11 Cambridge Center, Cambridge, MA, 02142 You are in a twisty little passage of standards, all conflicting.