Hi,

I get the following error when compiling a code in qt.

1)

Qt Code:
  1. /opt/qtsdk-2009.04/qt/lib/libQtGui.so: undefined reference to `FcFreeTypeQueryFace'
To copy to clipboard, switch view to plain text mode 

2) on the net searching, i find, i need to install fontconfig.


http://www.512kbps.com/2008/01/16/li...-wrong-format/

3) The above link, suggests to install with options

–enable-lib64
–libdir=/usr/lib64

However, I get error

Qt Code:
  1. /usr/lib/libexpat.so: could not read symbols: File in wrong format
To copy to clipboard, switch view to plain text mode 

how is it possible to install fontconfig successfully.

Brgds,

kNish