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:22:36 +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 1379679771 25858 80.91.229.3 (20 Sep 2013 12:22:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2013 12:22:51 +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:22:54 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 1VMzjX-0004OP-7b for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 14:22:51 +0200 Original-Received: from localhost ([::1]:55723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMzjT-0005p3-LK for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 08:22:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMzjM-0005oi-JK for emacs-devel@gnu.org; Fri, 20 Sep 2013 08:22:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMzjL-0002W1-Fw for emacs-devel@gnu.org; Fri, 20 Sep 2013 08:22:40 -0400 Original-Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:64104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMzjJ-0002VI-Rs; Fri, 20 Sep 2013 08:22:37 -0400 Original-Received: by mail-wi0-f177.google.com with SMTP id cb5so443961wib.16 for ; Fri, 20 Sep 2013 05:22:37 -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=MpBRYAuBh7MxCOE6LJ1kptSePfHcHr+XrC1frd4EXSE=; b=uv9qMaGK4brS/6OJbZ64wDbdkIhk4nW0ZhSmdCPmJaDmk2qOf29tRKxcC7WuYE2UJP R/NrwtX7uCc2wKz7Q2QN1tc15hpQq/4XM2i3GI4Y83gG056Kgr6le7MaWr+ToOLnRirB onsBWBaZaibu+GEbOjwxLrU2Ev5fvNF2Zp13SaipFjGc34ecMY5yaCT6+mDDSxVz6hXJ mDbZSM8gJSR7pS+ZmDYM/KQFkE35oK8hFntl79F4YcotULwm9o0yN6lLVP18AlEkVOFB 8yNUeJMSekfLlEqbSfF3oLyXIsiFZW7dBXSlx/5CG8OZRlOQeLY5wM2XFOCesk9nq3jL KAGg== X-Received: by 10.180.76.48 with SMTP id h16mr2614291wiw.32.1379679756940; Fri, 20 Sep 2013 05:22:36 -0700 (PDT) Original-Received: by 10.217.128.15 with HTTP; Fri, 20 Sep 2013 05:22:36 -0700 (PDT) In-Reply-To: <83a9j7low0.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::231 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:163508 Archived-At: >> For the record: I've just seen another library which have this >> problem: "libz-1.dll". >> >> 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? If I open my recently built "emacs.exe" with "dependency walker", I don't see a dependency with libz, neither direct nor through another library, but the dependency tree is too large to be sure, and the "edit > find" option is disabled. -- Dani Moncayo