On Mon, Sep 16, 2002 at 11:31:40PM -0700, Mark Wedel wrote: > This issue of checking the proper version of the header/library should now > be fixed in CVS. Hard for me to test this particular setup, so if you can > confirm that it does now do the right thing, that would be great. It seems your solution is very broken. It assumes python library is sattic, and that has extension ".a". This will be wrong on many systems! You should never check for a library as a file. Your check will probably also break libtool plugin support (when it will be done in the libtool way), as libtool may need "*.la" version of library. Greets, Jacek