Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: HELP Pro*c
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
![]() |
![]() |