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 and standard libs...

Re: Pro*C and standard libs...

From: Ed Prochak <ed.prochak_at_magicinterface.com>
Date: Mon, 09 Dec 2002 18:45:11 GMT
Message-ID: <3DF4E7AA.6B722467@magicinterface.com>


lomba wrote:
>
> Hi !
>
> I've a problem trying to precompile a file.
> I want to include stdio.h :
>
> EXEC SQL INCLUDE stdio;
>
> When i do 'proc myfile.pc', i've a lot of erros where proc can't find a lot
> of symbols (in libs used by stdio.h).
>
> I don't use switch for proc and my env contains :
> LD_LIBRARY_PATH=$(ORACLE_HOME)/precomp/public
>
> I didn't find solution to this problem, so if you can help me, thanks a lot
> !
>
> --
> lomba

You do not need to SQL INCLUDE the C stdio.h file. Use the normal C include syntax.

--
Ed Prochak
Magic Interface, Ltd.
440-498-3700(office)
Computer consulting, database and web services.
Received on Mon Dec 09 2002 - 12:45:11 CST

Original text of this message

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