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: Compilation problems with latest MSVC Date: Sun, 31 Dec 2006 06:24:27 +0200 Message-ID: References: <4eb0089f0612281840x5f814fb1jd7c09e6182601e4f@mail.gmail.com> <4eb0089f0612281901o27849654k58dfaf73e73783d9@mail.gmail.com> <4595415F.1060708@gnu.org> <4595A815.5060403@gnu.org> <4597009E.4040809@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1167539097 27759 80.91.229.12 (31 Dec 2006 04:24:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Dec 2006 04:24:57 +0000 (UTC) Cc: emacs-devel@gnu.org, drobinow@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 31 05:24:52 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H0sFg-0002m9-5g for ged-emacs-devel@m.gmane.org; Sun, 31 Dec 2006 05:24:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0sFf-0003op-GX for ged-emacs-devel@m.gmane.org; Sat, 30 Dec 2006 23:24:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H0sFU-0003mu-8o for emacs-devel@gnu.org; Sat, 30 Dec 2006 23:24:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H0sFS-0003mV-Az for emacs-devel@gnu.org; Sat, 30 Dec 2006 23:24:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0sFS-0003mM-2I for emacs-devel@gnu.org; Sat, 30 Dec 2006 23:24:38 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H0sFQ-0005QX-MF; Sat, 30 Dec 2006 23:24:36 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-253-96.inter.net.il [80.230.253.96]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FPI30561 (AUTH halo1); Sun, 31 Dec 2006 06:24:27 +0200 (IST) Original-To: Jason Rumney In-reply-to: <4597009E.4040809@gnu.org> (message from Jason Rumney on Sun, 31 Dec 2006 00:13:18 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64553 Archived-At: > Date: Sun, 31 Dec 2006 00:13:18 +0000 > From: Jason Rumney > Cc: drobinow@gmail.com, emacs-devel@gnu.org > > > I suspect that the single threaded library is required for Emacs, as > the multithreaded library will be allocating heap memory for each > thread behind your back to avoid problems with global variables, so > there will always be a conflict between Emacs's and the C library's > malloc routines. Alas, there's no single-threaded library that comes with VS 2005: they removed it. The docs says "use the multithreaded library instead". So it sounds like all later versions of MSVC will have this problem.