[cx-oracle-users] gcc296 error when building cx_Oracle
Brought to you by:
atuining
From: Molina, G. <Ger...@sc...> - 2006-03-30 19:23:39
|
I'm getting the following error when trying to build cx_Oracle 4.1.2 on Red Hat linux: =20 Linux s0051cdc 2.4.21-27.ELsmp #1 SMP Wed Dec 1 21:59:02 EST 2004 i686 s0051cdc:SQLNET(/opt/ORACLE/TAR/python/cx_Oracle-4.1.2)->python setup.py build running build running build_ext building 'cx_Oracle' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/ORACLE/app/oracle/product/9.2.0/rdbms/demo -I/opt/ORACLE/app/oracle/product/9.2.0/rdbms/public -I/opt/ORACLE/app/oracle/product/9.2.0/network/public -I/opt/ORACLE/app/oracle/product/9.2.0/sdk/include -I/opt/ORACLE/python/include/python2.4 -c cx_Oracle.c -o build/temp.linux-i686-2.4/cx_Oracle.o -DBUILD_TIME=3D"March 30, 2006 14:17:56" gcc2.96 will be used ... =20 gcc296: cannot specify -o with -c or -S and multiple compilations error: command 'gcc' failed with exit status 1 Has anyone seen this before? and have a fix? =20 Thanks in advance, Gerardo |