Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Urgent pro*c makefile problem

Re: Urgent pro*c makefile problem

From: Guy Bradet <gbradet_at_nortelnetworks.com>
Date: Fri, 05 Feb 1999 12:22:22 -0500
Message-ID: <36BB28CE.503E37B9@nortelnetworks.com>


You didn't say what version of Oracle, Pro*C nor platform you working wit= h!

Anyway, here's what I use with Oracle 8.0.4 on HP-UX 10.20:

INCLUDE = -I. \
          -I$(ORACLE_HOME)/precomp/public \
          -I$(ORACLE_HOME)/rdbms/public \
          -I$(ORACLE_HOME)/plsql/public \
          -I$(ORACLE_HOME)/network/public
LIBS = -L $(ORACLE_HOME)/lib \
          $(ORACLE_HOME)/lib/libclntsh.sl \
          $(ORACLE_HOME)/lib/libsql.a

If this doesn't help, then look at the demos that came with Pro*C. You ca= n add an "echo" command in front of the line that does the linking...

Guy

"Cathy Barré" wrote:

> I have problem to make makefie with *.pc files. Can you help me to find=
 all
> library that i need to linking.
> Huss
Received on Fri Feb 05 1999 - 11:22:22 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US