On Mon, Jul 07, 2003 at 12:34:31PM -0700, Jeff Smith wrote: > If I am not mistaken, /usr/local/lib is the *standard* location to find > the freetype libraries, if it is built stand-alone, as opposed to being > built as part of XFree86. Of course, I would have thought that > /usr/local/lib should be a part of the standard library search path. > > Note that we should probably first try pkg-config, then freetype-config, > then fall back on standard locations when looking for the freetype > libraries.
And we do not even link against them, we just need the headers. The libraries are loaded dynamically, where the search path is not honored yet. Ciao, Marcus