From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6295 Path: news.gmane.org!not-for-mail From: Samuel Holland Newsgroups: gmane.linux.lib.musl.general Subject: Re: libgcc errors Date: Fri, 10 Oct 2014 21:28:39 +0000 Message-ID: <895AC2B7-DB55-4384-BE00-4CA6C011810C@sholland.net> References: <20141007195156.GV21835@port70.net> <5434704E.8080504@sholland.net> <54367BF6.80203@bradfordembedded.com> <263E3217-740D-44F2-BC2A-BDCA4AFB38B8@sholland.net> <20141010212136.GC23797@brightrain.aerifal.cx> 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: 8bit X-Trace: ger.gmane.org 1412976539 20060 80.91.229.3 (10 Oct 2014 21:28:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2014 21:28:59 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6308-gllmg-musl=m.gmane.org@lists.openwall.com Fri Oct 10 23:28:55 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 1Xchk6-0001R8-Fh for gllmg-musl@plane.gmane.org; Fri, 10 Oct 2014 23:28:54 +0200 Original-Received: (qmail 32058 invoked by uid 550); 10 Oct 2014 21:28:54 -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 32047 invoked from network); 10 Oct 2014 21:28:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=sholland.net; s=key1; t=1412976479; bh=Ez52hkCRdfL8Rt7/nZ1aEQTwdfwUEWM5V8TBOSFJ+wU=; h=In-Reply-To:References:Subject:From:Date:To; b=PZwZ2BO+O7o8gueNyw0lkoNJrw7+9vETu25O7zOoKCWt+jAYY9zhX569dM+wWzdTY U7NZM8Cs3B6r8ldc0MaFm/Y11j1FaeLTpUHPavtgykdyK7yf/StWRWrcKW7uX/ccoN L9kviZo1xNN0orP/mrsm6NGKQ+gBqzfgzvHqV8S8= In-Reply-To: <20141010212136.GC23797@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:6295 Archived-At: On October 10, 2014 4:21:36 PM CDT, Rich Felker wrote: >If you just use Gregor's scripts directly, everything should work >fine. Have you tried just running the musl-cross build unchanged and >seeing if it succeeds? This would tell you right away whether you have >a problem with your build environment/packages, or with your own >custom commands. Then, assuming it's the latter, you can try making >controlled changes until you figure out what you're doing wrong. I think he's got everything correct now. He's just missing telling musl where to find shared libs. >Rich -- Regards, Samuel Holland