From owner-freebsd-questions@FreeBSD.ORG Sun Apr 14 07:07:15 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7727D6D1 for ; Sun, 14 Apr 2013 07:07:15 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 10306359 for ; Sun, 14 Apr 2013 07:07:14 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id l13so88548wie.6 for ; Sun, 14 Apr 2013 00:07:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=WKfMjfN76eG/FIoWDUOfudfPsFicTxTishiu0J/2SK8=; b=eTzHRbjmfiRkP58+ErGJXH+0xIr2e2Bf4YzLOGzXXxiIkF5wXbTyRQNlhKyL7gLoNw UMQ+8MgfWy11kMEnSdB2iWDu2LBSb/0GS/ONASTcFQC+QBXVtje40RCm7qhOTmTcOMja 3jZDyCiwujRhmVNFj2LMuLNXGkihhSJlZ0tZkT7ZsudFD9Z9QT5+cQgcGS2OwCo0BCWw q/1DuFnelBodnim3ptbufNIuKrRNwu04MRujQj9WhJ1Uqv640xW65INe2iDvQCNBYhKo sp/Ed1cU1P97dIByEw6uWv/o/4PzCWjIjf0Wf9kZGqv9zCb1ey03FhGrxrD3x41dZN/7 Mgxg== X-Received: by 10.194.122.166 with SMTP id lt6mr25736070wjb.56.1365923234183; Sun, 14 Apr 2013 00:07:14 -0700 (PDT) Received: from melon.localnet (11.33.91.91.rev.sfr.net. [91.91.33.11]) by mx.google.com with ESMTPS id fp2sm6575229wib.7.2013.04.14.00.07.13 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 14 Apr 2013 00:07:13 -0700 (PDT) From: David Demelier To: Shane Ambler Subject: Re: C++ headers Date: Sun, 14 Apr 2013 09:07:04 +0200 Message-ID: <2285644.yeAE3aXX44@melon> User-Agent: KMail/4.10.1 (FreeBSD/9.1-RELEASE-p1; KDE/4.10.1; amd64; ; ) In-Reply-To: <516A28E1.5060306@ShaneWare.Biz> References: <1577003.5UONfdckvH@melon> <51694C7A.2070004@comcast.net> <516A28E1.5060306@ShaneWare.Biz> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Cc: Jason Lenthe , FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Apr 2013 07:07:15 -0000 Le dimanche 14 avril 2013 13:26:17 Shane Ambler a =E9crit : > On 13/04/2013 21:45, Jason Lenthe wrote: > >> Is it possible to get C++11 support on FreeBSD? Currently the 9.1-= RELEASE > >> has some compiler C++11 capable but the /usr/include/c++ headers l= acks > >> some c++11 features (and missing headers). > >>=20 > >> Is there any port of c++11 available? > >=20 > > There sure is. Just get the latest version of gcc or clang from th= e > > ports collection. >=20 > The new C++11 libs are planned to be part of 10.0 base install >=20 > You can build 9.1 with the new libs by adding WITH_LIBCPLUSPLUS=3Dyes= to > your src.conf before building world. Which needs to be built with cla= ng. >=20 > For more info see https://wiki.freebsd.org/NewC++Stack Thanks you very much, anyway I always use clang. It's definitely the be= st=20 compiler :). Regards, --=20 David Demelier