emacs-devel
[Top][All Lists]
Advanced

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

Re: Compilation problems with latest MSVC


From: Eli Zaretskii
Subject: Re: Compilation problems with latest MSVC
Date: Sat, 30 Dec 2006 16:18:31 +0200

> Date: Fri, 29 Dec 2006 23:43:17 +0000
> From: Jason Rumney <address@hidden>
> Cc: address@hidden, address@hidden
> 
> The crash is happening within the initialization code before any Emacs 
> code gets run (__tmainCRTStartup). This code is calling _free_internal, 
> which we are redefining in gmalloc.c.

That rings a bell: during linking, the linker complained about
multiple definitions of some memory-related functions, I think calloc
and realloc.  Did you have those warnings in your build?




reply via email to

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