From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9213 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl dynamic linking Date: Tue, 26 Jan 2016 22:40:29 -0500 Message-ID: <20160127034029.GK238@brightrain.aerifal.cx> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1453866048 21738 80.91.229.3 (27 Jan 2016 03:40:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Jan 2016 03:40:48 +0000 (UTC) Cc: musl@lists.openwall.com To: Srihari Reddy Original-X-From: musl-return-9226-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 27 04:40:48 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 1aOGyN-0004mX-Ig for gllmg-musl@m.gmane.org; Wed, 27 Jan 2016 04:40:48 +0100 Original-Received: (qmail 30167 invoked by uid 550); 27 Jan 2016 03:40:45 -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 30148 invoked from network); 27 Jan 2016 03:40:44 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:9213 Archived-At: On Fri, Jan 22, 2016 at 02:12:39PM +0530, Srihari Reddy wrote: > Hi, > I started to use MUSL libc but I want to know more about MUSL. > How building of dynamic musl libc is different from glibc dynamic building > in both libraries build and application build? There's some information on the wiki about functional differences from glibc: http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc But I'm not sure whether this is what you're looking for or whether you're interested in differences that are really just about native compiling vs cross compiling. Do you have some specific questions you'd like answered? Rich