From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs from a new MinGW environment Date: Fri, 20 Sep 2013 14:30:02 +0200 Message-ID: References: <83pps8pnc9.fsf@gnu.org> <83ob7splia.fsf@gnu.org> <83k3ifq5o5.fsf@gnu.org> <83d2o7q28r.fsf@gnu.org> <8338p3pded.fsf@gnu.org> <83r4cmo9m2.fsf@gnu.org> <83pps6o3f2.fsf@gnu.org> <83hadinuf9.fsf@gnu.org> <83wqmelyxc.fsf@gnu.org> <83fvszlxjb.fsf@gnu.org> <83a9j7low0.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1379680207 31050 80.91.229.3 (20 Sep 2013 12:30:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2013 12:30:07 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 20 14:30:14 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 1VMzqf-0003N2-Rf for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 14:30:13 +0200 Original-Received: from localhost ([::1]:55749 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMzqf-0007i7-CA for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 08:30:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMzqc-0007hX-7k for emacs-devel@gnu.org; Fri, 20 Sep 2013 08:30:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMzqb-0005Hk-5H for emacs-devel@gnu.org; Fri, 20 Sep 2013 08:30:10 -0400 Original-Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:45331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMzqV-00053G-Rl; Fri, 20 Sep 2013 08:30:04 -0400 Original-Received: by mail-we0-f181.google.com with SMTP id p61so402186wes.26 for ; Fri, 20 Sep 2013 05:30:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=e+VyDaKH4UgT4XxhU2e1VKGETV0xSJLVTZdutV7fos4=; b=082Ze4tDLAd8cQNCDGtPro9j4SFAglLfx6ZaNK7bgJPkBa2lS7FADf7ZANWmeerpif qL1rpnOStKzIEgWtB3N6HJ/8rkQc6Ttbkeie8F2R+iw8B/XWs9H4Vdi9eX77MsHruRPy 078c1/oEm4gW8HMOpH05/2IuE8D+TuEz4Blyml5kR7NhfDYGfcENE8Gosdmezovg4ZGv 8H/RLrLJF+ABQVGyyV2VPMzBlGgbc3GRnTlGBDkwYpFvsWUq5xc8oLIXtfUj+lqnkHfG 0Q3/pXlV9OpsqiQpgYidcWhnisbESNSrAQigWKBnSmx3QuSgYeV7Rfti1ZYKi3Etyzji 41kA== X-Received: by 10.194.71.72 with SMTP id s8mr1194395wju.52.1379680202908; Fri, 20 Sep 2013 05:30:02 -0700 (PDT) Original-Received: by 10.217.128.15 with HTTP; Fri, 20 Sep 2013 05:30:02 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::235 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:163509 Archived-At: >>> Version "libz-1.2.7-1" depends on "libgcc_s_dw2-1.dll" and therefore >>> makes Emacs crash. The problem goes away with the older version >>> "libz-1.2.3-1". >> >> Is libz-1.dll loaded by Emacs itself, or does some other library >> depend on it? > > I don't know. How can I find that out? FWIW: I needed to include zlib in my build environment because it is required by libpng and libxml (if my notes are correct). -- Dani Moncayo