From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Trunk r117046 fails on systems with older automake Date: Thu, 08 May 2014 05:47:48 +0300 Message-ID: <83fvklvve3.fsf@gnu.org> References: <868uqh4ust.fsf@gmail.com> <83tx95zffo.fsf@gnu.org> <87y4yh72qk.fsf@igel.home> <87tx956y9c.fsf@igel.home> <864n1459hp.fsf@gmail.com> <86tx92v4zi.fsf@gmail.com> <87eh06jqkl.fsf@uwakimon.sk.tsukuba.ac.jp> <53699719.8030009@cs.ucla.edu> <834n12xpkl.fsf@gnu.org> <5369AFEA.5010001@cs.ucla.edu> <8338gly6k8.fsf@gnu.org> <86ppjpyw1p.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1399517288 29324 80.91.229.3 (8 May 2014 02:48:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 May 2014 02:48:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 08 04:48:01 2014 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 1WiENM-0003ea-At for ged-emacs-devel@m.gmane.org; Thu, 08 May 2014 04:48:00 +0200 Original-Received: from localhost ([::1]:44463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiENM-0001Kt-2B for ged-emacs-devel@m.gmane.org; Wed, 07 May 2014 22:48:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiENC-0001Kg-Gz for emacs-devel@gnu.org; Wed, 07 May 2014 22:47:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiEN2-0000Zt-2O for emacs-devel@gnu.org; Wed, 07 May 2014 22:47:50 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:56563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiEN1-0000ZT-R4 for emacs-devel@gnu.org; Wed, 07 May 2014 22:47:40 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0N5800500I3A3J00@mtaout26.012.net.il> for emacs-devel@gnu.org; Thu, 08 May 2014 05:44:53 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N580039XIASE020@mtaout26.012.net.il>; Thu, 08 May 2014 05:44:53 +0300 (IDT) In-reply-to: <86ppjpyw1p.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 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:171775 Archived-At: > From: Andy Moreton > Date: Thu, 08 May 2014 01:05:22 +0100 > > In my previous setup I was keeping tools supplied form the mingw project > separated from all tools from other projects to prevent inadvertantly > overwriting DLLs with incompatible versions. The aim was to do some of > the (non-existant) package manager's work, and ensure that the toolchain > setup is repeatable. > > I've now moved pkg-config and pkg.m4 under the msys tree, which seems to > make things happier. All of the rest of the libraries not sourced from > the mingw project still live in a separate tree, and the configury seems > happy with that. I don't understand how moving things could solve this, perhaps you had some files/programs duplicated. FWIW, my MSYS and MinGW trees are separate. Anyway, is your problem solved now?