[xml] Error when cross compiling libxml2 2.9.1 for windows on linux.

2014-01-20 Thread Desmond Daignault
This is my first time trying to cross compile libxml2. I've been successful building it for windows using visual studio, but I need to cross compile it in order to support building swish-e (which also requires cross compiling). Everything seems to go smoothly, I get several .exe files created

Re: [xml] Error when cross compiling libxml2 2.9.1 for windows on linux.

2014-01-20 Thread Bjoern Hoehrmann
* Desmond Daignault wrote: ># iconv and zlib are the build directory for each, ensure the directory name ># is updated below if updating the version of those libraries. >./configure --prefix=${PWD}/../install \ >--without-threads \ >runxmlconf.o:runxmlconf.c:(.text+0x50d): undefined refere

Re: [xml] Error when cross compiling libxml2 2.9.1 for windows on linux.

2014-01-20 Thread Desmond Daignault
Thanks for the pointer. After reading through that script, changing my LDFLAGS to LDFLAGS="-L${PWD}/../install/lib -Wl,--export-all" solved the issue. -- Dez. -Original Message- From: Bjoern Hoehrmann [mailto:derhoe...@gmx.net] Sent: Monday, January 20, 2014 1:32 PM To: Desmond Daignau