[Zope] Problem with DCOracle2
Dieter Maurer
dieter@handshake.de
Thu, 12 Sep 2002 23:07:31 +0200
Mateusz writes:
> I have problem with "DCOracle2" compilation under Linux7.1. I use gcc
> 2.96 and python2.1 and I have Oracle 8.17.
>
> gcc -fPIC -g -O2 -Wall -Wstrict-prototypes -I/var/zope/include/python2.1
> ...
> /tmp/ccWy24E5.s: Assembler messages:
> /tmp/ccWy24E5.s:1038: Warning: Unrecognized .section attribute: want a,w,x
Your compiler generates code the assembler does not like.
I cannot tell you why. It should not happen...
Dieter