From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9726 Path: news.gmane.org!not-for-mail From: Luca Barbato Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl + libc++ Date: Tue, 22 Mar 2016 12:48:10 +0100 Message-ID: References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1458647331 2433 80.91.229.3 (22 Mar 2016 11:48:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2016 11:48:51 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9739-gllmg-musl=m.gmane.org@lists.openwall.com Tue Mar 22 12:48:46 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 1aiKnV-0000Hj-5Q for gllmg-musl@m.gmane.org; Tue, 22 Mar 2016 12:48:29 +0100 Original-Received: (qmail 18218 invoked by uid 550); 22 Mar 2016 11:48:27 -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 18197 invoked from network); 22 Mar 2016 11:48:26 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.0 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:9726 Archived-At: On 22/03/16 04:43, Lei Zhang wrote: > 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. Nothing should directly use __printf_chk() how did you get that symbol there?. lu