I'm trying to use libxml2 (v2.2.6.0) with mingw under win7 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.ge.../msg00003.html
But still doesn't work.
Any idea ?
thanks...
This can be fixed by using the "--disable-shared" flag to configure, e.g.:
./configure --prefix=/mingw --disable-shared
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With