On Aug 1, 2012, at 9:46 AM, "Hadassi, Ofer" <OHadassi at nds.com> wrote: > #include <thread> > int main(int argc, char ** argv) > { > retrurn 0; > } > > using the following command line fails: > clang++ -std=c++11 - test.cpp Does adding -stdlib=libc++ to your command line help? Howard