From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: bug#32773: [PATCH] Fix clang libstdc++ header location search Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:44579) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVXBW-0000Zw-M7 for guix-patches@gnu.org; Fri, 15 Nov 2019 03:42:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iVXBV-0004Pq-O0 for guix-patches@gnu.org; Fri, 15 Nov 2019 03:42:30 -0500 Received: from mail-wm1-x32b.google.com ([2a00:1450:4864:20::32b]:35808) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iVXBV-0004OD-Fi for guix-patches@gnu.org; Fri, 15 Nov 2019 03:42:29 -0500 Received: by mail-wm1-x32b.google.com with SMTP id 8so9418324wmo.0 for ; Fri, 15 Nov 2019 00:42:29 -0800 (PST) References: <19ece273-ea75-fc9d-4e4b-aa3a68deab6d@yahoo.de> <20191113165516.56228-1-david.truby@arm.com> <874kz6698w.fsf@gmail.com> <871rua60fl.fsf@gmail.com> <1d43f450c61f3c3f27ae895ea4c9e61b55d6fb08.camel@arm.com> <87y2wi4cvu.fsf@gmail.com> From: Mathieu Othacehe In-reply-to: Date: Fri, 15 Nov 2019 09:42:25 +0100 Message-ID: <87woc14jke.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+kyle=kyleam.com@gnu.org Sender: "bug-Guix" To: David Truby Cc: nd , "32773@debbugs.gnu.org" <32773@debbugs.gnu.org>, "guix-patches@gnu.org" List-ID: > I'm not sure what the answer is there though, as we still need to patch > in the full path to the headers... maybe a cmake option and associated > macro to be used in that file? They already have a CMake option to select libc++ or libstdc++, so adding another option to specify the path of the selected C++ library would be really nice. Plus it would benefit Nix and other distros where the path of those libraries cannot be guessed. Mathieu