11 Sep
2002
11 Sep
'02
5:57 p.m.
Mateusz wrote:
/tmp/ccWy24E5.s:1038: Warning: Unrecognized .section attribute: want a,w,x /tmp/ccWy24E5.s:1038: Warning: Unrecognized .section attribute: want a,w,x /tmp/ccWy24E5.s:1038: Error: Rest of line ignored. First ignored character is `,'.
i had problems when compiling generated assembler files on AIX a long time ago. That was caused by floats like 4,87 instead of 4.87 . Simply try to set your LANG environment variable to C export LANG=C and then compile again maybe it helps maybe not regards uwe