Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
CVSROOT: /cvs Module name: cvsnt Changes by: abarrett at nodomain.org Fri Jul 11 06:00:18 2008 On host: debiancvs.march-hare.local Directory: cvsnt/libxml M elfgcchack.h CVSNT_2_0_x 1.1.2.1 -> 1.1.2.2 Bug Id: M globals.c CVSNT_2_0_x 1.1.2.1 -> 1.1.2.2 Bug Id: M xmlmemory.c CVSNT_2_0_x 1.1.2.1 -> 1.1.2.2 Bug Id: Directory: cvsnt/libxml/include/libxml M xmlmemory.h CVSNT_2_0_x 1.1.2.1 -> 1.1.2.2 Bug Id: Log message: Try and find out why xmlFree() fails to link on HPUX. At first I thought this was just due to threading - but it is also that when threading is disabled then xmlFree() is just #defined to free() which is dynamically loaded through the c-runtime. HPUX has a fit if you try and mix dynamic and static libraries this way (app->sharedlib->staticlib is OK), so I'm defining a nice xmlHPUXFree() function in libxml instead.