>> (..) I am not familiar with
>> 'WITH_LIBCPLUSPLUS'. Why did you add that and what does it do?
>
> WITH_LIBCPLUSPLUS = yes makes the new libc++ being built. It can be used
> with LLVM/CLANG by setting explicitely
>
> CXXFLAGS+= -stdlib=libc++ -std=c++11
>
> in /etc/src.conf for be
Am 01/01/13 23:46, schrieb Mark van Dijk:
>> Accordingly, I configured /etc/src.conf to read:
>>
>> CC=clang
>> CXX=clang++
>> CPP=clang-cpp
>> WITH_LIBCPLUSPLUS=yes
>
> This has worked for me as well, but I am not familiar with
> 'WITH_LIBCPLUSPLUS'. Why did you add that and what does it do?
>
>
> Accordingly, I configured /etc/src.conf to read:
>
> CC=clang
> CXX=clang++
> CPP=clang-cpp
> WITH_LIBCPLUSPLUS=yes
This has worked for me as well, but I am not familiar with
'WITH_LIBCPLUSPLUS'. Why did you add that and what does it do?
Thanks
Mark
__
On Tue, Jan 01, 2013 at 06:44:16AM -0800, Robert wrote:
> ...
> I will be upgrading my main desktop system from 8-stable to 9-stable
> this week and am quite confused with regards to Clang vs GCC. I have
> complete backups and will be doing a complete re-install.
>
> I have seen several different
On Tue, 01 Jan 2013 15:44:16 +0100, Robert wrote:
Greetings
I will be upgrading my main desktop system from 8-stable to 9-stable
this week and am quite confused with regards to Clang vs GCC. I have
complete backups and will be doing a complete re-install.
I have seen several different example