I installed QT Creator 1.2.1 ( QT 4.5.3 (32 bit) ) in Fedora 11 running in 
VMWARE player.  Under new project, I created a "console application".  I then 
attempted to build the code that was auto-generated.  The build process failed 
with the following error message:

 

Running build steps for project QT_hello...

Starting: /opt/qtsdk-2009.04/qt/bin/qmake /home/vadmin/QT_hello/QT_hello.pro 
-spec linux-g++ -r CONFIG+=debug 

Exited with code 0.

Starting: /opt/mv_pro_5.0/montavista/common/bin/make -w 

make: Entering directory `/home/vadmin/QT_hello'

g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_CORE_LIB -DQT_SHARED 
-I/opt/qtsdk-2009.04/qt/mkspecs/linux-g++ -I. 
-I/opt/qtsdk-2009.04/qt/include/QtCore -I/opt/qtsdk-2009.04/qt/include -I. -o 
main.o main.cpp

g++ -Wl,-rpath,/opt/qtsdk-2009.04/qt/lib -o QT_hello main.o 
-L/opt/qtsdk-2009.04/qt/lib -lQtCore -L/opt/qtsdk-2009.04/qt/lib -lm -pthread 
-lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread

/usr/bin/ld: cannot find -lgthread-2.0

collect2: ld returned 1 exit status

make: *** [QT_hello] Error 1

make: Leaving directory `/home/vadmin/QT_hello'

Exited with code 2.

Error while building project QT_hello

When executing build step 'Make'

 

I'd appreciate some assistance in resolving this issue.

 

 

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to