Re: [xml] undefined reference to / segfault on _imp__xmlFree in code::blocks on WinXP

2013-01-09 Thread Martin Schlemmer
>>> On 1/9/2013 at 4:59 PM, Martin Schlemmer wrote: > If its a later version of libxml with shared import library (ie. linking to > the DLL via the .dll.a import library - if built via ./configure && make; I > do not use) This should have been: I do not use win32/Makefile.mingw or win32/conf

Re: [xml] undefined reference to / segfault on _imp__xmlFree in code::blocks on WinXP

2013-01-09 Thread Martin Schlemmer
[Resend as it seemed to have gotten lost] >>> On 1/8/2013 at 5:29 PM, Eduard Budaca wrote: > I am using Code::Blocks with the GNU GCC compiler on Windows XP. > I am currently learning to use libxml2 so I am trying the tutorials. > Everything worked fine until trying xmlFree(), whick resulted in