Re: [Mingw-w64-public] cross-compile fail

2009-09-07 Thread Wolfgang Glas
Hi Matthew, I'm currently building up a debianized cross-compiler toolchain for ubuntu hardy and jaunty. Please consider to use our PPA https://www.launchpad.net/~clazzes.org/+archive/ppa and give us feedback on the toolchain there. I'm currently relying on gcc-4.4.0-1 and will update the pa

[Mingw-w64-public] cross-compile fail

2009-09-07 Thread Matthew Talbert
Hi all, I'm attempting to build a cross-compile toolchain on Ubuntu-JJ. I'm building with the following script: #! /bin/sh top_dir=`pwd` cd binutils/src mkdir build cd build ../configure --target=x86_64-w64-mingw32 \ --enable-targets=x86_64-w64-mingw32,i686-w64-mingw32 if make ; then e