On Fri, Mar 02, 2012 at 09:30:18AM +0100, Alexander Korsunsky wrote: > > https://github.com/pathscale/libcxxrt/ > Thanks, linking with libcxxrt works! Now I can try the compiler. As mentioned in a different thread, make sure that libc++ is compiled with -DLIBCXXRT or e.g. std::cerr will not work. Joerg