libXft.so: undefined reference to `FT_Library_SetLcdFilter'

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

3 posts / 0 new
Last post
libXft.so: undefined reference to `FT_Library_SetLcdFilter'

Submitted by Joe Santmyer on Sun, 05/02/2010 - 01:37. General Questions
I get this error during the make. Here are the details.

make[2]: Entering directory `/home/joe/motif/openmotif-2.3.0/tools/wml'
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -I/usr/include/freetype2 -o wmldbcreate wmldbcreate.o ../../lib/Xm/libXm.la -lXft -ljpeg -lpng
gcc -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -I/usr/include/freetype2 -o .libs/wmldbcreate wmldbcreate.o ../../lib/Xm/.libs/libXm.so -lXmu -lXt -lXext -lXp -lX11 -lXft /usr/lib/libjpeg.so -lpng -Wl,--rpath -Wl,/usr/X11R6/lib
/usr/lib/../lib/gcc/i486-linux-gnu/4.4.1/../../../../lib/libXft.so: undefined reference to `FT_Library_SetLcdFilter'
collect2: ld returned 1 exit status
make[2]: *** [wmldbcreate] Error 1
make[2]: Leaving directory `/home/joe/motif/openmotif-2.3.0/tools/wml'

Joe Santmyer

I solved the problem with the following command.

LIBS=-lfreetype ./configure

Joe Santmyer

I solved the problem with the following command.

LIBS=-lfreetype ./configure