[Zope-DB] DCOracle2 // Python 2.3 // Oracle9i Compile Problems
Dieter Maurer
dieter at handshake.de
Sun Sep 14 15:40:05 EDT 2003
Sorisio, Chris wrote at 2003-9-4 12:42 -0400:
> I'm having trouble compiling DCOracle2,...
> ...
> gcc -pthread -fPIC -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
> -I/usr/include/python2.3 -I/usr/include/python2.3 @DEFS@
> -I/opt/oracle/product/9.2.0/rdbms/demo
> -I/opt/oracle/product/9.2.0/network/public
> -I/opt/oracle/product/9.2.0/plsql/public
> -I/opt/oracle/product/9.2.0/rdbms/public -DORACLE9i -c ././dco2.c -o
> ./dco2.o
> gcc: cannot specify -o with -c or -S and multiple compilations
The problem is the "@DEFS@" in the "gcc" command line.
It probably should have been replaced by the preceeding "sed".
For some unknown reason, it was not...
Dieter
More information about the Zope-DB
mailing list