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

Home -> Community -> Usenet -> c.d.o.tools -> Re: sqlcxt ? Proc C

Re: sqlcxt ? Proc C

From: <thambi2019_at_my-deja.com>
Date: Fri, 22 Dec 2000 12:07:52 GMT
Message-ID: <91vg6n$297$1@nnrp1.deja.com>

You can use either static or shared Oracle libraries. If using the shared lib then the only Oracle-supplied library you need is libclntsh.

If you do not want to use the shared library, it is somewhat tedious to determine the many Oracle libraries you need. But not impossible.

In either case you can dispense with the Oracle-supplied makefile.

In article <3A40B81C.331830BC_at_Unforgetable.com>,   Walter T Rejuney <BlueSax_at_Unforgetable.com> wrote:
> 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.
>
>

Sent via Deja.com
http://www.deja.com/ Received on Fri Dec 22 2000 - 06:07:52 CST

Original text of this message

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