From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: clang++ and libc++ Date: Fri, 20 Oct 2017 12:26:33 +0200 Message-ID: <20171020102633.GA32170@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5UXW-0006ZH-H9 for guix-devel@gnu.org; Fri, 20 Oct 2017 06:28:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5UXR-0000EN-HT for guix-devel@gnu.org; Fri, 20 Oct 2017 06:28:30 -0400 Received: from mail.thebird.nl ([95.154.246.10]:55554) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e5UXR-0000AV-Bh for guix-devel@gnu.org; Fri, 20 Oct 2017 06:28:25 -0400 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi, I need to compile a toolset with clang++ and C++ libs for testing purposes (I am developing with g++). Now the thing is that C++ libs and include files don't come with the clang package even though clang++ works. I think we ought to include them, I think. Should I raise it on debbugs? Pj.