From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6506 Path: news.gmane.org!not-for-mail From: Weldon Goree Newsgroups: gmane.linux.lib.musl.general Subject: Re: issues with headers? Date: Sat, 15 Nov 2014 12:31:42 +0530 Message-ID: <5466FA56.9010108@langurwallah.org> References: 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 1416034932 21724 80.91.229.3 (15 Nov 2014 07:02:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Nov 2014 07:02:12 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6519-gllmg-musl=m.gmane.org@lists.openwall.com Sat Nov 15 08:02:06 2014 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 1XpXMz-0002Sh-Dg for gllmg-musl@m.gmane.org; Sat, 15 Nov 2014 08:02:05 +0100 Original-Received: (qmail 16352 invoked by uid 550); 15 Nov 2014 07:02:04 -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 16339 invoked from network); 15 Nov 2014 07:02:03 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:6506 Archived-At: On Saturday 15 November 2014 01:19 AM, stephen Turner wrote: > GMP errors out with "invalid configuration 'non-pc-linux-musl' not > recognized. Im using the --target and --host flags i686-linux-musl and > --build i686-linux-gnu. I also tried switching to a chroot musl env and > running a plain configure on gmp only and it complains the compiler cant > create executables which i know to be false. > > Will GMP compile on a musl system? > Google search showed one other person with the issue but no answer. > > thanks, > stephen > Side note, GMP doesn't accept --target, just --build and --host. It builds fine for me with --build=x86_64-slackware-linux-gnu --host=i486-linux-musl Since version 5.1 or so its config.sub file has recognized musl as a system library (MPC and MPFR still need it added to their config.sub). WMG