[Top][All Lists]
[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?
- Compilation problems with latest MSVC, Eli Zaretskii, 2006/12/24
- Re: Compilation problems with latest MSVC, Lennart Borgman, 2006/12/24
- Re: Compilation problems with latest MSVC, David Robinow, 2006/12/28
- Re: Compilation problems with latest MSVC, David Robinow, 2006/12/28
- Re: Compilation problems with latest MSVC, Eli Zaretskii, 2006/12/29
- Re: Compilation problems with latest MSVC, Jason Rumney, 2006/12/29
- Re: Compilation problems with latest MSVC, Eli Zaretskii, 2006/12/29
- Re: Compilation problems with latest MSVC, Jason Rumney, 2006/12/29
- Re: Compilation problems with latest MSVC, Eli Zaretskii, 2006/12/30
- Re: Compilation problems with latest MSVC, Jason Rumney, 2006/12/29
- Re: Compilation problems with latest MSVC,
Eli Zaretskii <=
- Re: Compilation problems with latest MSVC, Jason Rumney, 2006/12/30
- Re: Compilation problems with latest MSVC, Eli Zaretskii, 2006/12/30
Re: Compilation problems with latest MSVC, Jason Rumney, 2006/12/29