On Sun, 29 Aug 2010 19:04:03 +0300 Ionuț Bîru <ibiru@archlinux.org> wrote:
On 08/29/2010 06:59 PM, Ionuț Bîru wrote:
On 08/29/2010 06:56 PM, Rémy Oudompheng wrote:
Nicky726<nicky726@gmail.com> wrote:
Hello,
I maintain the lib32-libtheora package in the AUR and I'm trying to get it working the new multilib-way. The build fails though. Could someone help me, or should I bohter the upstream instead?
Hello,
I don't really know how all of this work in the details, but the configure script enables 64-bit assembler optimisations, seeing that you are on a x86_64 platform, but these use instructions which only work in 64-bit mode.
You may probably comment out AC_DEFINE([OC_X86_64_ASM]... in configure.ac and re-run autogen.sh before building.
better pass --disable-asm instead of that hacky thing
scratch that. it would disable all optimization. we need to fool to enable x86 optimization
Isn't /usr/bin/linux32 meant to do stuff like this? --