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 17:05:31 +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> <8361tvlgzk.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 1379689723 18576 80.91.229.3 (20 Sep 2013 15:08:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2013 15:08:43 +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 17:08:47 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 1VN2K4-0008V3-HR for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 17:08:44 +0200 Original-Received: from localhost ([::1]:56348 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN2K3-0005m3-UQ for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 11:08:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN2H2-0002Jr-FE for emacs-devel@gnu.org; Fri, 20 Sep 2013 11:05:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VN2H1-00077V-BQ for emacs-devel@gnu.org; Fri, 20 Sep 2013 11:05:36 -0400 Original-Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:59895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN2Gz-000774-Bm; Fri, 20 Sep 2013 11:05:33 -0400 Original-Received: by mail-la0-f48.google.com with SMTP id er20so430459lab.21 for ; Fri, 20 Sep 2013 08:05:32 -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=uT3pX9Nex8TljMAYQh6nErMGpQ7XPRCbdsbBxUU52yk=; b=i/vZaCZtHtTLiy6Df7ixvHbfgSSGSNZS6B+lJvEHHx93/xquxJxucK1DCZh4hTNVAd x84g87KRp8fRxs7iQMY6xqXGsHXPyrI1zfh+fOOnh08CpkncAfdHbNEEjxbIxeuL5WAN ZBBQcCUX+0ZHLID/meYqau7vNDZtxgMFNXkTSDorGFTZ/pfmVUhqZxTsSW5MzGnUZKlu OJjCuw6O5ne+ej9GgRMb0mD3oR4rijVyRAlC6GTToICUW9D4FvaZIupxGWPgeIA9IfW+ R9+w4H44HUqy817oMb8MCbn1IQ8tEkfEA2kmvPI85us607xzQvXUcYhQd+6RIo2e+9Ab W+bA== X-Received: by 10.112.89.100 with SMTP id bn4mr6789584lbb.16.1379689532164; Fri, 20 Sep 2013 08:05:32 -0700 (PDT) Original-Received: by 10.114.176.231 with HTTP; Fri, 20 Sep 2013 08:05:31 -0700 (PDT) In-Reply-To: <8361tvlgzk.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 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:163515 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". > > 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. It works, thank you. -- Dani Moncayo