From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9722 Path: news.gmane.org!not-for-mail From: Lei Zhang Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl + libc++ Date: Tue, 22 Mar 2016 11:43:02 +0800 Message-ID: References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ff253faa146a2052e9b0240 X-Trace: ger.gmane.org 1458618200 26164 80.91.229.3 (22 Mar 2016 03:43:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2016 03:43:20 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9735-gllmg-musl=m.gmane.org@lists.openwall.com Tue Mar 22 04:43:19 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 1aiDDy-0002Bw-Af for gllmg-musl@m.gmane.org; Tue, 22 Mar 2016 04:43:18 +0100 Original-Received: (qmail 3130 invoked by uid 550); 22 Mar 2016 03:43:15 -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 3107 invoked from network); 22 Mar 2016 03:43:14 -0000 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; bh=e7a94QIljkYtApH7JEweG0t/EoHTdpxwPmPXDwCeK8s=; b=uGdFzh9bg2tzkFM+G+ca9EH7Vcjx7lOFpjm5C+d2bQI7KWlzj0Mwpj3GqFYYeWmrVK UXerx5n4wmlyoYvgcViw+5EYYrCO4PqAVWuQ2WDeO8xH/QqD72ywhE5yuRulBT+mP3VN 0trYUqUOZSHPJk1ZUkkZnLvl5lc1dAiIcNYl9cj+dTsYkgwE+6UCLAe00XA+mOfqO06s 219/00Q4Ylcuz+cWJq8UmCG3xvetyxaDqSCfYycafra1mKp1RTX9xfrjQEijwBfjqZGb Yl2Z+72i/5H9NaLtbgVKio18uYoeCVD9D9UUEdCzyNkC1ZaEm9PkpJUrP9RZGIONJ6rJ d4rA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=e7a94QIljkYtApH7JEweG0t/EoHTdpxwPmPXDwCeK8s=; b=ImmQwUSRAstOku0pbfapbgOyjmZywa1Jukv1P68TpPWV1X4tJr0q0XCU7qd0+CmRrg k/iAGYZzDCsoYhTr1xg+xvaKVoG9gwweDJr9RvRK1uSIkuQoFVHjGGPlLWHbQIJZ6T5I yvy04M2cSs9XfeSCfFVscX+B0y0zMSZ/u3CDgRpybPq5ecbowIq6JHsIjfnxR2y1jxQ8 I4ZW5H69OfmydHfBacJe4sLvAfj/0H/R944Cr4FH9ixOnAaw+ueWwsk8I20N9+S6QuAj d4eJ/15Qrt6wZ79M5ONpUgXu76Jp/E1bOVAzfMbkMH4rSj62GiEmIgKMX0wSF5agEmiX dvFQ== X-Gm-Message-State: AD7BkJK7tbcd8q7RbUVBmmDM+VauASGxstvO9GQsoa0liyWUcamJlVKfO1CJADH5r0rBdnamezS+lpOUVibbDw== X-Received: by 10.182.143.67 with SMTP id sc3mr16071862obb.2.1458618182483; Mon, 21 Mar 2016 20:43:02 -0700 (PDT) In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:9722 Archived-At: --e89a8ff253faa146a2052e9b0240 Content-Type: text/plain; charset=UTF-8 2016-03-22 7:39 GMT+08:00 Hayden Livingston : > 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 tried to do about the same thing before and failed because libc++ depends on some functions not implemented in musl yet, like strtoll_l() and __printf_chk() IIRC. Lei --e89a8ff253faa146a2052e9b0240 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
2016-03-22 7:39 GMT+08:00 Hayden Livingston <halivin= gston@gmail.com>:
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 tried to do about the same thing before and failed because l= ibc++ depends on some functions not implemented in musl yet, like=C2=A0strt= oll_l() and=C2=A0__printf_chk() IIRC.

Lei
--e89a8ff253faa146a2052e9b0240--