>I should have waited 5 minutes before posting this. I took a look at the diff 
>for memcpy.c to verify what had changed from the last revision. I changed:
>
>.balign 16
>
>back to:
>
>.align 16
[...]
>Compilation gets A LOT further after this. It next dies here:
>
> gcc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I../.. -I../../src -Wall 
> -Wstrict-prototypes -Wmissing-prototypes -g -O2 -MT deinterlace.lo -MD -MP 
> -MF .deps/deinterlace.Tpo -c deinterlace.c  -fno-common -DPIC -o 
> .libs/deinterlace.o
>/var/tmp//cc5641dA.s:362:Unknown pseudo-op: .rept

Again, it looks like your assembler is too old.  From your earlier post, it
looks like the binutils-2.17 package you had installed mysteriously did not
include the assembler (as), so I'd suggest installing binutils from source.
If that's not an option, --disable-mmx should (hopefully) disable all the
assembly and at least let you compile.

  --Andrew Church
    [EMAIL PROTECTED]
    http://achurch.org/

Reply via email to