[plt-scheme] font smoothing?

From: Bruce Hauman (bhauman at cs.wcu.edu)
Date: Tue Dec 30 21:06:43 EST 2003

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


Posted on the users mailing list.