I'm trying to produce libxml2 DLLs for windows by cross compiling with mingw. The build process seems to produce the .a files, but I can't figure out how to get DLLs to build. Can anyone point me in the right direction?
Here is the configure command I used: $ CFLAGS='-DIN_LIBXML' ./configure --host=i386-mingw32 --disable-static --with-zlib=/tmp/cross --with-iconv=/tmp/cross --without-python --without-readline I can attach the entire build log if that helps. Thanks! -- Aaron Patterson http://tenderlovemaking.com/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
