[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] Freetype 2.4.10 - undefined reference to `FT_Get_Glyph' and "
From: |
Yuliana Zigangirova |
Subject: |
[ft-devel] Freetype 2.4.10 - undefined reference to `FT_Get_Glyph' and "FT_Done_Glyph" |
Date: |
Sat, 22 Sep 2012 20:11:30 +0400 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 |
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
- [ft-devel] Freetype 2.4.10 - undefined reference to `FT_Get_Glyph' and "FT_Done_Glyph",
Yuliana Zigangirova <=