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

Home -> Community -> Usenet -> c.d.o.misc -> Re: pro*c compiler link options

Re: pro*c compiler link options

From: Gerard H. Pille <ghp_at_skynet.be>
Date: Wed, 10 Apr 2002 19:29:32 +0200
Message-ID: <3CB4767C.611CF9C4@skynet.be>


> Preserver wrote:
>
> hello,
> In a pro*c makefile ,
> the macro PROLDFLAGS = -lsql -lcore3 -lncr -lsqlnet -lclient -lcommon
> -lgeneric ... etc.
> is present.What is the significance of this macro ?(Oracle 8.1.7 on
> unix)
> I guess it has to do with linking runtime libraries as the proc
> executable has these options
> after the regular precompiler options (like MAXCURSORS=16) etc.
>
> I am a newbie to Oracle.Can someone help me/point me to the right
> resources/FAQ etc -the
> Precompiler Programmers guide at otn.oracle.com is not of much help
> TIA,
> Pres
>
>

they can be passed to "ld", to tell it to link with libsql, libcore3, libncr ...

-- 

Gerard H. Pille

(The Beatles Reunion is neigh!)
Received on Wed Apr 10 2002 - 12:29:32 CDT

Original text of this message

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