> 9. My MythTv config line is:
>       ./configure --prefix=/usr --enable-xvmc-vld --cpu=i686\
>       --enable-dvb-eit --enable-dvb\
>       --dvb-path=/data/src/MythTv/include; qmake mythtv.pro
>       Note: "--cpu=i686" is needed to get MMX working.

This seems to be the opposite of what you want. The i686 CPU is a
a pre-MMX cpu and is not compatible with the c3. The c3 and c3-2
CPU's both do have MMX. If you want a single binary for both the
c3 and c3-2, you probably want to use --arch=pentium-mmx

PS If this is with the 0.18 release and not CVS, then you should use
c3 or c3-2 and add --enable-mmx, since these processors had not yet
been added to the mmx CPU's list when 0.18 went out.

-- Daniel


_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to