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: Building Emacs from a new MinGW environment Date: Fri, 20 Sep 2013 17:12:15 +0300 Message-ID: <8361tvlgzk.fsf@gnu.org> 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> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1379686349 7504 80.91.229.3 (20 Sep 2013 14:12:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2013 14:12:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dani Moncayo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 20 16:12:32 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 1VN1Rf-00068Y-Pn for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 16:12:31 +0200 Original-Received: from localhost ([::1]:56023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN1Rf-0000mm-28 for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 10:12:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN1RU-0000bK-Up for emacs-devel@gnu.org; Fri, 20 Sep 2013 10:12:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VN1RN-0006kp-Jw for emacs-devel@gnu.org; Fri, 20 Sep 2013 10:12:20 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:43749) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN1RN-0006ki-BY for emacs-devel@gnu.org; Fri, 20 Sep 2013 10:12:13 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MTF00200GMI5P00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Fri, 20 Sep 2013 17:12:11 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MTF002H4GSB2330@a-mtaout21.012.net.il>; Fri, 20 Sep 2013 17:12:11 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 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:163512 Archived-At: > Date: Fri, 20 Sep 2013 13:08:59 +0200 > From: Dani Moncayo > > 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". No need to compromise for an older version. I have just uploaded to the ezwinports site the latest zlib 1.2.8 built for Windows without any dependencies on libgcc DLL. You can find it here: http://sourceforge.net/projects/ezwinports/files/zlib-1.2.8-w32-bin.zip/download Assuming none of your other libraries explicitly depend on libz-1.dll, you should be fine, because Emacs prefers zlib1.dll to libz-1.dll (assuming they are in the same directory), and the optional libraries we recommend all depend on zlib1.dll also.