emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 22.0.95 fails to link (missing -lX11) on Solaris with Sun cc


From: Jan Djärv
Subject: Re: 22.0.95 fails to link (missing -lX11) on Solaris with Sun cc
Date: Sun, 04 Mar 2007 06:53:20 +0100
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)



Richard Stallman skrev:
    This patch (reverts Jan 26 change) fixes it for me on Solaris 10,
    don't know if it breaks anything else. It can't hurt to include -lX11
    twice, can it?

Jan made that change in Makefile.in, probably to fix a bug.
Just removing it is probably not a good idea.

Jan, what was that bug?

The bug was that Emacs crashes when some gnome themes are used. This is because Xft gets loaded and unloaded with dlopen, but pointers to its internal data remain. There is a bug filed on Xft/fontconfig. As a workaround we link Emacs with Xft to keep it from being unloaded.

As long as we link the same libraries we should be fine.

        Jan D.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]