On 2012-06-11 11:31, Alexander Panyushkin wrote: > 11.06.2012 12:16, Dimitry Andric написал: >> On 2012-06-11 10:37, Alexander Panyushkin wrote: ... >> Something in your make.conf is not working properly, causing mkdep to >> run with gcc instead of clang. I suggest removing the .if statements, >> and simply using: >> >> CC=clang >> CXX=clang++ >> CPP=clang-cpp > > I removed make.conf, but the problem remains
You cannot build libc++ with g++, you must either use clang, or set WITHOUT_LIBCPLUSPLUS. Which reminds me that we should really put a seatbelt in Makefile.inc1 against this... :) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
