linking with libstdc++
Nathan Myers
ncm-nospam@cantrip.org
Wed Jul 24 07:55:00 GMT 2002
On Wed, Jul 24, 2002 at 12:25:30PM +0400, Michael Fimin wrote:
> Does anybody tried to link statically with libstdc++ to produce shared object
> (*.so) library?
The license does not allow you to static-link the library into
your program. It must be remain a shared library.
You cannot use gcc-2.95.2 to build the current version of the library.
Note that the last version that could be built with gcc-2.95 is not
thread-safe on Solaris.
Nathan Myers
ncm at cantrip dot org
More information about the Libstdc++
mailing list