"junk at end of line" mpg123 build error

[email protected] Thu, 13 Jan 2005 22:11:26 EST
Newsgroups gmane.comp.multimedia.xmms.devel
Message-ID <[email protected]>
Am trying to build XMMS under Cygwin (which I have done before with older  
versions) and get the following rather strange error message. Anyone have any  
clue what it means or what to do about it?
 
Making all in mpg123
make[3]: Entering directory  `/usr/stuff/xmms-1.2.10/Input/mpg123'
/bin/bash ../../libtool --mode=compile  gcc  -g -O2 -Wall -Wpointer-arith 
-finline-functions -ffast-math  -funroll-all-loops -c -o decode_i586.lo `test -f 
'decode_i586.s' || echo  './'`decode_i586.s
gcc -g -O2 -Wall -Wpointer-arith -finline-functions  -ffast-math 
-funroll-all-loops -c decode_i586.s  -DDLL_EXPORT -DPIC -o  decode_i586.lo
decode_i586.s: Assembler messages:
decode_i586.s:27: Error:  junk at end of line, first unrecognized character 
is `,'
make[3]: ***  [decode_i586.lo] Error 1
make[3]: Leaving directory  `/usr/stuff/xmms-1.2.10/Input/mpg123'
make[2]: *** [all-recursive] Error  1
make[2]: Leaving directory `/usr/stuff/xmms-1.2.10/Input'
make[1]: ***  [all-recursive] Error 1
make[1]: Leaving directory  `/usr/stuff/xmms-1.2.10'
make: *** [all] Error 2

The second line here appears to be the one creating the error message, but  I 
don't know anything about x86 assembly so can't tell if it's right or  not:
.bss
.comm buffs,4352,4
 
from Input/mpg123/decode_i586.s

_______________________________________________
xmms-devel mailing list
[email protected]
http://lists.xmms.org/mailman/listinfo/xmms-devel