Xref: utzoo gnu.g++.help:636 comp.lang.c++:12387 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!unreplyable!garbage From: ulrik@TITAN.UNI-C.DK (Lars Ulrik NI projekt) Newsgroups: gnu.g++.help,comp.lang.c++ Subject: (none) Message-ID: <9103220948.AA00337@yosemite.inesc.pt> Date: 21 Mar 91 23:16:39 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: 30 but now I have run into problems trying to install GNU-g++ version 1.39. PROBLEM: -------- I am not able to compile 'collect.c'. My most successful attempt has been with the following makefile target: collect: collect.c config.h $(LIBDEPS) $(CC) -o collect $(PROFILE) $$COLLECT_OPTIONS $(CFLAGS) $(INCLUDES) collect.c -lc -lmld with the result: collect.c:75: warning: NO_UNDERSCORES redefined ld: Undefined: mips_section_threshold get_identifier *** Exit 1 To get this far I also had to insert #include "tree.h" in collect.c. collect.c needs to know about 'name_tree', 'tree', 'name_tree' etc. MACHINE: -------- Sony News NWS-3410. Based on a Mips R3000 cpu with a R3010. Runes BSD4.3 with COFF. HOPE: ----- To get in touch with people that has successfully installed GNU-g++ on a similar machine. Can you help me? Ulrik Hansen To: cbt Subject: collect.c