the two patches below force static linking on win32 in libxml2 and libxslt for .exe's when the libraries are built using a static version of the cruntime (/MT, /MTd, /ML, and /MLd). these patches fix the breakage discussed previously on the xslt list, and found also to occur in xmllint.exe. http://mail.gnome.org/archives/xslt/2005-January/msg00069.html quoting http://support.microsoft.com/kb/q140584/ "You cannot pass a FILE* or file handle across a CRT-boundary and expect the "stdio low-level IO" to work." jr
Attachment:
libxml-mt-fix.patch
Description: Text document
Attachment:
libxslt-mt-fix.patch
Description: Text document