2013/11/20 Alexey Pavlov <[email protected]>
>
> Hi!
>
> I want to ANNOUNCE that I create two pacman repositories for MinGW-w64
> toolchains for MSYS2:
>
> https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/
> https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/
>
> This toolchains builded with threads=posix no-multilib - dwarf and seh
> exceptions.
>
> You can install both 32 and 64 bit toolchain in one MSYS2. Toolchains are
> installing into /mingw32 and /mingw64 folders.
> To install toolchains first you need update pacman. If you have trouble
> with updating like
>
> error: failed retrieving file 'mingw.db' from sourceforge.net : The
> requested URL returned error: 404 Not Found
>
> then you need to *comment two lines in /etc/pacman.conf*:
> [mingw]
> Server=...
>
> Damn, press key for send message :)
After updating pacman you need update database again by pacman -Syu.
Then you can install toolchain by typing:
pacman -S mingw-w64-i686-toolchain
or
pacman -S mingw-w64-x86_64-toolchain
It installs full MinGW-w64 GCC with prerequisites. If you don't need full
GCC then you can install only needed languages. Variants are:
32bit:
mingw-w64-i686-gcc - C/C++
mingw-w64-i686-ada
mingw-w64-i686-fortran
mingw-w64-i686-objc - ObjC/ObjC++
64bit:
mingw-w64-x86_64-gcc - C/C++
mingw-w64-x86_64-ada
mingw-w64-x86_64-fortran
mingw-w64-x86_64-objc - ObjC/ObjC++
PKGBUILD's scripts for mingw packages located here:
https://github.com/Alexpux/MINGW-packages
After installing toolchains you can use it by start mingw32_shell.bat or
mingw64_shell.bat. By starting this scripts /etc/profile place /mingw32/bin
or /mingw64/bin in first place of PATH environment variable.
Regards,
Alexey.
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public