Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: sqlcxt ? Proc C
Computer Operators wrote:
> Hi, can anyone enlighten me as to which library this function is in?
>
> I am using oracle 7.3 proC 2.2.4 on Unixware 7.0.1
>
> The precompile is fine but the linking leaves something to be desired as
> you can see below:
>
> cc -I /u01/app/oracle/product/7.3.4/precomp/public inv.c
>
> Undefined first referenced
> symbol in file
> sqlcxt inv.o
> UX:ld: ERROR: a.out: fatal error: Symbol referencing errors. No output
> written to a.out
You need to be using the proc.mk file that comes with the pre-compiler. Trying to figure out all of the required libraries on your own is a nightmare otherwise. Received on Wed Dec 20 2000 - 07:46:04 CST
![]() |
![]() |