[Zope] Re: Problem with DCOracle2

Uwe Hoffmann qual@epost.de
Wed, 11 Sep 2002 19:57:12 +0200


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