schmidt%beaver.ics.uci.edu@ORION.CF.UCI.EDU ("Douglas C. Schmidt") (09/29/88)
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