From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6246 Path: news.gmane.org!not-for-mail From: Samuel Holland Newsgroups: gmane.linux.lib.musl.general Subject: Re: converting gcc from glibc to musl Date: Wed, 01 Oct 2014 14:35:54 -0500 Message-ID: <542C579A.7090008@sholland.net> References: <20141001161020.GO21835@port70.net> <542C4F58.70708@sholland.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1412192173 8899 80.91.229.3 (1 Oct 2014 19:36:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Oct 2014 19:36:13 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6259-gllmg-musl=m.gmane.org@lists.openwall.com Wed Oct 01 21:36:09 2014 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 1XZPh2-0002p3-Cj for gllmg-musl@plane.gmane.org; Wed, 01 Oct 2014 21:36:08 +0200 Original-Received: (qmail 13339 invoked by uid 550); 1 Oct 2014 19:36:07 -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 13328 invoked from network); 1 Oct 2014 19:36:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=sholland.net; s=key1; t=1412192144; bh=7UJ0SXzMq/NHSS5tEAlVI9bJ4+esgXyq39mEAWQPYXE=; h=Date:From:To:Subject:References:In-Reply-To; b=jRvy6Tbl77cplIfR2Fh2o9Ttdbic2J6EynScjg+p+XrIkKDW2UUMCpr52l3IXd+xN 6pX3GKNht3phZVpvTyQbBKBflVIPew06+iRGYbo9GCKbPdDO57mGooYizSFJNolkjp Me/mp/E3zgpqo+yP22xvMZMMz6LSjgovq1C+FUYM= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:6246 Archived-At: On 10/01/2014 02:13 PM, Stephen Turner wrote: > that worked like a charm. so i have a issue with the way i built musl > then? apparently dynamic doesnt work without specifying the library but > static is fine. That means your GCC is misconfigured. It's using the glibc dynamic loader. From the output in your other mail, it looks like you're using your distribution's gcc. Is musl /usr/lib/libc.so, /lib/libc.so, or something else? What about libc.a? -- Regards, Samuel Holland