
junk at puffin
Feb 23, 2003, 11:31 AM
Views: 1478
Permalink
|
|
Compilation Problem: "/usr/bin/ld: cannot find -lqte-mt"
|
|
Hi, I'm having problems compiling MythTV on a Debian system running 2.2.20 and the latest release of MythTV (0.7) posted to the web site. I've gone off and install MySQL, LAME and QT and get the following when trying to compile: [snip] cd libmyth && make -f Makefile make[2]: Entering directory `/root/moo/mythtv-0.7/libs/libmyth' rm -f libmyth-0.7.so.0.7.0 libmyth-0.7.so libmyth-0.7.so.0 libmyth-0.7.so.0.7 g++ -shared -Wl,-soname,libmyth-0.7.so.0 -o libmyth-0.7.so.0.7.0 dialogbox.o guidegrid.o infodialog.o infostructs.o lcddevice.o programinfo.o settings.o themedmenu.o mythcontext.o moc_dialogbox.o moc_guidegrid.o moc_infodialog.o moc_lcddevice.o moc_themedmenu.o -Wl,-rpath,/usr/share/qt/lib -L/usr/share/qt/lib -lqte-mt -lpthread /usr/bin/ld: cannot find -lqte-mt collect2: ld returned 1 exit status make[2]: *** [libmyth-0.7.so.0.7.0] Error 1 make[2]: Leaving directory `/root/moo/mythtv-0.7/libs/libmyth' make[1]: *** [sub-libmyth] Error 2 make[1]: Leaving directory `/root/moo/mythtv-0.7/libs' make: *** [sub-libs] Error 2 debian:~/moo/mythtv-0.7# export LD_LIBRARY_PATH=/usr/share/qt/lib:$LD_LIBRARY_PATH There are two free versions of QT on the TrollTech website; one is a version for X11 and one is a (iirc) "contrib" version. I've gone ahead and installed the contrib version for now. The only thing I appear to be missing from the recommended specification is a capture card, but I just wanted to check that I could get the rest up and running prior to going out and buying one. I'd welcome any suggestions on how to fix this problem. Many thanks. Regards, Ade.
|