PDA

View Full Version : QtCreator libxml2 error



stef13013
13th February 2011, 14:53
Hi,
I'm trying to use libxml2 (v2.2.6.0) in a Qt app. (under win7+mingw)
I added the lib -llibmlx2, but each time I compile I get :

error: undefined reference to `_imp__xmlFree'

On Google I found this:
http://osdir.com/ml/gnome.lib.xml.general/2004-02/msg00003.html

But still doesn't work.

Any idea ?

thanks...

wysota
13th February 2011, 23:33
How is this related to Qt?