Linked by Thom Holwerda on Tue 10th Feb 2009 18:31 UTC
Thread beginning with comment 348270
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: GCC4 and binary compatibility
by umccullough on Wed 11th Feb 2009 16:13
in reply to "GCC4 and binary compatibility"
Does a version compiled against GCC4 still break binary compatibility with existing BeOS apps?
Yes, unless you create a hybrid version which also contains gcc2 libraries. If you do this, the runtime_loader analyzes the elf header at startup and figures out what version of the libraries to load.




Member since:
2007-06-20
Does a version compiled against GCC4 still break binary compatibility with existing BeOS apps?