Dear friends,
I have updated to Freetype 2.4.10 (my previous version was 2.1.9)
and can not compile  my project on two from my three Unix-machines.
On AIX (gcc 4.2.4) everything is ok, but the linker on Linux (gcc 4.2.1) and Solaris
(gcc 3.4.6) can not find two methods from  "ftglyph.c"
: undefined reference to `FT_Get_Glyph'
: undefined reference to `FT_Done_Glyph'
ftglyph.o object file is compiled and contain both these functions.
So I am really puzzled, why the linker somehow does not see these functions.
I do not use configure and write Makefile manually.
"ftglyph" has changed a lot since my previous version, I have added ftbitmap
to my objects to compile.
I will be very gratefull for any suggestions.
Thank you very much in advance,
Yuliana


_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to