------- Comment #2 from pinskia at gcc dot gnu dot org 2007-10-21 16:45 ------- Well, libtool needs to check the gcc version. The issue is that in 4.3, we call ld directly instead of libtool (Apple's libtool and not GNU libtool). So libtool needs to use dylib_compatibility_version/dylib_current_version instead of just compatibility_version/current_version.
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33851