From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9721 Path: news.gmane.org!not-for-mail From: Hayden Livingston Newsgroups: gmane.linux.lib.musl.general Subject: musl + libc++ Date: Mon, 21 Mar 2016 16:39:19 -0700 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1458603578 13540 80.91.229.3 (21 Mar 2016 23:39:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2016 23:39:38 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9734-gllmg-musl=m.gmane.org@lists.openwall.com Tue Mar 22 00:39:38 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1ai9QA-0003Ju-10 for gllmg-musl@m.gmane.org; Tue, 22 Mar 2016 00:39:38 +0100 Original-Received: (qmail 18166 invoked by uid 550); 21 Mar 2016 23:39:35 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 18127 invoked from network); 21 Mar 2016 23:39:31 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=7h+YI6sqjqjk0M5ZCXtb3qoglS17K7+uzXVbiQnOTS4=; b=w3I1MNHW7y1ijXUtQGFkkX23PlL5mXZzMN/GNEvwPKDDa5osaeHLnj2/QtP+QjFYYS Sjw8pZ0UpIC1aoxqld4vXOFrlUFlMePmiXkIvifTlfA9Azx4//q2oihJOrCzWU0qa7eS zOIc5dLSqaL+z7xTe+l2z+nA0g8ajLXZBNIwin60RPzb5zsXN4jv/WmrMjPtasqa5dvc Vpb8QHMdralmlfn/Y5eI12swK2gV1bJEMPl9athy9bWunU6sWZuA/ZvVyqEN08rkoaLH APS8muaraIR22pZXwBjZaM6atjkqM1uWE5yNnXaj/1Y4zSq4Ydglig+ieaTRnPsHm/Di VQ0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=7h+YI6sqjqjk0M5ZCXtb3qoglS17K7+uzXVbiQnOTS4=; b=JQsTVaYDA4SppTsuQE+duDjCaJiB1XFEhpqpWbKzoMIEKMs7PfFnl2qOZD7xbW6tTH BSqcclBs9NII8wlsmJIpcMJNJZVZLVJmf71fJP1VXPEZw7DY3PyF6m/OAU727vcrXpJV W+1hImzT/T1S7Vu51uo6Amf3Uyv0aiRhJkgsyTJ0nsduICI46/4IcoidHHCLNY0hBjNm l/9zHXKC98h7nKYgffSS1oMfBn7NAYEdPcRj88bjmTq3B2hezmnjZl2ueJk1OoxZySd0 UbhsZMfttJdukHRZWgBmXyAQ+m2qf6KHKQvd49pl0/CWJpjzni9G/MjVRFavmTxApq8o WK0A== X-Gm-Message-State: AD7BkJINp5nq00/zITiJVSY+c1z5YU0eVLEOnWgVDR0NyPVhAMSy8VULj+ZouU9/x2M8PW+5ojB0zehTyW8R4A== X-Received: by 10.31.180.133 with SMTP id d127mr34858299vkf.86.1458603559825; Mon, 21 Mar 2016 16:39:19 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:9721 Archived-At: Have folks gotten around using musl + libc++ (from the llvm project)? I'm trying to get a setup where all my dependencies can be moved to musl and libc++ to build static executables. I've heard of all sorts of weird interactions when libc++ and libstdc++ are in the same process. Or is that unfounded?