[mythtv] Compile problem

Randy mythtv-dev@snowman.net
Sat, 21 Sep 2002 16:59:52 -0600


Hi folks.  I'm getting the following error when I try to compile myth:

make[1]: Leaving directory `/home/rpage/myth/cvs/MC/programs'
cd themes && qmake -o Makefile
cd themes && make -f Makefile
make[1]: Entering directory `/home/rpage/myth/cvs/MC/themes'
gcc -c -pipe -Wall -W -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro 
-march=i586 -ffast-math -fno-strength-reduce  -DQT_NO_DEBUG 
-I/usr/lib/qt3/include -I/usr/lib/qt3/mkspecs/default -o dummy.o dummy.c
g++  -o themes dummy.o   -L/usr/lib/qt3/lib -L/usr/X11R6/lib -lqt -lXext -lX11 
-lm
/usr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
make[1]: *** [themes] Error 1
make[1]: Leaving directory `/home/rpage/myth/cvs/MC/themes'
make: *** [sub-themes] Error 2
[rpage@chiba MC]$

Any ideas?  I'm running mdk 8.2 w/kde3.

Randy