Hello all on the list,
 
I have a Linux apllication which is using statically linked FreeType library. I have rewritten(using dlopen,dlsym etc.) all FT function calls in the app so they should be loaded at runtime from freetype.so dynamic library(usually installed on most current Linux desktops). But when I compile the application it looks like the size of the new executable contains still statically linked FreeType code. What I'm doing wrong?
Sorry if this question a bit stupid but I'm Linux newbie.
 
thanks for any help,
 
Richard
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to