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

Home -> Community -> Usenet -> c.d.o.misc -> Re: HELP Pro*c

Re: HELP Pro*c

From: Scott Dudley <scott_at_telesoft.com>
Date: Thu, 01 Apr 1999 15:04:07 -0700
Message-ID: <3703ED56.AF9F1674@telesoft.com>

From my standard Makefile:

INCLUDE=-I$(ORACLE_HOME)/precomp/public

LIBS=-L$(ORACLE_HOME)/lib -lclient -lclntsh -lcommon -lcore4 -ldl -lepc -lgeneric -lm -lmm -lncr -lnttcp -lnetv2 -lnetwork -lnlsrtl3 -lsql -lvsn

OBJS=$(ORACLE_HOME)/lib/naect.o $(ORACLE_HOME)/lib/naedhs.o $(ORACLE_HOME)/lib/naeet.o $(ORACLE_HOME)/lib/nautab.o

PELOUX Olivier wrote:

> When i call the linker on the file generated by Pro*c, the linker
> displays an error because it can't find the definition of sqlcxt.
>
> Could you please give the correct library to include and the sentence
> for calling the linker ?
>
> Thanks you
Received on Thu Apr 01 1999 - 16:04:07 CST

Original text of this message

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