From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: CVS checkout (2009-04-16) fails to link under Solaris 9 and AIX 5L Date: Fri, 17 Apr 2009 14:41:04 -0400 Message-ID: <87tz4n86nz.fsf@cyd.mit.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239993585 12368 80.91.229.12 (17 Apr 2009 18:39:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Apr 2009 18:39:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Harald Maier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 17 20:41:04 2009 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 1Luszc-00007a-6l for ged-emacs-devel@m.gmane.org; Fri, 17 Apr 2009 20:40:52 +0200 Original-Received: from localhost ([127.0.0.1]:42591 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LusyD-0003sQ-Cf for ged-emacs-devel@m.gmane.org; Fri, 17 Apr 2009 14:39:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lusy6-0003oU-Sp for emacs-devel@gnu.org; Fri, 17 Apr 2009 14:39:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lusy2-0003eQ-Q2 for emacs-devel@gnu.org; Fri, 17 Apr 2009 14:39:18 -0400 Original-Received: from [199.232.76.173] (port=45499 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lusy2-0003dy-Kz for emacs-devel@gnu.org; Fri, 17 Apr 2009 14:39:14 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:60852) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lusy2-0004Jj-Dl for emacs-devel@gnu.org; Fri, 17 Apr 2009 14:39:14 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 76CBD57E21C; Fri, 17 Apr 2009 14:41:04 -0400 (EDT) In-Reply-To: (Harald Maier's message of "Fri, 17 Apr 2009 18:45:17 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110330 Archived-At: Harald Maier writes: > The problem exists too unter GNU/Linux if emacs is build only with > xfont.o. The symbols "Qja" and "Qko" are defined in "ftfont.c" and > used in xfont.c and xftfont.c. If we can place the defintion in > xfont.c and use in ftfont.c and xftfont.c "extern" references all > works fine. I've checked in a fix. Thanks for noticing this problem.