On 12/10/06, Robert Connolly <[EMAIL PROTECTED]> wrote:
I found this thread: http://linuxfromscratch.org/pipermail/lfs-support/2006-September/031520.htmlwith the same error I got: make[3]: Entering directory `/usr/src/libdv/libdv-0.104/libdv' if /bin/sh ../libtool --silent --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -g -MT YUY2.lo -MD -MP -MF ".deps/YUY2.Tpo" -c -o YUY2.lo YUY2.c; \ then mv -f ".deps/YUY2.Tpo" ".deps/YUY2.Plo"; else rm -f ".deps/YUY2.Tpo"; exit 1; fi /tmp/ccuCnq5O.s: Assembler messages: /tmp/ccuCnq5O.s:1464: Error: suffix or operands invalid for `paddb' ... I fixed it with --disable-asm
There's also some info on the Wiki about patches to allow the assembler to build with gcc-4.1 since it kind of sucks to lose the assembly code. http://wiki.linuxfromscratch.org/blfs/wiki/libdv -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
