[DB-SIG] Oracle 8i Setup file
Matthew Vranicar
vranicar@fnal.gov
Thu, 23 Mar 2000 17:30:07 -0600
Chris,
Thanks, your Setup file is much more elegant than our first attempt,
which included everything many, many times.
But we found 1 things that you may want to know about when using it with
Oracle v8.1.6.
We found the following file in rdbms/public instead of rdbms/demo.
ociextp.h
So, we added rdbms/public to the following line in the Setup file.
ORACLE_INCLUDES=$(ORACLE_HOME)/rdbms/demo
-I$(ORACLE_HOME)/rdbms/public -I$(ORACLE_HOME)/network/public
-I$(ORACLE_HOME)/plsql/public
Then we can build it and use DCOracle. I guess we could have moved the
file to demo, but presumably Oracle has reasons for trouncing files
around to different areas in different releases;{
thanks,
Matt Vranicar
Fermilab