On Sun, Nov 14, 2010 at 21:31:42 -0800, Dan Nicholson wrote:

> Why not just make libxf86config into a libtool library? Then libtool
> will take care of all the PIC details, follow the --with-pic
> configuration, and be static or shared as requested by the user.
> Here's an untested diff, but I think it's all it would take (gmail has
> surely broken the whitespace).
> 
If you want to install it as a shared library you also want to track its
ABI and give it a SONAME, which is more work.  Shipping it as a PIC
static lib which you don't have to be as careful with possible ABI
breaks, but you can still embed it in something like a python module
(which must be PIC).

Cheers,
Julien
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to