This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: Loading multiple versions of libstdc++


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]