Re: [Mingw-w64-public] GCC 4.6 mingw-w64 Windows x64 native builds

2010-08-24 Thread John E. / TDM
On 8/24/2010 3:24 PM, Ruben Van Boxem wrote: > I think there needs to be some code written to link win32-pthreads to > the gcc std::thread API, just like OpenMP also uses win32-pthreads. Is > this line of thought correct? This is correct -- and also extremely inconvenient. It would probably be

Re: [Mingw-w64-public] MSYS-64

2010-08-24 Thread Bidski
I have a 64 bit Win7 machine and while I'm not willing to donate it I am willing to do tests and what-not. Regards Bidski -Original Message- From: NightStrike Sent: Wednesday, August 25, 2010 3:54 AM To: mingw64 Subject: Re: [Mingw-w64-public] MSYS-64 On Tue, Aug 24, 2010 at 8:12 AM, E

Re: [Mingw-w64-public] GCC 4.6 mingw-w64 Windows x64 native builds

2010-08-24 Thread Ruben Van Boxem
> > Do let me know if you discover otherwise. > I can confirm std::thread is disabled for mingw 4.5.0 (TDM). I tried this simple test program: #include > #include > using namespace std; > > void f() > { > cout << "thread started" << endl; > } > > int main() > { > thread t(f); >t.join();

Re: [Mingw-w64-public] MSYS-64

2010-08-24 Thread NightStrike
On Tue, Aug 24, 2010 at 8:12 AM, Earnie wrote: > Luis Lavena wrote: >>  On Tue, Aug 24, 2010 at 8:33 AM, Earnie >>   wrote: >> > ArbolOne wrote: >> >> Does anyone know if there is a msys-64 and where to get it from? >> >> >> > >> > It isn't yet, the primary maintainer doesn't have the equipment to

Re: [Mingw-w64-public] GCC 4.6 mingw-w64 Windows x64 native builds

2010-08-24 Thread K. Frank
Hi Earnie and Ruben - On Tue, Aug 24, 2010 at 8:19 AM, Ruben Van Boxem wrote: > 2010/8/24 Earnie >> >> Ruben Van Boxem wrote: >>> >>>  PThreads is included, but I'm talking about C++0x std::thread >>>  Standard library stuff. Everywhere I've read about this, people say >>>  it's disabled for min

Re: [Mingw-w64-public] MSYS-64

2010-08-24 Thread Luis Lavena
On Tue, Aug 24, 2010 at 9:12 AM, Earnie wrote: > Luis Lavena wrote: >> >>  What about contributing/donating hardware? >> >>  While patches is a noble idea, not everybody will have the expertise >>  or knowledge to do it. >> >>  Just a thought. > > I'm sure Cesar would appreciate it.  I'll contact

Re: [Mingw-w64-public] GCC 4.6 mingw-w64 Windows x64 native builds

2010-08-24 Thread Ruben Van Boxem
2010/8/24 Earnie > Ruben Van Boxem wrote: > >> >> PThreads is included, but I'm talking about C++0x std::thread >> Standard library stuff. Everywhere I've read about this, people say >> it's disabled for mingw (see Frank's mail), making it unusable. >> >> > Even with the -mthread switch? > > E

Re: [Mingw-w64-public] GCC 4.6 mingw-w64 Windows x64 native builds

2010-08-24 Thread Earnie
Ruben Van Boxem wrote: > > PThreads is included, but I'm talking about C++0x std::thread > Standard library stuff. Everywhere I've read about this, people say > it's disabled for mingw (see Frank's mail), making it unusable. > Even with the -mthread switch? Earnie

Re: [Mingw-w64-public] MSYS-64

2010-08-24 Thread Earnie
Luis Lavena wrote: > On Tue, Aug 24, 2010 at 8:33 AM, Earnie > wrote: > > ArbolOne wrote: > >> Does anyone know if there is a msys-64 and where to get it from? > >> > > > > It isn't yet, the primary maintainer doesn't have the equipment to > > test it and so therefore cannot port it. But if you

Re: [Mingw-w64-public] MSYS-64

2010-08-24 Thread Luis Lavena
On Tue, Aug 24, 2010 at 8:33 AM, Earnie wrote: > ArbolOne wrote: >>  Does anyone know if there is a msys-64 and where to get it from? >> > > It isn't yet, the primary maintainer doesn't have the equipment to test > it and so therefore cannot port it.  But if you would like to help you > can submit

Re: [Mingw-w64-public] GCC 4.6 mingw-w64 Windows x64 native builds

2010-08-24 Thread Ruben Van Boxem
2010/8/24 Earnie > Ruben Van Boxem wrote: > >> >> OK, so I've got to playing with the build script... gcc svn checkout >> kept failing, but I got a 4.6 snapshot to get me going. >> >> >> My virtual machine keeps freezing on me :(... and MSYS is throwing >> cryptic errors at me (guess GCC wasn

Re: [Mingw-w64-public] GCC 4.6 mingw-w64 Windows x64 native builds

2010-08-24 Thread Earnie
Ruben Van Boxem wrote: > > OK, so I've got to playing with the build script... gcc svn checkout > kept failing, but I got a 4.6 snapshot to get me going. > > > My virtual machine keeps freezing on me :(... and MSYS is throwing > cryptic errors at me (guess GCC wasn't made to compile in MSYS) >

Re: [Mingw-w64-public] MSYS-64

2010-08-24 Thread Earnie
ArbolOne wrote: > Does anyone know if there is a msys-64 and where to get it from? > It isn't yet, the primary maintainer doesn't have the equipment to test it and so therefore cannot port it. But if you would like to help you can submit patches at https://sourceforge.net/tracker/?group_id=24

Re: [Mingw-w64-public] MSYS-64

2010-08-24 Thread Ruben Van Boxem
2010/8/24 NightStrike > There is not, but if you'd like to help port it, that'd be awesome! > > On Tue, Aug 24, 2010 at 1:24 AM, ArbolOne wrote: > > Does anyone know if there is a msys-64 and where to get it from? > > > > Thanks folks > > > Some thoughts: 1. Latest GCC for msys is 3.something