On Monday 04 Nov 2002 6:06 pm, Binand Raj S. wrote: > On Sun, Nov 03, 2002 at 12:08:56PM +0530, L.V.Gandhi wrote: > > I am using mdk 9. I wanted to compile KHdRecord. First it couldn't find > > QTDIR. I gave export QTDIR=/usr/lib/qt3 > > Then while compiling I got this error > > -lpthread \ > > -L. -Llib/ -lhdrecord -lmp3lame -lvorbis -lvorbisenc -logg -lqt > > /usr/bin/ld: cannot find -lqt > > collect2: ld returned 1 exit status > > make: *** [KHdRecord] Error 1 > > How to go now? > > I can't see -L /usr/lib/qt3 there. Maybe you should run configure with > --with-qt=/usr/lib/qt3 (or something similar). I got the answer from author that make refers to -lqt. now it is qt-mt. hence I corrected make file. this error gone. But I got neww error as follows. undefined reference to `QPaintDevice::fontInf(QFont*, int) const' ./libhdrecord.a(settingsbox_object.o): In function `SettingsBox::~SettingsBox [in-charge]()': settingsbox_object.o(.gnu.linkonce.t._ZN11SettingsBoxD1Ev+0x18): undefined reference to `QDialog::~QDialog [not-in-charge]()' ./libhdrecord.a(settingsbox_object.o): In function `SettingsBox::~SettingsBox [in-charge deleting]()': settingsbox_object.o(.gnu.linkonce.t._ZN11SettingsBoxD0Ev+0x19): undefined reference to `QDialog::~QDialog [not-in-charge]()' ./libhdrecord.a(settingsbox_object.o)(.gnu.linkonce.d._ZTI11SettingsBox+0x8): undefined reference to `typeinfo for QDialog' collect2: ld returned 1 exit status make: *** [KHdRecord] Error 1
What to do now? -- L.V.Gandhi 203, Soundaryalahari Apartments, Lawsons Bay colony, Visakhapatnam, 530017 MECON, 5th Floor, RTC Complex, Visakhapatnam AP 530020 INDIA ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
