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, 07 Jun 2013 13:36:02 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6

On 07.06.2013 12:51, Eli Zaretskii wrote:
To summarize:

   . This happens due to a bug in the GCC startup and termination code,
     which check independently for whether libgcc was loaded as a
     shared library.  When libgcc is not loaded at startup, but is
     found to be loaded on ext, that code hits an assertion and aborts.

   . The only way around this, besides not using DLLs that depend on
     shared libgcc, is to link the program with the -shared-libgcc
     compiler option.


Thanks for the follow-up.

As a practical solution, are there downsides to building Emacs with -shared-libgcc option?



reply via email to

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