From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; How to make some libraries link statically via pkg-config files? Date: Wed, 20 Feb 2008 09:32:27 +0900 Message-ID: <87mypwwjqc.fsf@uwakimon.sk.tsukuba.ac.jp> References: <200802181932.m1IJWiu7007097@sallyv1.ics.uci.edu> <200802190010.m1J0AVpZ018954@sallyv1.ics.uci.edu> <5EFB325D-55DD-40CA-B58C-B2B5EF2C3248@freenet.de> <200802190959.m1J9xJi4026244@sallyv1.ics.uci.edu> <94E6C176-81C7-481F-B24A-012FFEC24F8D@freenet.de> <871w78y9gx.fsf@uwakimon.sk.tsukuba.ac.jp> <264B33CD-5889-4A8E-A8B5-B70CC8C65CAB@freenet.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203467144 2721 80.91.229.12 (20 Feb 2008 00:25:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Feb 2008 00:25:44 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Dan Nicolaescu To: Peter Dyballa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 20 01:26:07 2008 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 1JRcmi-0006N3-4n for ged-emacs-devel@m.gmane.org; Wed, 20 Feb 2008 01:26:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRcmD-0001dJ-4e for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2008 19:25:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRcm8-0001d6-Cx for emacs-devel@gnu.org; Tue, 19 Feb 2008 19:25:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRcm6-0001cu-2J for emacs-devel@gnu.org; Tue, 19 Feb 2008 19:25:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRcm5-0001cr-SB for emacs-devel@gnu.org; Tue, 19 Feb 2008 19:25:25 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRcm5-0004Cx-LH for emacs-devel@gnu.org; Tue, 19 Feb 2008 19:25:25 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JRcm5-00062i-Eu for emacs-pretest-bug@gnu.org; Tue, 19 Feb 2008 19:25:25 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JRcm2-0004CF-AF for emacs-pretest-bug@gnu.org; Tue, 19 Feb 2008 19:25:25 -0500 Original-Received: from mtps01.sk.tsukuba.ac.jp ([130.158.97.223]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRcm1-0004Bx-SG for emacs-pretest-bug@gnu.org; Tue, 19 Feb 2008 19:25:22 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps01.sk.tsukuba.ac.jp (Postfix) with ESMTP id C0C711535AE; Wed, 20 Feb 2008 09:25:19 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 1B1511A29E5; Wed, 20 Feb 2008 09:32:28 +0900 (JST) In-Reply-To: <264B33CD-5889-4A8E-A8B5-B70CC8C65CAB@freenet.de> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" 42711a251efd XEmacs Lucid X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:89627 gmane.emacs.pretest.bugs:21236 Archived-At: Peter Dyballa writes: > It does show: > > /usr/X11R6/lib/libfontconfig.1.dylib (compatibility version > 1.0.0, current version 1.0.0) [etc] > I was (I still am?) hoping that a statically linked library would > satisfy these dependencies too. I doubt it. Even if it does, I think you are very likely to run into ABI changes that will cause link errors and/or runtime errors. Have you tried installing Fink's Xft library and linking to that instead of whatever is in /usrX11R6/lib?