(David Ripton) wrote in message news:<. com>...
> (Ron Reidy) wrote in message news:<. com>...
>
> > I am trying to compile DCOracle2 on RedHat 8.0 and make is giving me
> > the following error:
> >
> > gcc -pthread -fPIC -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
> > -I/usr/local/include/python2.3 -I/usr/local/include/python2.3 @DEFS@
> > -I/oracle/app/oracle/9i/rdbms/demo
> > -I/oracle/app/oracle/9i/network/public
> > -I/oracle/app/oracle/9i/plsql/public
> > -I/oracle/app/oracle/9i/rdbms/public -DORACLE9i -c ././dco2.c -o
> > ./dco2.o
> > gcc: cannot specify -o with -c or -S and multiple compilations
> >
> >
> > Did I do something wrong?
>
> No. The DCOracle2 build process isn't very robust.
>
> Look at src/Makefile. Find a line that says "DEFS=%DEFS" and change
> it to "DEFS=-fno-strict-aliasing"
David,
Thanks. That worked well. Now, how do I install it? The only copies
of dco2.so that exist are in the directory tree where I built the
library. In searching for any kind of install directios, I found
nothing like 'make install', etc.
Thanks you your help.