|
| 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) |
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.
| [Prev in Thread] | Current Thread | [Next in Thread] |