Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: questions about env_precomp.mk and oraxlc
mary_sun_at_hotmail.com wrote:
> Hi, there. I want to know:
> 1. What does env_precomp.mk do in the
> ORACLE_HOME/precom/demo/proc/demo.mk?
The file I think you're referring to is
$ORACLE_HOME/precomp/env_precomp.mk
This is called from the $ORACLE_HOME/precomp/demo/proc/proc.mk which is
a makefile needed for compiling C/C++ programs that have embedded SQL in
them. It's needed to make sure that symbols and program locations
appropriate to your platform and environment are setting properly before
compiling or linking programs that need to use the RDBMS kernel.
Makefiles are complex and fragile structures -- it's best not to mess with them.
>
> 2. What does oraxlc do?
cd $ORACLE_HOME/bin
oraxlc -help
for details on this command Received on Mon Dec 13 1999 - 15:29:10 CST
![]() |
![]() |