vote up 0 vote down star

Hello,

I am getting the following error while compiling a sample program in Qt 4.5 in Ubuntu OS.

/usr/bin/ld: cannot find -lgthread-2.0
collect2: ld returned 1 exit status
flag

1 Answer

vote up 0 vote down check

I found the solution, I installed the library libqt4-dev by typing the command

sudo apt-get install libqt4-dev

and the problem got solved.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.