On Tue, Sep 10, 2013 at 6:10 PM, Gregor Best <g...@ring0.de> wrote: > On Tue, Sep 10, 2013 at 05:40:19PM -0400, Jeffrey Walton wrote: >> [...] >> Does anyone have a C++ compiler recommendation for OpenBSD? >> [...] > > What about GCC? Clang++'s C++11 support is spotty at best, at least it > was the last time I tried. > Thanks Gregor. I don't believe GCC 4.2.1 supports C++11x features, but I could be wrong.
I also tried tracking down Clang and Comeau's support for OpenBSD, but I could not find something stated it in clear terms (lots of mailing list questions). At this point, it looks like the platofrm is not supported. I think that leaves PCC, which is a C99 compiler (according to http://pcc.ludd.ltu.se/). Jeff