Re: PRO*C question
Date: 2 Aug 1994 15:36:05 GMT
Message-ID: <31lp55$6j6_at_apakabar.cc.columbia.edu>
>>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.
Thanx to all who replied.
I forgot to mention that we use DEC ULTRIX and the manual is very poor to say
the least.
proc.mk works fine.
Received on Tue Aug 02 1994 - 17:36:05 CEST