Date: Wed, 23 May 2012 10:32:08 +0100 From: David Chisnall <theraven@freebsd.org> To: =?iso-8859-1?Q?Trond_Endrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no> Cc: FreeBSD stable <freebsd-stable@freebsd.org> Subject: Re: RELENG_9 fails to compile with WITH_LIBCPLUSPLUS=yes in /etc/src.conf Message-ID: <D5093ED2-7128-45F6-B12A-5B9188C2D419@freebsd.org> In-Reply-To: <alpine.BSF.2.00.1205231123160.84474@mail.fig.ol.no> References: <alpine.BSF.2.00.1205231123160.84474@mail.fig.ol.no>
index | next in thread | previous in thread | raw e-mail
On 23 May 2012, at 10:29, Trond Endrestøl wrote: > CC='gcc' <snip> > something as make buildworld runs smoothly > without WITH_LIBCPLUSPLUS=yes in /etc/src.conf. You are trying to build C++11 code with a C++98 compiler. If you want to build libc++, you must be using clang++. There is a reason it's not enabled by default... Davidhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D5093ED2-7128-45F6-B12A-5B9188C2D419>
