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

Home -> Community -> Usenet -> c.d.o.server -> Re: questions about env_precomp.mk and oraxlc

Re: questions about env_precomp.mk and oraxlc

From: Steve Hodge <shSoPdgAeM_at_nctr.fda.gov>
Date: Mon, 13 Dec 1999 15:29:10 -0600
Message-ID: <38556526.8A949667@nctr.fda.gov>

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

Original text of this message

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