On 19 April 2017 at 10:05, db wrote: > > Clang's versioning seems not consistent. > > $ clang --version > Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
https://trac.macports.org/wiki/XcodeVersionInfo >> 2. properly setting the standard c++ library. > > I'm now always building from source with libc++. > > If I change compiler, what are the odds that I run into some other oddities > with the installed ports built with the default compiler? You would run into problems if you installed/built existing ports against libstdc++ and want to build everything against libc++ from now on. In that case you should start from scratch and follow migration instructions. If you don't change the stdlib (as in your case), then it doesn't matter which compiler is being used. Mojca