PDA

View Full Version : libQtGui.so - Undefined reference to `FcFreeTypeQueryFace'



Swankee
14th January 2010, 14:47
We're in the process of deploying a release to 64bit Red Hat Linux that was developed in Windows. The error above is not specific to our project as I created a blank form with a Qpushbutton, compiled it and received the same error:

/home/swankee/qtsdk-2009.05/qt/lib/libQtGui.so: undefined reference to `FcFreeTypeQueryFace'
collect2: ld returned 1 exit status
make: *** [HelloWorld] Error 1

I found a reference online that suggested that I needed freetype - installed it. Freetype needs fontconfig so I installed that too. Both of these had no positive effect. thanks for the guidance