CentOS、Qt 4.7、および GCC 4.4 で開発してきました
GCC 4.7.2 を含む Red Hat Developer Toolset 1.1 をインストールしましたが、 の最後にmake
エラーが表示されます
/usr/bin/ld: ../../bin/Solo: undefined reference to symbol 'pthread_rwlock_trywrlock@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_rwlock_trywrlock@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line
/lib64/libpthread.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
Qtスレッドがそれを参照していると思います。どうすれば修正できますか?