[xml] valgrind complains about "still reachable"

2009-11-07 Thread Carlos basura
i cant find where the problem is. i have simplified my source code to a single file, 31 lines long, and yet, cant still find where the problem is http://codepad.org/I8cZrffL (disregard the compile errors, the page dosnt have libxml2 support apparently) compiled like this gcc `xml2-config --cfla

Re: [xml] MSYS and MINGW: undefined reference to _imp__xmlFree

2009-11-07 Thread Roumen Petrov
Martin Schlemmer wrote: Hi, [SNIP] It seems to me Martin is right but proposed patch is not correct to me. I think that code has to set LIBXML_STATIC internally when is compiled for static library. As libxml build is libtool based we may use PIC definition. libtool when compile source for sh