From owner-freebsd-current@FreeBSD.ORG Wed Nov 13 16:59:20 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 205F7B85; Wed, 13 Nov 2013 16:59:20 +0000 (UTC) Received: from mail-oa0-x229.google.com (mail-oa0-x229.google.com [IPv6:2607:f8b0:4003:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D50E02F4C; Wed, 13 Nov 2013 16:59:19 +0000 (UTC) Received: by mail-oa0-f41.google.com with SMTP id g12so783813oah.0 for ; Wed, 13 Nov 2013 08:59:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nd9vwXqzPtEdsASLgZlMVzaU31Mr3YxeVBT/LuL0/Dw=; b=KXxQUsippSyINGlairrStQm2TgV6Jw4VpTRIVv5zd1pAKJ4K9csHVUKmRuA0h1hsEh 4UX10HJVXdnpdh41eO5WnpM/vH4TtTVxHwnieLw3qgYuZMQsgUk4Kldt2J2KMBxseoM9 a7dCu4MAMwkB/P+bNgALuuJmuij9HkdF0WL9klkmNgJT7uDpwXVyGB7+n8XYNt+80dWX WBCkW2okyJqOe+iZPXIyxzKEKagRrYZYoQDq+hHqbcgpkWrBILTfwlj78MqIVEYB0nTg PkM+o6m9ryriA2YtZBErO4uyFdXGcrAjaO/89hA6QrGED1o0D7kyXTkIGhpPoNtt1xU7 +jyg== MIME-Version: 1.0 X-Received: by 10.182.18.9 with SMTP id s9mr37803613obd.15.1384361959217; Wed, 13 Nov 2013 08:59:19 -0800 (PST) Received: by 10.76.177.234 with HTTP; Wed, 13 Nov 2013 08:59:19 -0800 (PST) In-Reply-To: <20131113173143.Horde.a-9M7JQ_vHo3tpDIMsGK6g1@webmail.df.eu> References: <20131112163219.GA2834@troutmask.apl.washington.edu> <77CB2B92-216A-4C80-B033-7E582B5F0DFC@FreeBSD.org> <20131112165422.GA2939@troutmask.apl.washington.edu> <20131112175556.GA3319@troutmask.apl.washington.edu> <20131112201922.GA4330@troutmask.apl.washington.edu> <20131113173143.Horde.a-9M7JQ_vHo3tpDIMsGK6g1@webmail.df.eu> Date: Wed, 13 Nov 2013 17:59:19 +0100 Message-ID: Subject: Re: libc++ vs. libstdc++ usage in the ports tree (was: Re: Are clang++ and libc++ compatible?) From: Andreas Nilsson To: mva@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 16:59:20 -0000 https://wiki.freebsd.org/NewC++Stack says things about linking against both libc++ and libstdc++ , do they still apply? Best regards Andreas