Home » Developer & Programmer » Precompilers, OCI & OCCI » Libraries - Trying to find some equivalencies
Libraries - Trying to find some equivalencies [message #93920] Mon, 31 March 2003 21:17 Go to next message
Desiree Mary de Fluiter
Messages: 1
Registered: March 2003
Junior Member
Hello,

I am trying to find out what the equivalent libraries in Oracle 8.1.7.4 as for Oracle 7.3.3 for the following Oracle 7.3.3 libraries in the following compile statements:

cc -L. -o pipechild pipechld.o pipecomm.o -L$ORACLE_HOME/lib -lsql -lsqlnet -lnc
r -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient
-lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3
`cat $ORACLE_HOME/rdbms/lib/sysliblist` -lm

cc -L. -o pipesrv pipesrv.o pipecomm.o -L$ORACLE_HOME/lib -lsql -lsqlnet -lncr -
lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient
-lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3
`cat $ORACLE_HOME/rdbms/lib/sysliblist` -lm

I can find the 'lsql' - I think it is libsql8.a but I can't find some of the others such as 'lsqlnet', there does not appear to be a 'libsqlnet.a' file.

Any help would be appreciated.

Dez
icon9.gif  Re: Libraries - Trying to find some equivalencies [message #115872 is a reply to message #93920] Thu, 14 April 2005 14:50 Go to previous message
kvdhanda
Messages: 2
Registered: April 2005
Junior Member
HI,

I am facing the same problem. By this time you would have got the solution. Could you pls help in finding out the equivalencies.

I'm facing a problem while creating a makefile.

CFLAGS = -c -O -I.
OBJECTS = $(ORACLE_HOME)/precomp/lib/cobsqlintf.o

ORALIBES = -lsql -lsqlnet -lncr -lclient -lcommon -lgeneric -lepc -lnlsrtl3\
-lc3v6 -lcore3 -lm -lclntsh -lm\

LIBES = -lcurses -L $(ORACLE_HOME)/lib $(ORALIBES)

#LIBES = -lcurses -lm -L $(ORACLE_HOME)/lib -lapps -lc3v6 -lclient -lclntsh\
# -lcog -lcommon -lcore -lcore3 -lcox -lcv6 -lepc -lgeneric \
# -lidl -lknlde -lncr -lnlsrtl -lnlsrtl3 -lpkg -lpls -lsem \
# -lserver -lslax -lsql -lsqlnet -lsqlplus

cobrun : $(OBJECTS)
cob -xe "" -o cobrun $(LIBES) $(OBJECTS) +B dynamic +lclntsh +B static +lsql


error : -lsqlnet : object not found.

I have highlighted the ones which is creating problem.

Pls help me !!!

Dhanda
Previous Topic: NullReferenceException at OCIStmtExecute function
Next Topic: Error Creating a makefile
Goto Forum:
  


Current Time: Thu Mar 28 09:08:24 CDT 2024