[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] otv_module_class
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] otv_module_class |
Date: |
Tue, 07 Dec 2004 14:36:48 +0100 (CET) |
> I just pulled down the cvs tree, and build freetype.
>
> When I attempted to link (actually dlopen) with the resultant
> library I got:
> /usr/lib/libfreetype.so: undefined symbol: otv_module_class
Are you sure that you've built from scratch, removing all object
files? Are you linking to the right version of libfreetype?
otv_module_class is used exactly as, say, sfnt_module_class, so it
should behave correctly.
Werner