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]

Re: libstdc++ compatibility


On Sat, 17 Oct 1998, Jeffrey A Law wrote:

: If there's not any other binary compatibility problems disabling thread
: support at configure time may give Red Hat a way to upgrade from egcs-1.0.3.

Um, what's wrong with `ship the appropriate runtime binary shlib
separately'?

If you're compiling C++ shared libraries, you should be expecting to lose
binary compatibility in the next generation of the library.  C++ is
_extremely_ difficult (and in some cases impossible) to keep binary
compatibility with.

We found this out the hard way with NetBSD 1.3 - a seemingly minor change
should have been a major shlib bump, and wasn't; hence NetBSD 1.2 C++
binaries broke on NetBSD 1.3.

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)



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