Loading multiple versions of libstdc++
Joe Buck
jbuck@synopsys.com
Fri Jul 18 07:10:00 GMT 2003
On Thu, Jul 17, 2003 at 06:33:21PM -0400, srajguru@onebox.com wrote:
>
> Ok. Is it then possible to statically link libstdc++ in the library built with GCC 3.2.2 and then have a library built with GCC 2.95.3 call into it using only C-linkage (and also dynamically link libstdc++ for GCC 2.95.3).
It definitely will not work if stream I/O occurs in both the 2.95.3 part
and the 3.2.2 part, as the stream objects are completely different and
there is global state.
More information about the Gcc
mailing list