From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Linking error in fileio.c Date: Fri, 13 May 2005 16:46:09 +0100 Message-ID: <4284CBC1.7080700@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1115998884 14070 80.91.229.2 (13 May 2005 15:41:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 May 2005 15:41:24 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 13 17:41:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DWcH9-00024m-Td for ged-emacs-devel@m.gmane.org; Fri, 13 May 2005 17:40:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DWcQK-0003ks-E3 for ged-emacs-devel@m.gmane.org; Fri, 13 May 2005 11:50:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DWcQ3-0003jm-Te for emacs-devel@gnu.org; Fri, 13 May 2005 11:49:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DWcQ0-0003hi-PW for emacs-devel@gnu.org; Fri, 13 May 2005 11:49:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DWcPz-0003gR-Lu for emacs-devel@gnu.org; Fri, 13 May 2005 11:49:39 -0400 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DWcTS-00030R-E1 for emacs-devel@gnu.org; Fri, 13 May 2005 11:53:14 -0400 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 2RRVMTWT; Fri, 13 May 2005 16:44:38 +0100 Original-Received: from 217.205.90.2 ([217.205.90.2] helo=[10.10.5.77]) by ASSP-nospam ; 13 May 05 15:44:37 -0000 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org 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:37082 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37082 The latest version of fileio.c produces the following linker error on w32: src/fileio.c:4520: undefined reference to `unlock_file' Other uses of unlock_file seem to be inside #ifdef CLASH_DETECTION blocks. I'm not sure if that is the correct fix here.