libtool -version-info
libtool -version-info
- Subject: libtool -version-info
- From: email@hidden (Jack Howarth)
- Date: Mon, 18 Apr 2005 22:38:08 -0400 (EDT)
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden