On 29 May 2010 01:15, Luis Lavena <[email protected]> wrote: > If the problem is Ubuntu mingw32 package, any suggest about installing > mingw-w64 to target 32bits applications that do not interfere with > Ubuntu? >
You can try $ sudo apt-add-repository ppa:mingw-w64/daily-builds $ sudo apt-get update $ sudo apt-get install w64-toolchain and then use --host=i686-w64-mingw32 or --host=x86_64-w64-mingw32 hosts both toolchains are included in the package It's not actually daily builds yet =) Note it is not currently binary compatible with Sezero builds (in the ppa it _is_ currently using leading underscores on x86_64) and there is different set of patches applied - ppa is based on the ubuntu gcc/binutils patchset. Alternatively you can install Sezero builds from sourceforge. Look up the website for instructions - you will probably want Personal Builds, Sezero, <arch>-linux-<build>-bin tarball or something like that =) ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
