Hello Although libmpeg2-0.5.1 compiles fine with gcc-4.6 it segfaults when I try to run anything linked to it. The solution is to edit libmpeg2/idct_mmx.c and change all the "static const" into just static:
sed -i 's#static const#static#' libmpeg2/idct_mmx.c I found the solution in Mandriva's bugzilla: https://qa.mandriva.com/show_bug.cgi?id=63279 There's a patch there if you prefer patches. Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
