On Mon, Apr 03, 2017 at 09:58:28AM -0600, alan somers wrote: > $ clang++ --version > clang version 3.9.1 (tags/RELEASE_391/final) > Target: x86_64-unknown-freebsd12.0 > Thread model: posix > InstalledDir: /usr/local/llvm39/bin > > I can believe that the const-correct error would depend on a certain > version of Clang. But are you saying that you don't get the linker > errors either?
just tried the autotools branch with $ clang++-3.9 --version clang version 3.9.1-5 (tags/RELEASE_391/rc2) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin i.e. $ ../configure CXX=clang++-3.9 &ct that seems to work. note that autotools is based on "unstable". and the real problem is already fixed there (+ unrelated to autotools, maybe). cheers felix _______________________________________________ Help-gnucap mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-gnucap
