Subject: gcc gotcha on netbsd-1-3 branch?
To: None <port-pmax@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: port-pmax
Date: 11/11/1998 19:17:42
hi folks.

i'm trying to update my stable pmax machines at work to NetBSD 1.3 branch
via source, and i found that after i installed new libraries, i needed a
new gcc because it was not linking crtbeginS.o for static binaries, and so
crt0.o was not finding fini() and init().

things seem OK since i installed a new gcc, which was OK to do since that
i hadn't broken dynamic links. :)

is this a known problem?  we should probably document it somewhere.