Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2012 11:36:23 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Alexander Panyushkin <vsityz@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: world not build
Message-ID:  <4FD5BC17.7040500@FreeBSD.org>
In-Reply-To: <4FD5BAD8.8080602@gmail.com>
References:  <4FD5AE32.50601@gmail.com> <4FD5B788.1090700@FreeBSD.org> <4FD5BAD8.8080602@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FD5BC17.7040500>