Xref: utzoo gnu.g++.help:635 comp.lang.c++:12386 Path: utzoo!utgpu!watserv1!watmath!uunet!ukma!rex!wuarchive!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: <9103211416.AA25866@titan.uni-c.dk> 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: 53 To: help-g++@prep.ai.mit.edu From: ulrik@titan.uni-c.dk Ulrik Hansen Institute For Numerical Analysis Technical University of Denmark Subject: Is is possible to install g++ on a SONY NEWS 3410? Hi, I have managed to get GNU-cc version 1.39 up an running on my Sony computer, 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