On Thu, May 13, 2010 at 10:58 AM, LRN <[email protected]> wrote: > On 13.05.2010 21:43, Aaron Patterson wrote: >> 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! >> >> > Try adding LDFLAGS="-no-undefined" to configure line, build, and then > review the build log (just a wild guess)
Still not finding them. Here is the entire build log: http://gist.github.com/400240 -- Aaron Patterson http://tenderlovemaking.com/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
