From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu 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: Mon, 18 Feb 2008 11:32:44 -0800 Message-ID: <200802181932.m1IJWiu7007097@sallyv1.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203363283 17356 80.91.229.12 (18 Feb 2008 19:34:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2008 19:34:43 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Peter Dyballa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 18 20:35: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 1JRBlX-00086R-Sx for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 20:35:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRBl3-0008Fk-B6 for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 14:34:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRBky-0008FE-57 for emacs-devel@gnu.org; Mon, 18 Feb 2008 14:34:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRBkw-0008Ek-DY for emacs-devel@gnu.org; Mon, 18 Feb 2008 14:34:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRBkw-0008Eg-4Z for emacs-devel@gnu.org; Mon, 18 Feb 2008 14:34:26 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRBkv-0006HF-Q6 for emacs-devel@gnu.org; Mon, 18 Feb 2008 14:34:25 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JRBkv-0004Ot-Gr for emacs-pretest-bug@gnu.org; Mon, 18 Feb 2008 14:34:25 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JRBks-0006Fz-9x for emacs-pretest-bug@gnu.org; Mon, 18 Feb 2008 14:34:25 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JRBkr-0006FU-UG for emacs-pretest-bug@gnu.org; Mon, 18 Feb 2008 14:34:22 -0500 X-ICS-MailScanner-Watermark: 1203967965.09726@gLmScqa4VLWzw34yRs1gxA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m1IJWiu7007097; Mon, 18 Feb 2008 11:32:44 -0800 (PST) In-Reply-To: (Peter Dyballa's message of "Mon, 18 Feb 2008 19:52:51 +0100") Original-Lines: 13 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_XF 0.08) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:89513 gmane.emacs.pretest.bugs:21204 Archived-At: Peter Dyballa writes: > Hello! > > GNU Emacs 23.0.60 with enabled font backend and then using the xft > variant crashes it reliably. Problem can be that at run-time two > versions of the shared library get used on Mac OS X, marked with *: Your problem lies in linking 2 versions of the same library. You should only ever do that if you know exactly what you are doing, and know details about the libraries and their users. So, IMO, there's nothing that emacs should do about this.