Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Pro*C Libraries
Dear All
Recently we have installed the new version of Oracle, Version 7.33
and also the Pro*C. When we use the script, which we used to use
, to compile an sample program, we got the error message that the
library
-lora couldn't be found. When I checked the "lib" dir under the
$ORACLE_HOME, I couldn't find "libora.a" either, so what is the
substitute?
Anything else has changed from Pro*C ver 2.o to ver 2.2.3?
Thank you for any help.
Zhuang Li from Liverpool University, UK
The Error message is as follows:
$ORACLE_HOME/bin/proc iname=sample1.pc
include=$ORACLE_HOME/sqllib/publi
c ireclen=132 oreclen=132 select_error=no ltype=none dbms=V6
Pro*C/C++: Release 2.2.3.0.0 - Production on Fri Nov 14 12:16:44 1997
Copyright (c) Oracle Corporation 1979, 1996. All rights reserved.
System default option values taken from:
/usr/oracle733/product/733/precomp/admi
n/pcscfg.h
cc -I/usr/oracle733/product/733/precomp/public -O
-L/usr/oracle733/product/733/l
ib -o sample1 sample1.c -lsql /usr/oracle733/product/733/lib/osntab.o
-lsqlnet -
lora -lsqlnet -lora -lnlsrtl -lcv6 -lcore -lnlsrtl -lcv6 -lcore -lseq
-lsocket -
lmalloc -lnsl -lseq -lm -lelf -lptx44stb
ld: fatal error: library not found: -lora
*** Error code 1
Make: . Stop.
![]() |
![]() |