All,

The Python lxml case (PSARC 2009/579) required that there be a 64-bit
version of the shared objects.  I filed defect 12535 to track this
issue.

webrev:

        http://cr.opensolaris.org/~johnfisc/lxml/

Open Solaris defect:

        12535 - lxml need 64-bit version of the shared objects

The fix is to use the -m64 option for the C compiler within the
Makefile.  The one odd thing about the make is that repeated builds
would not complete cleanly because of remaining .so files so I had to
add some code to clean things up within the Makefile.  The other part
of the fix is an update to the appropriate prototype files to build
the resulting package.

When someone has a chance I would appreciate a review.

Thanks,

John

Reply via email to