Hi all,

I have a Qt app and while compiling its giving the following error.............

Qt Code:
  1. /usr/lib/libQtCore.so: undefined reference to `clock_gettime@@GLIBC_2.2'
  2. /usr/lib/libQtCore.so: undefined reference to `g_thread_init'
  3. collect2: ld returned 1 exit status
To copy to clipboard, switch view to plain text mode 

in /usr/lib path, i have libQtCore.so.4.5.0 and the symbolic links

Can anyone plz help me to resolve this issue?

Payal