emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MS-Windows build using Posix configury


From: Dmitry Gutov
Subject: Re: MS-Windows build using Posix configury
Date: Fri, 17 May 2013 19:29:23 +0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

On 17.05.2013 18:26, Eli Zaretskii wrote:
Date: Fri, 17 May 2013 18:03:12 +0400
From: Dmitry Gutov <address@hidden>
CC: address@hidden

(gdb) bt
#0  0x74c98e76 in msvcrt!abort () from C:\windows\syswow64\msvcrt.dll
#1  0x6e956f62 in libgcc_s_dw2-1!__deregister_frame_info_bases ()
     from J:\Apps\System\MinGW\bin\libgcc_s_dw2-1.dll

Hello, old foe!  This is a known issue with libgcc_s_dw2-1.dll, see

   https://sourceforge.net/mailarchive/message.php?msg_id=30633081

Please run depends.exe on your DLLs that Emacs loads dynamically, and

This one? http://www.dependencywalker.com/

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'?

Not zlib1.dll, jpeg-62.dll, libpng14-14.dll or giflib4.dll.

libgnutls-28 depends on libintl-8.dll, which in turn depends on the lib in question.

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."

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?

(Did I already say that libgcc_s_dw2-1.dll is evil?)

I believe you have, yes. It sound pretty nasty.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]