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: --with-gtk as default? Date: Thu, 01 Mar 2007 06:20:02 +0200 Message-ID: References: <85wt23idxi.fsf@lola.goethe.zz> <85649ni9h8.fsf@lola.goethe.zz> <85d53u7q2f.fsf@lola.goethe.zz> <45E52FF1.4010600@swipnet.se> <45E5FEF4.3010804@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1172722819 14673 80.91.229.12 (1 Mar 2007 04:20:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Mar 2007 04:20:19 +0000 (UTC) Cc: jan.h.d@swipnet.se, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 01 05:20:11 2007 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 1HMcm3-0002l8-Dn for ged-emacs-devel@m.gmane.org; Thu, 01 Mar 2007 05:20:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMcm4-0006uw-Fu for ged-emacs-devel@m.gmane.org; Wed, 28 Feb 2007 23:20:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMclt-0006uh-NH for emacs-devel@gnu.org; Wed, 28 Feb 2007 23:20:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMclr-0006uS-Tz for emacs-devel@gnu.org; Wed, 28 Feb 2007 23:20:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMclr-0006uP-PM for emacs-devel@gnu.org; Wed, 28 Feb 2007 23:19:59 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HMclq-0003Na-FB; Wed, 28 Feb 2007 23:19:58 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-44-219.inter.net.il [84.228.44.219]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BZU23723 (AUTH halo1); Thu, 1 Mar 2007 06:19:49 +0200 (IST) In-reply-to: <45E5FEF4.3010804@gnu.org> (message from Jason Rumney on Wed, 28 Feb 2007 22:15:16 +0000) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:67101 Archived-At: > Date: Wed, 28 Feb 2007 22:15:16 +0000 > From: Jason Rumney > Cc: =?ISO-8859-1?Q?Jan_Dj=E4rv?= , > emacs-devel@gnu.org > > Not with GTK, but I think the underlying problem is the same as we > encountered a few months ago trying to get Emacs compiling with the > latest version of msvc when we tried linking with the DLL version of the > Microsoft C Library. Yes, of course. The fact that symbol resolution is done at link time on Windows (as opposed to runtime) is something we cannot change.