7 Dec
2003
7 Dec
'03
5:43 p.m.
Bernd Dorn wrote at 2003-12-7 11:55 +0100:
... i try to compile dcoracle2 on freebsd 5.1 but always get this error::
cc: cannot specify -o with -c or -S and multiple compilations ... cc -fPIC -DNDEBUG -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x20000 -I/usr/local/include/python2.3 -I/usr/local/include/python2.3 @DEFS@
^^^^^^^
-I/home/oracle/OraHome1/rdbms/demo -I/home/oracle/OraHome1/network/public -I/home/oracle/OraHome1/plsql/public -I/home/oracle/OraHome1/rdbms/public -DORACLE9i -c ././dco2.c -o ./dco2.o *** Error code 1
Your "configure" forgot to replace one parameter (the "@DEFS@" above). Try to understand why and fix the problem... -- Dieter