Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: pro*c compiler link options
> 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
![]() |
![]() |