Subject: Re: Static Linking
To: None <rmk@rmkhome.com>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: netbsd-users
Date: 01/22/2003 18:15:44
> I've seen it fairly widely communicated that Solaris 10 will no longer
> support building static libraries or linking against them. 

Solaris 10 will not include static versions of system libraries or
statically linked binaries; *however* the ability to build your own
static archive libraries will not go away, so (among other things)
most makefiles will require no change.

						- Bill