Phil Edwards <[EMAIL PROTECTED]> writes: > > I don'know, if the libraries are compatible at "source level", the > > combination of g++ and library (from the same gcc source) should be. > > The standard C++ library is compatible at the source level (i.e., recompiles > should Just Work), with the exception of deprecated stuff and odd extensions.
It is *also* compatible on the binary level, is it not? I.e. if you mix objects build against libstdc++ from gcc 3.2 and 3.3, it should just work, no? Regards, Martin

