From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/866 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: Re: Hi and a few questions Date: Sun, 20 May 2012 18:54:11 -0700 Message-ID: <20120520185411.408d567f@newbook> References: <1753849.ANqesc5nEP@main.pennware.com> <20120520202859.GD17860@port70.net> <6044028.bZSYVyzmyE@main.pennware.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1337565270 8804 80.91.229.3 (21 May 2012 01:54:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 May 2012 01:54:30 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-867-gllmg-musl=m.gmane.org@lists.openwall.com Mon May 21 03:54:29 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SWHpM-0002vS-Ch for gllmg-musl@plane.gmane.org; Mon, 21 May 2012 03:54:28 +0200 Original-Received: (qmail 9993 invoked by uid 550); 21 May 2012 01:54:27 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 9985 invoked from network); 21 May 2012 01:54:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=Rz3641j2kuA+LjCm3NvJoV+gVPpW4T40WaJqRzTAbM15WVTYtrauax/JC+yi64TbwC9mple0wrjQQsGkXkyu+z8xQucJlxi9k8iMYawE8zGOWa+BWIePmeYEydblE5WxVdSAnd7KKGSTJxUysMc0uHPae9KwvKstGp3wMAlbn2M=; h=Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <6044028.bZSYVyzmyE@main.pennware.com> X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; i486-pc-linux-gnu) Xref: news.gmane.org gmane.linux.lib.musl.general:866 Archived-At: On Sun, 20 May 2012 15:36 -0500 Richard Pennington wrote: > On Sunday, May 20, 2012 10:28:59 PM Szabolcs Nagy wrote: > > * Richard Pennington [2012-05-20 12:03:20 > > -0500]: > > > I'm putting together a set of tools and libraries for doing > > > embedded C and C++ development using clang/LLVM. > > > > btw have you tried musl with c++? > > > > i wonder how well that works > > iirc libc++ had some issues with musl > > I haven't gotten that far yet. Thanks for the warning. AFAIK they were addressed last month. (There are probably some residual issues though...) Someone had a hacked clang + musl working several months ago, also.