Tried rte-0.5.5 and 0.5.6 on gentoo, the version in
portage and the version from your site (even though i
didn't see any patches applied by gentoo), none of them
compile under amd64, the problem seems to be in the mmx
assembly code:
/bin/sh ../../libtool --mode=compile gcc -O2
-I/home/angelos/Desktop/rte-0.5.6/src -c -o dct_mmx.lo
dct_mmx.s
gcc -O2 -I/home/angelos/Desktop/rte-0.5.6/src -c
dct_mmx.s -fPIC -DPIC -o .libs/dct_mmx.o
dct_mmx.s: Assembler messages:
dct_mmx.s:30: Error: suffix or operands invalid for `push'
dct_mmx.s:37: Error: suffix or operands invalid for `push'
dct_mmx.s:252: Error: suffix or operands invalid for `pop'
dct_mmx.s:253: Error: suffix or operands invalid for `pop'
The same errors occur on lines 267-269, 885, 886,
888-901, 1621-1623, 1634, 1637-1639, 2407-2409, 2411,
2421, 2424, 2425, 2450, 2451, 2452
assembled file that contains erroneous code
Logged In: YES
user_id=1082583
Ive the same problem on ubuntu 6.10 amd64...