From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8896 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: How to cross-compiling Date: Wed, 18 Nov 2015 13:39:48 +0100 Message-ID: <20151118123948.GM18372@port70.net> References: <20151118110304.GL18372@port70.net> 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 1447850403 29101 80.91.229.3 (18 Nov 2015 12:40:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2015 12:40:03 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8909-gllmg-musl=m.gmane.org@lists.openwall.com Wed Nov 18 13:40:03 2015 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 1Zz21q-00063I-2e for gllmg-musl@m.gmane.org; Wed, 18 Nov 2015 13:40:02 +0100 Original-Received: (qmail 24399 invoked by uid 550); 18 Nov 2015 12:40:00 -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 24381 invoked from network); 18 Nov 2015 12:39:59 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:8896 Archived-At: * Frieder Berthold [2015-11-18 12:19:26 +0100]: > In configure it states that it can't find the libz.so, which is the reason > for termination. > you have to check the failing command, it is really possible that it has nothing to do with libz.so, so there is no point speculating about the right path until you know what went wrong. there is a configure.log which should show the command that failed, so you should be able to reproduce the failure and then see the searched paths etc.