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

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

Re: GTK build crashes under X


From: Jan Djärv
Subject: Re: GTK build crashes under X
Date: Wed, 06 Dec 2006 16:50:47 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061107)

Hmm, modifying the Makefile wont do, as pango dynamically links in fontconfig at runtime.

If you built fontconfig under /usr/local/lib and the libfontconfig.so file is in /usr/local/lib, you should be able to do

% LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
% export LD_LIBRARY_PATH
% emacs

or
% gdb emacs

to get Emacs to use the fontconfig you have compiled.

I haven't tried this though.

        Jan D.





reply via email to

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