Thank you for providing this list. It shows that you only link against
X11R7 libraries, so the X11R6 showing up in the linker command was a
red
herring, just as Nicola thought.
Actually this list looks correct to me. This again points at your
libfreetype as being responsible for this problem.
The FTC code is, as David wrote used for font caching. In the cairo
backend we aren't using this directly, but you are compiling the art
bachend and there the interaction with the fonts happens on this level
(See font.m).
Your "strings" test seems to suggest that your version of libfreetype
was compiled without the FTC part, but I really cannot believe this.
Is
there anybody out there on NetBSD 5.0.2 to verify this?