[Mingw-w64-public] Getting started building examples that use std::thread

2014-05-16 Thread Suresh Govindachar
Hello, The page http://mingw-w64.sourceforge.net/download.php says: C11/C++11 Threading: C11 and C++11 have added threading support at the language level; this requires the winpthreads library which comes with the toolchains and changes little for users not relying on it. 1) Am I correct in

Re: [Mingw-w64-public] Getting started building examples that use std::thread

2014-05-16 Thread niXman
Suresh Govindachar 2014-05-17 03:45: Hello, Hi, The page http://mingw-w64.sourceforge.net/download.php says: C11/C++11 Threading: C11 and C++11 have added threading support at the language level; this requires the winpthreads library which comes with the toolchains and changes little for

Re: [Mingw-w64-public] Getting started building examples that use std::thread

2014-05-16 Thread Suresh Govindachar
On 5/16/2014 5:45 PM, niXman wrote: Suresh Govindachar 2014-05-17 03:45: Hello, Hi, The page http://mingw-w64.sourceforge.net/download.php says: [...] 2) When I tried to use g++ from x86_64-4.8.2-release-posix-seh-rt_v3-rev4.7z (x86_64-w64-mingw32-g++.exe

Re: [Mingw-w64-public] Getting started building examples that use std::thread

2014-05-16 Thread Óscar Fuentes
Suresh Govindachar sgovindac...@yahoo.com writes: Upgraded to 4.9.0 (x86_64-posix-seh-rev1, Built by MinGW-W64 project). Tried the above command and the one below -- both give the same pop-up error message from cc1plus.exe about not finding libwinpthread-1.dll: [snip] Perhaps I

Re: [Mingw-w64-public] Getting started building examples that use std::thread

2014-05-16 Thread Suresh Govindachar
On 5/16/2014 6:52 PM, Óscar Fuentes wrote: Suresh Govindachar sgovindac...@yahoo.com writes: Upgraded to 4.9.0 (x86_64-posix-seh-rev1, Built by MinGW-W64 project). Tried the above command and the one below -- both give the same pop-up error message from cc1plus.exe about not finding