From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: zlib autoconf question Date: Mon, 12 Aug 2013 09:45:03 +0400 Message-ID: <5208765F.5050102@yandex.ru> References: <20995.38193.299757.55244@a1i15.kph.uni-mainz.de> <20999.62420.118305.428747@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1376286325 6621 80.91.229.3 (12 Aug 2013 05:45:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Aug 2013 05:45:25 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 12 07:45:27 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V8kwY-0002Zq-3y for ged-emacs-devel@m.gmane.org; Mon, 12 Aug 2013 07:45:26 +0200 Original-Received: from localhost ([::1]:46378 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8kwX-0003XT-Cv for ged-emacs-devel@m.gmane.org; Mon, 12 Aug 2013 01:45:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8kwO-0003W9-Br for emacs-devel@gnu.org; Mon, 12 Aug 2013 01:45:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8kwH-0005vo-Dl for emacs-devel@gnu.org; Mon, 12 Aug 2013 01:45:16 -0400 Original-Received: from forward4h.mail.yandex.net ([84.201.186.22]:51198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8kwH-0005uD-46 for emacs-devel@gnu.org; Mon, 12 Aug 2013 01:45:09 -0400 Original-Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward4h.mail.yandex.net (Yandex) with ESMTP id 508BF1B206DE; Mon, 12 Aug 2013 09:45:05 +0400 (MSK) Original-Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id C003E2C1552; Mon, 12 Aug 2013 09:45:04 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id nY4IALejXW-j48KjHIu; Mon, 12 Aug 2013 09:45:04 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1376286304; bh=cin1FFUubXI+6I2LQN8wU9+gvhUsL6fTK6Of8RHlGCU=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=YHnIY5h78Ko6w1mpLOOmwpJx++04W7svTGvlBcQnEKe2GxussR8FM57RZS5dbzQYE jq41uFrBxmiEehGrPa+/9CyKp85mBOA9f9QYZ0VbpyczF3OLQddIlY1NazAMl3dRb+ u7y8oljEh23b3oXrWiTfolU5LwxTY0cNN9+6gdqI= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <20999.62420.118305.428747@a1i15.kph.uni-mainz.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.186.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162602 Archived-At: On 08/12/2013 12:28 AM, Ulrich Mueller wrote: > Emacs may be built one one host where the shared library is present, > and the resulting binary then distributed to another host where it > isn't. > > It's a common scenario with Gentoo's binary packages, and without a > configure option to suppress autodetection of the library, there's no > way to do proper tracking of dependencies. +1, and don't forget about --without-all configuration. Dmitry