site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Can anyone explain exactly how libtool sets the compatibility level of a library under MacOS X? In building freeglut 2.2.0 under Panther, I noticed that while a libfreeglut.3.8.dylib is created, this library has a compatibility version of 12.0.0. The Makefile.am and Makefile.in files both have a line with... lib@LIBRARY@_la_LDFLAGS = -version-info 11:0:8 According to the documentation at... http://www.delorie.com/gnu/docs/libtool/libtool_34.html While I can see how libtool might get an so versioning of 3.8 from those numbers... current - age = 11 -8 = 3 Does anyone know how the .so versioning is supposed to relate to the current, revision and age fields of -version-info? Jack _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com