Re: PRO*C question

From: Robert Gasch <rgasch_at_nl.oracle.com>
Date: Fri, 29 Jul 1994 13:23:27 GMT
Message-ID: <CtpEJ3.1yG_at_nl.oracle.com>


Seymon,

try using the $ORACLE_HOME/proc/lib/proc.mk (the same file may be copied to $ORACLE_HOME/proc/demo) to compile sample programs. Once you can do this, use proc.mk as a basis for your makefiles ...

--> robert

Semyon Basin (sb63_at_namaste.cc.columbia.edu) wrote:

: Hi, Everyone!
: I'm just started to full around with oracle so excuse me for a newbie question.
: How do i link a program after using PRO*C.
: Please do not tell me to GET manual and READ it.
: The only thing which is in a manual is an example of the "make" file:
: oracle.mk
: I was trying to use that file without any luck.
 

: cc -L/${ORACLE_HOME}/lib -s -o test test.o ${ORACLE_HOME}/lib/libocic.a
: ${ORACLE_HOME}/lib/osntab.o -lsqlnet -lora -lsqlnet -lora -lnlsrtl -lcv6
: -lcore -lnlsrtl -lcv6 -lcore -lm -lcore -lm
 

: The output is:
 

: ld:
: Undefined:
: sqlcex
 

: If any kind soul have an idea - please help me.
: George.
Received on Fri Jul 29 1994 - 15:23:27 CEST

Original text of this message