Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PRO*C
Depending on the release of Oracle that you are working with you will
either have a proc or a precomp directory under your $ORACLE_HOME
directory. In there you'll find a proc.mk makefile. How you use that
makefile will depend on the release because there was a major conceptual
change when Oracle moved from pre 7.3 releases to the 7.3 release.
However, if you look at the makefile you'll probably get some hints as
to what you must do. Essentially it is impossible to compile/link a
pro-c program without the makefile because it would be difficult to get
the order of all of the libraries in the correct order.
Ken
Francisco Solans wrote:
> Hello,
>
> I have made a little program in PRO*C and I don't know how to
> compile the source in Unix.
>
> Can you help me with a little example?
>
> Thanks,
> Francisco Solans.
Received on Thu Jul 08 1999 - 06:57:18 CDT
![]() |
![]() |