Path: utzoo!telly!attcan!uunet!bu-cs!bloom-beacon!bionet!rutgers!ucla-cs!oberon!wiener.usc.edu!zhao From: zhao@wiener.usc.edu Newsgroups: gnu.g++.bug Subject: Installation problem with SUN3 OS4.0 and the fix. Message-ID: <15763@oberon.USC.EDU> Date: 10 Mar 89 19:18:06 GMT Sender: news@oberon.USC.EDU Reply-To: zhao@wiener.usc.edu () Distribution: gnu Organization: University of Southern California, Los Angeles, CA Lines: 18 In g++-1.34.0, ld++ keeps complaining about the symbol "start" if the configuration is specified with "sun3os4". The problem stems from the fact that there is no "start" defined in gnnlib.o. The following patch fixes the problem. *** xm-sunos4.h Fri Mar 10 08:59:28 1989 --- xm-sunos4.h.old Tue Nov 22 23:15:40 1988 *************** *** 12,14 **** so don't use them if going to debug. */ ! #define LINK_SPEC "%{!e*:-e __start} -dc -dp %{g:-Bstatic} %{static:-Bstatic}" --- 12,14 ---- so don't use them if going to debug. */ ! #define LINK_SPEC "%{!e*:-e start} -dc -dp %{g:-Bstatic} %{static:-Bstatic}" This g++-1.34.0 is compiled with gcc-1.34 in a SUN3/60M OS4.0