[Zope-DB] DBOracle2

Dieter Maurer dieter at handshake.de
Mon Nov 17 13:47:48 EST 2003


Michael Houck wrote at 2003-11-17 11:36 -0500:
 > ...
 > make[1]: Entering directory `/s/3/mhouck/DCOracle2/src'
 > gcc -fPIC -DNDEBUG -g -O3 -Wall -Wstrict-prototypes 
 > -I/loc/packages/python/2.3.0/sunos-5.7/include/python2.3 
 > -I/loc/packages/python/
 > 2.3.0/sunos-5.7/include/python2.3 @DEFS@   

                                     ^^^^^^

Here is your problem!

 > gcc: cannot specify -o with -c or -S and multiple compilations
 > make[1]: *** [dco2.o] Error 1
 > make: *** [src/dco2.so] Error 1

Somehow the configuration did not completely replace the
configuration variables (they have the from "@VAR@").
In your case, a "@DEFS@" remained. This confuses the C compiler.


You can try to find out how this happened (this may be difficult).
Or you edit the generated makefile. Be aware, then, that rerunning
"configure" may recreate the problem.

-- 
Dieter



More information about the Zope-DB mailing list