More on: libcairo.so: undefined reference to `FT_GlyphSlot_Embolden'

2006-09-28 Thread Peter
On my test system: Slackware 11, garnome 2.16.0, the following error continues to occur with desktop/ekiga. g++ -g -I/opt/gnome/2.16.0/include -O2 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wl,--export-dynamic -o ekiga accounts.o addressbook.o callbacks.o callshistory.o chat.o

Re: More on: libcairo.so: undefined reference to `FT_GlyphSlot_Embolden'

2006-09-28 Thread Joseph E. Sacco, Ph.D.
Peter, Problems like this are often associated with errant libtool .la files. (1) Identify the .la files that contain libfreetype [grep for the word freetype] (2) For each file that contains libfreetype, inspect the file to see whether the GARNOME or Slackware version is being accessed.

Re: More on: libcairo.so: undefined reference to `FT_GlyphSlot_Embolden'

2006-09-28 Thread Peter
On Thu, 28 Sep 2006 08:59:00 -0400, Joseph E. Sacco, Ph.D. wrote: Peter, Problems like this are often associated with errant libtool .la files. (1) Identify the .la files that contain libfreetype [grep for the word freetype] (2) For each file that contains libfreetype, inspect the

Re: More on: libcairo.so: undefined reference to `FT_GlyphSlot_Embolden'

2006-09-28 Thread Joseph E. Sacco, Ph.D.
Ok... That is the first step in the hunt for libfreetype. The second step is to repeat this search in /usr/lib. A GARNOME application may access a libtool file for an external dependency that requires libfreetype. -Joseph = On

Re: More on: libcairo.so: undefined reference to `FT_GlyphSlot_Embolden'

2006-09-28 Thread Peter
On Thu, 28 Sep 2006 11:29:54 -0400, Joseph E. Sacco, Ph.D. wrote: Ok... That is the first step in the hunt for libfreetype. The second step is to repeat this search in /usr/lib. A GARNOME application may access a libtool file for an external dependency that requires libfreetype.