Użytkownik Zdenek Kabelac <[EMAIL PROTECTED]> napisał: >> My setup is Duron 600, gcc 2.95.4 20011002 (Debian prerelease) on Debian woody. >> >> 1. When I compile with avifile default cpu/arch settings for my computer (mcpu=i686) >> I get a segfault while using ffmpeg (just setting the mcpu (!) seems to be >> sufficient to cause this problem). >> Recompiling plugins/libffmpeg/ with mcpu=i586 solves this problem. >> Did you hear about anyone else with similar problem? > >Might be some bug in architecture detection ?? >But somehow tha target i686 is most probably being detected on your system >and I assume it\'s correct. Maybe thre is potential bug in compliler >which noone is noticing (I\'m using gcc-3.3 - so users withiht >different compiler have to report) >You may try to use: --without-pic option - ithis code path should >be slightly more tested and also it will be faster on x86 architecture ;) > >
without-pic option helped, I have no segfaults now, thanks for the information! bye, Przemek _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
