On Tue, 6 Jan 2004, David D wrote: > [this question has been sent to gnubies-il couple of > days ago, but since there was no answer there, I'm > trying my luck here. sorry for cross-post] > > Hi, > I have a very annoying problem on my mdk9.2. I tried > to comile a QT > package (namely Kcheckers: > http://kcheckers.osdn.org.ua/http://kcheckers.osdn.org.ua/) > and I've > got zellions of "undefined reference" error messages. > > > When I try to create a new QT project in Kdevelop, I > get the > following error "configure: error: Qt (>= Qt 3.0.3) > (library qt-mt) > not found". > Please help. Thanks > Some diagnostics: > [me]$ gcc --version > 2.95.3 > #I've replaced gcc3.2 with gcc2.95.3
Linus Torvalds was saying how gcc2.95 and gcc3.2 can be sanely assumed as two different compilers. It's much much more true when it comes to C++ code. Do you really think 2.95 objects can link to qt libs compiled with 3.2? behdad > [me]$ urpmf qt-mt > libqt3:/usr/lib/qt3/lib/libqt-mt.prl > libqt3:/usr/lib/qt3/lib/libqt-mt.so.3 > libqt3:/usr/lib/qt3/lib/libqt-mt.so.3.1 > libqt3:/usr/lib/qt3/lib/libqt-mt.so.3.1.2 > libqt3-devel:/usr/lib/qt3/lib/libqt-mt.so > libqt3:/usr/lib/qt3/lib/libqt-mt.prl > libqt3:/usr/lib/qt3/lib/libqt-mt.so.3 > libqt3:/usr/lib/qt3/lib/libqt-mt.so.3.1 > libqt3:/usr/lib/qt3/lib/libqt-mt.so.3.1.2 > libqt3-devel:/usr/lib/qt3/lib/libqt-mt.so > libqt3:/usr/lib/qt3/lib/libqt-mt.prl > libqt3:/usr/lib/qt3/lib/libqt-mt.so.3 > libqt3:/usr/lib/qt3/lib/libqt-mt.so.3.1 > libqt3:/usr/lib/qt3/lib/libqt-mt.so.3.1.2 > libqt3-devel:/usr/lib/qt3/lib/libqt-mt.so > [root]# rpm -qa | grep qt > libqt3-3.1.2-14.1.92mdk > qt3-common-3.1.2-14.1.92mdk > qt3.1.2-3.1.2-1 > libqt3-devel-3.1.2-14.1.92mdk > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes > http://hotjobs.sweepstakes.yahoo.com/signingbonus > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > > > ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
