I recently switched to SVN for the new firewire stuff. The compile went smoothly on my backend, but I am having a problem with the frontend which is an IBM thinkpad A30. I have installed everything listed in the docs. I do this:
<br><br>./configure --prefix=/usr/local --disable-backend<br>qmake <a href="http://mythtv.pro">mythtv.pro</a><br>make<br><br>And it dies here:<br><br>g++ -c -pipe -march=pentiumpro -fomit-frame-pointer -O3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -D__STDC_CONSTANT_MACROS -I/usr/include/kde/artsc -pthread -I/usr/include/glib-
2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -D_REENTRANT -D_REENTRANT -DPIC -fPIC&nbsp; -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\&quot;/usr/local\&quot; -DLIBDIR=\&quot;/usr/local/lib\&quot; -DUSING_OSS -DUSE_ALSA -DUSE_JOYSTICK_MENU -DUSE_LIRC -DUSE_ARTS -DUSING_X11 -DUSING_XRANDR -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/local/include -I/usr/include -I../libmythsamplerate -I../libmythsoundtouch -I../.. -I.. -I. -I/usr/include/qt3 -o moc_lirc.o moc_lirc.cpp
<br>/usr/share/qt3/bin/moc screensaver-x11.h -o moc_screensaver-x11.cpp<br>g++ -c -pipe -march=pentiumpro -fomit-frame-pointer -O3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -D__STDC_CONSTANT_MACROS -I/usr/include/kde/artsc -pthread -I/usr/include/glib-
2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -D_REENTRANT -D_REENTRANT -DPIC -fPIC&nbsp; -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\&quot;/usr/local\&quot; -DLIBDIR=\&quot;/usr/local/lib\&quot; -DUSING_OSS -DUSE_ALSA -DUSE_JOYSTICK_MENU -DUSE_LIRC -DUSE_ARTS -DUSING_X11 -DUSING_XRANDR -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/local/include -I/usr/include -I../libmythsamplerate -I../libmythsoundtouch -I../.. -I.. -I. -I/usr/include/qt3 -o moc_screensaver-
x11.o moc_screensaver-x11.cpp<br>rm -f libmyth-0.20.so.0.20.0 <a href="http://libmyth-0.20.so">libmyth-0.20.so</a> libmyth-0.20.so.0 libmyth-0.20.so.0.20<br>g++ -shared -Wl,-soname,libmyth-0.20.so.0 -o libmyth-0.20.so.0.20.0
 audiooutput.o audiooutputbase.o audiooutputnull.o backendselect.o dbsettings.o dialogbox.o DisplayRes.o DisplayResScreen.o generictree.o httpcomms.o langsettings.o lcddevice.o managedlist.o mythconfigdialogs.o mythconfiggroups.o
 mythcontext.o mythdbcon.o mythdialogs.o mythmedia.o mythmediamonitor.o mythobservable.o mythplugin.o mythsocket.o mythstorage.o mythwidgets.o mythwizard.o oldsettings.o output.o qmdcodec.o remotefile.o screensaver.o screensaver-null.o
 settings.o themeinfo.o uilistbtntype.o uitypes.o util.o util-x11.o volumebase.o volumecontrol.o virtualkeyboard.o xmlparse.o mythhdd.o mythcdrom.o audiooutputoss.o mediamonitor-unix.o mythcdrom-linux.o audiooutputalsa.o 
jsmenu.o jsmenuevent.o lirc.o lircevent.o audiooutputarts.o screensaver-x11.o DisplayResX.o moc_backendselect.o moc_dialogbox.o moc_httpcomms.o moc_lcddevice.o moc_managedlist.o moc_mythconfigdialogs.o moc_mythconfiggroups.o moc_mythcontext.o moc_mythdialogs.o moc_mythmedia.o moc_mythmediamonitor.o moc_mythwidgets.o moc_mythwizard.o moc_settings.o moc_uilistbtntype.o moc_uitypes.o moc_virtualkeyboard.o moc_mythcdrom.o moc_jsmenu.o moc_lirc.o moc_screensaver-
x11.o&nbsp; -L/usr/share/qt3/lib -L../libmythsamplerate -lmythsamplerate-0.20 -L../libmythsoundtouch -lmythsoundtouch-0.20 -llirc_client -lfreetype -lz -lmp3lame -lasound -L/usr/lib -lartsc -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -
lglib-2.0 -ldirectfb -lfusion -ldirect -L/usr/X11R6/lib -lXinerama -lXv -lXxf86vm -lXrandr -lGL -lGLU -lqt-mt -lXext -lX11 -lm -lpthread<br>/usr/bin/ld: cannot find -lGL<br>collect2: ld returned 1 exit status<br>make[2]: *** [
libmyth-0.20.so.0.20.0] Error 1<br>make[2]: Leaving directory `/home/stephen/prog/mythtv/libs/libmyth&#39;<br>make[1]: *** [sub-libmyth] Error 2<br>make[1]: Leaving directory `/home/stephen/prog/mythtv/libs&#39;<br>make: *** [sub-libs] Error 2
<br><br>I&#39;ve tried google, but can&#39;t find anyone with the same error. Any ideas?<br>