On Tue, Feb 15, 2011 at 11:06:52AM -0800, Matthew Dempsky wrote: > I know the trees locked right now, but I thought I'd send this out now > so it doesn't get lost. > > Right now, clang++ tries to use libstdc++ from base (from g++ 4.2.1), > but even incredibly trivial programs fail to compile with it (e.g., > hello world using iostream). Using the libstdc++ from ports (i.e., > g++ 4.2.4) seems to work much better.
Finding out why it doesn't work with g++ from src would be the correct approach. What you propose is a band-aid.
