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

Home -> Community -> Usenet -> c.d.o.server -> Re: PRO*C Error

Re: PRO*C Error

From: Kenneth C Stahl <BlueSax_at_Unforgettable.com>
Date: Mon, 20 Sep 1999 07:58:17 -0400
Message-ID: <37E62158.B1932D05@Unforgettable.com>


Are you sure that you are using the makefile that comes with the version of Pro-C that you are using. libora.a was valid under previous releases but is no longer used with 7.3.4. Is it possible that you have tried to "port" an older makefile? There was a fairly significant sea change between Pro-C 2.0 and 2.2 in makefile usage.

Ken

"Robert D. Perry" wrote:

> I have an ANSC compiler & PRO*C installed on a HP server running
> 10.20. The Oracle version is 7.3.4. While trying to a compile, the
> following error occurs:
>
> $ . oraenv
> ORACLE_SID = [devl] ? prod
> $ cd /u01/ORACLE/prod/batch
> $ make -f proc.mk EXE=R5161100 OBJS=R5161100.o
> cc -Wl,-aarchive -L/u01/ORACLE/product/7.3.4/lib -o R5161100
> R5161100.o -lsql /u01/ORACLE/product/7.3.4/lib/osntab.o -lsqlnet -lora
> -lsqlnet -lora -lnlsrtl -lcv6 -lcore -lnlsrtl -lcv6 -lcore `cat
> /u01/ORACLE/product/7.3.4/rdbms/lib/sysliblist`
> /usr/ccs/bin/ld: Can't find library for -lora
> *** Error exit code 1
>
> Stop.
> $
>
> Can anyone help me resolve this problem. It appears that the library is
> missing. After search the filesystem, I came up empty.
Received on Mon Sep 20 1999 - 06:58:17 CDT

Original text of this message

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