[plt-scheme] font smoothing?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Dec 30 18:20:01 EST 2003

At Tue, 30 Dec 2003 18:04:37 -0500 (EST), Bruce Hauman wrote:
> 
> On Tue, 30 Dec 2003, Matthew Flatt wrote:
> 
> > If so, what does
> >
> >  xft-config --libs
> >
> > produce?
> >
> 
> It gives me:
> -lXft -lfreetype -lz -L/usr/X11R6/lib -lXrender
> 
> Hope this helps.

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 ...

?

Matthew



Posted on the users mailing list.