Angus Leeming wrote:
> Anyone got any idea about cross-compilation?
> This error message is baffling me. I specify '--host', so why is it
> trying to run the just built executable?
Got it.
../configure --with-packaging=windows \
--build='i686-pc-linux-gnu'
--host='i386-mingw32'
Interesting pack
Anyone got any idea about cross-compilation?
This error message is baffling me. I specify '--host', so why is it trying
to run the just built executable?
../configure --with-packaging=windows --with-included-gettext
--with-frontend='qt' --with-qt-dir=/home/angus/mingw-xcompile/qt3
--build='i386-mi