Re: [Mingw-w64-public] mingw-builds status

2015-08-23 Thread niXman
Martin Mitáš 2015-08-23 10:43: > Well, I was not enumerating all directories. So after taking another > look, you are right, there is [1.1] for example. But still there are > other dead-end directories like [1.2]. > > So the primary question still stands: What's the status of > mingw-builds? > >

Re: [Mingw-w64-public] mingw-builds status

2015-08-23 Thread Martin Mitáš
Well, I was not enumerating all directories. So after taking another look, you are right, there is [1.1] for example. But still there are other dead-end directories like [1.2]. So the primary question still stands: What's the status of mingw-builds? [1.1] https://sourceforge.net/projects/mingw-

Re: [Mingw-w64-public] mingw-builds status

2015-08-23 Thread Yaron Keren
There are files in [1], if you browse into two more directories deeper. 2015-08-23 9:02 GMT+03:00 Martin Mitáš : > Hello list, > > what's the status of the mingw-builds? I've noticed that [1] and [2] are > just empty > directories tries, there are actually no files offered for downloading. > > [

[Mingw-w64-public] mingw-builds status

2015-08-22 Thread Martin Mitáš
Hello list, what's the status of the mingw-builds? I've noticed that [1] and [2] are just empty directories tries, there are actually no files offered for downloading. [1] https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/5.1.0/ [2]

Re: [Mingw-w64-public] mingw-builds - Binaries with prefixes

2015-01-11 Thread LRN
On 12.01.2015 0:18, Zouzou wrote: > Hey, > > I am using mingw-builds (GCC 4.9.2) and I would like to know why only a > few binaries are present with a prefix (eg bin/x86_64-w64-mingw32-c++.exe). > > I find it handy to keep multiple mingw toolchains in the same path var > and only switch the pre

[Mingw-w64-public] mingw-builds - Binaries with prefixes

2015-01-11 Thread Zouzou
Hey, I am using mingw-builds (GCC 4.9.2) and I would like to know why only a few binaries are present with a prefix (eg bin/x86_64-w64-mingw32-c++.exe). I find it handy to keep multiple mingw toolchains in the same path var and only switch the prefix to reference the one I want; but that doesn'

Re: [Mingw-w64-public] Mingw-builds

2013-06-12 Thread NightStrike
On Jun 7, 2013 2:17 AM, "Алексей Павлов" wrote: > > Hi everyone! > > We release on-line installer for our builds. > You can download it from mingw-builds-install.exe. > This installer automatically receive file with all our builds and you can choose what version you want to install. > Thanks for

[Mingw-w64-public] Mingw-builds

2013-06-07 Thread Алексей Павлов
Hi everyone! We release on-line installer for our builds. You can download it from mingw-builds-install.exe . This installer automatically receive file with all our builds and you can choose w

Re: [Mingw-w64-public] MinGW-builds scrips now provide the ability to build Python only!

2013-04-30 Thread NightStrike
On Wed, Apr 24, 2013 at 9:36 AM, niXman wrote: > Hi, > > According to numerous questions about how to build Python using > mingw/mingw-w64, I decided to add in MinGW-builds cripts key > '--python-only=x.y.z', which allows to use MinGW-builds scripts to > build Python only. > > Examples: > $> ./bui

[Mingw-w64-public] MinGW-builds scrips now provide the ability to build Python only!

2013-04-24 Thread niXman
Hi, According to numerous questions about how to build Python using mingw/mingw-w64, I decided to add in MinGW-builds cripts key '--python-only=x.y.z', which allows to use MinGW-builds scripts to build Python only. Examples: $> ./build --python-only=2.7.3 x32 # for building python-2.7.3, i686 $>