<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
after upgrading my one year old Gentoo installation, i get the
following error when i try to build mythtv:<br>
<br>
cd programs &amp;&amp; make -f Makefile<br>
make[1]: Entering directory `/home/mythtv/mythtv_build/mythtv/programs'<br>
cd mythtv &amp;&amp; make -f Makefile<br>
make[2]: Entering directory
`/home/mythtv/mythtv_build/mythtv/programs/mythtv'<br>
ccache g++ -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -o mythtv
main.o    -L/usr/qt/3/lib -L../../libs/libmyth -L../../libs/libmythtv
-L../../libs/libavutil -L../../libs/libavcodec -L../../libs/libavformat
-L../../libs/libmythfreemheg -L../../libs/libmythui
-L../../libs/libmythupnp -L../../libs/libmythlivemedia -lmythtv-0.20
-lmythavformat-0.20 -lmythavutil-0.20 -lmythavcodec-0.20
-lmythfreemheg-0.20 -lmythupnp-0.20 -lmythlivemedia-0.20 -lmyth-0.20
-lmythui-0.20 -lfreetype -lz -lmp3lame -lasound -L/usr/X11R6/lib
-lXinerama -lXv -lXxf86vm -lXrandr -lXvMCW -lXvMC -lqt-mt -lGLU -lGL
-lXmu -lXext -lX11 -lm -lpthread<br>
<font color="#ff0000">../../libs/libmythtv/libmythtv-0.20.so: undefined
reference to `MHSetLogging(_IO_FILE*, unsigned int)'<br>
../../libs/libmythtv/libmythtv-0.20.so: undefined reference to
`MHCreateEngine(MHContext*)'</font><br>
collect2: ld gab 1 als Ende-Status zurÃ&frac14;ck<br>
<br>
Because of the realy big upgrade of the system i did a emerge -ave
system &amp;&amp; emerge -ave world (yeah this one takes 2 days)
to be shure everything is in a sane state.<br>
I also found this thread on gossamer
-&gt;<a target="_blank" class="moz-txt-link-freetext"
 href="http://webmail.methamorphose.com/horde/services/go.php?url=http%3A%2F%2Fwww.gossamer-threads.com%2Flists%2Fmythtv%2Fdev%2F284721%23284721">http://www.gossamer-threads.com/lists/mythtv/dev/284721#284721</a>
and
give it a try with no luck at all. there where no errors in the
compilation process bevor this one.<br>
<br>
my configure line: <br>
./configure --prefix=/usr --extra-cflags="-march=athlon-xp -m3dnow
-msse -mfpmath=sse" --extra-cxxflags="-march=athlon-xp -m3dnow -msse
-mfpmath=sse" \<br>
 --enable-proc-opt --enable-audio-alsa --disable-audio-arts
--disable-audio-jack --disable-directfb --enable-lirc --disable-v4l
--disable-ivtv \<br>
 --disable-firewire --enable-dvb --enable-xv --enable-xvmc
--enable-xvmc-vld --enable-opengl-vsync --enable-audio-oss
--disable-iptv \<br>
 --disable-dbox2 --disable-hdhomerun --disable-joystick-menu
--with-bindings=perl<br>
<br>
gcc is at version 4.1.2 because i masked it to not upgrade to 4.2.0<br>
<br>
Hope someone can help me with this, because after 4 days downtime i
want to look tv again <span class="moz-smiley-s1"><span> :-) </span></span><br>
<br>
Thanks<br>
Alex
</body>
</html>