world not build

Dimitry Andric dim at FreeBSD.org
Mon Jun 11 09:36:25 UTC 2012


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... :)



More information about the freebsd-stable mailing list