Re: PRO*C/C++ for AIX
Date: Thu, 10 Jan 2002 08:52:00 +0100
Message-ID: <a1jh7r$87pe$1_at_as201.hinet.hr>
"Steve" <stephenlmitchell_at_tiscali.co.uk> wrote in message
news:3c3c69a8_3_at_mk-nntp-1.news.uk.worldonline.com...
> Use the standard make file that comes with the Pro*C installation.
>
> You can find it in the following directory (if memory serves me right, I'm
> on a NT site at the moment).
>
> $ORACLE_HOME/precomp/demo/proc.mk
>
> This file should contain the line:
>
> include $(ORACLE_HOME)/precomp/lib/env_precomp.mk
>
> Copy this file to your working directory.
>
> If your Pro*C code is called mycode.pc build and executable as follows
>
> make -f proc.mk build OBJS=mycode.o EXE=mycode
>
Thank you very much!
I checked everything that before you sterted, I even did my program in
$ORACLE_HOME/precomp/demo, so I don't have any problems with path, and still
didn't work.
You helped me, because I tought something is wrong with make file, or my c
program, so I didn't look further.
I needed to set the environment variable ORACCENV, as suggested in
'oraxlc -help'. Now it works.
Thanx again. Received on Thu Jan 10 2002 - 08:52:00 CET