Andreas H�schler <[EMAIL PROTECTED]> writes: > Hi Peter, > >> In addition, in most cases, things built on 10.4 will also run on >> OLDER OS versions > > What exactly means "most cases" except the obvious API extension > reason?
Code built with GCC 4.0 needs >= 10.3.9 to run. That's not a huge problem though, because Apple includes GCC 3.3 as well, and apps built with that work with OS versions as old as anyone still cares about. > Why does code built one Jaguar not work on Tiger properly then? Ordinary Cocoa/Objective-C code should work fine. C++/Objective-C++ code might have problems because of the ABI changes. sherm-- _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
