[plt-scheme] font smoothing?
On Tue, 30 Dec 2003, Matthew Flatt wrote:
> Could it be that "xft-config --libs" is wrong, because it leaves out
> -lfontconfig? For me:
>
> % xft-config --libs
> -L/usr/X11R6/lib -lXft -lfreetype -L/usr/X11R6/lib -lfontconfig
> -L/usr/X11R6/lib -lXrender
>
>
> What if you add -lfontconfig manually, like this:
>
> env LDFLAGS="-L/usr/X11R6/lib -lfontconfig" configure ...
>
> ?
Wow, thanks you I had to edit xtf-config by hand to let it know about
fontconfig.
Drscheme compiles now!
but ... and another thread begins.
Bruce