On Sat, May 14, 2005 at 05:28:10AM -0600, Ed Hartnett wrote:
> In the case of shared library versions, what about the header file?
> 
> Most libraries (including the one I am converting to libtool) have a
> header file that is installed along with the library.
> 
> Although the versioning scheme is very clever about letting me have
> multiple libraries of different major versions, is there any
> equivalent way to handle the header files of different versions?

Take a look at the way glib handles this. The encode the ABI in the
library name and the path to the include files.

-- 
albert chin ([EMAIL PROTECTED])


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to