|
[code:1]
main.o(.text+0x50): In function `main':
/root/qt code/fivebyfive/main.cpp:7: undefined reference to `KApplication::KApplication[in-charge](int&, char**, QCString const&,bool, bool)'
main.o(.text+0xa7):/root/qt code/fivebyfive/main.cpp:11: undefined reference to `KApplication::~KApplication [in-charge]()'
collect2: ld returned 1 exit status
make: *** [fivebyfive] Error 1
[/code:1]
所以带kapp.h的程序都有这样的错误,是不是我的lib有问题啊??? |
|