This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: Possible ld.so modifications


On Tue, Dec 17, 2002 at 09:00:25PM +0000, Mike Hearn wrote:
> I don't understand why symbol versioning is the solution here... it'd be
> quite hard to make gtk2 abi compatable with gtk1 for instance, even

Well, if both gtk1 and gtk2 libs use symbol versioning, one marks all
its symbols with @@GTK_1.0 and the other one with @@GTK_2.0, then they can
happily coexist, as long as they have different sonames.

	Jakub


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