zhao@wiener.usc.edu (03/11/89)
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