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
* 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
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