Path: utzoo!utgpu!water!watmath!uunet!labrea!rutgers!tut.cis.ohio-state.edu!ORION.CF.UCI.EDU!schmidt%beaver.ics.uci.edu From: schmidt%beaver.ics.uci.edu@ORION.CF.UCI.EDU ("Douglas C. Schmidt") Newsgroups: gnu.g++.bug Subject: Getting g++ 1.27 to work on sun3 running sun 4.0 Message-ID: <8809282200.aa20072@PARIS.ICS.UCI.EDU> Date: 29 Sep 88 05:00:04 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 19 Hi, I just installed 1.27 on our sun 3 network running sunos 4.0. In order to make ld++ happy I had to make the following change to config-sun4.h. change #define LINK_SPEC "%{!e*:-e start} -dc -dp" to #define LINK_SPEC " -dc -dp" Otherwise ld++ complained about ``start'' being an undefined symbol. Doug