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: MS-Windows build using Posix configury Date: Fri, 17 May 2013 19:05:12 +0300 Message-ID: <8338tlsibr.fsf@gnu.org> References: <83d2tu49lu.fsf@gnu.org> <83sj25nym2.fsf@gnu.org> <837gjhnowi.fsf@gnu.org> <8338u4o39r.fsf@gnu.org> <83zjwbkmt2.fsf@gnu.org> <83wqrfkjvo.fsf@gnu.org> <838v3qebns.fsf@gnu.org> <83wqr9csah.fsf@gnu.org> <83wqr297da.fsf@gnu.org> <83txm34g6k.fsf@gnu.org> <83d2srt645.fsf@gnu.org> <87y5bfkmsz.fsf@yandex.ru> <834ne3sziw.fsf@gnu.org> <519504DD.1030004@yandex.ru> <8338tmu9m0.fsf@gnu.org> <83hai2rlm0.fsf@gnu.org> <51961D09.7030502@yandex.ru> <83d2spsqa1.fsf@gnu.org> <519638A0.70807@[87.69.4.28]> <837gixsmwh.fsf@gnu.org> <51964CD3.1010106@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1368806745 3028 80.91.229.3 (17 May 2013 16:05:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 May 2013 16:05:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 17 18:05:46 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 1UdNA9-0004B6-9F for ged-emacs-devel@m.gmane.org; Fri, 17 May 2013 18:05:45 +0200 Original-Received: from localhost ([::1]:37187 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdNA8-0007Ux-QF for ged-emacs-devel@m.gmane.org; Fri, 17 May 2013 12:05:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdNA0-0007UL-Qd for emacs-devel@gnu.org; Fri, 17 May 2013 12:05:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdN9v-0004NG-BN for emacs-devel@gnu.org; Fri, 17 May 2013 12:05:36 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:53282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdN9v-0004Mz-3Z for emacs-devel@gnu.org; Fri, 17 May 2013 12:05:31 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MMY004009W04Z00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 17 May 2013 19:05:29 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MMY003VEA15W0B0@a-mtaout22.012.net.il>; Fri, 17 May 2013 19:05:29 +0300 (IDT) In-reply-to: <51964CD3.1010106@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:159648 Archived-At: > Date: Fri, 17 May 2013 19:29:23 +0400 > From: Dmitry Gutov > CC: emacs-devel@gnu.org > > > Please run depends.exe on your DLLs that Emacs loads dynamically, and > > This one? http://www.dependencywalker.com/ Yes. > > find out which one(s) depend(s) on libgcc_s_dw2-1.dll. My guess is > > some image library. > > Do you mean only libs from `dynamic-library-alist'? Yes. The rest are Windows DLLs, and cannot possibly depend on libgcc. > libgnutls-28 depends on libintl-8.dll, which in turn depends on the lib > in question. That's what I thought, sigh. > Dependency Walker also adds "Warning: At least one delay-load dependency > module was not found. > Warning: At least one module has an unresolved import due to a missing > export function in a delay-load dependent module." That's normal, you can see the libraries it didn't find below. They are not needed. > Should I try to get rid of libgcc_s_dw2-1.dll and look for libintl or > libgnutls version that doesn't depend on it? GnuTLS always depends on libintl, but you can find a libintl that doesn't need libgcc_s_dw2-1.dll. The one that came with my libgnutls port, here: http://sourceforge.net/projects/ezwinports/files/gnutls-3.0.9-w32-bin.zip/download doesn't require libgcc (it was linked against it statically).