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 -> Redhat 6.1, Oracle 81502 and Pro*C

Redhat 6.1, Oracle 81502 and Pro*C

From: MickM <mickm_at_spirit.com.au>
Date: 2000/03/13
Message-ID: <38CC8B69.9D6D7849@spirit.com.au>#1/1

Hi,

I'm trying to compile the sample Proc*C programs that ship with 8i, running them on RedHat Linux v6.1.

I run then following command
make -f demo_proc.mk build OBJS=sample1.o EXE=sample1

and get the following (partial) output;
Pro*C/C++: Release 8.1.5.0.0 - Production............

(C) Copyright 1999 Oracle ........................

System default option values taken from: /opt/app/oracle/product/815/precomp/admin/pcscfg.cfg

Error at line 33, column 11 in file /usr/include/stdio.h #include <stddef.h>
.........1
PCC-S-02015, unable to open include file

Disregarding Pro*C, if I just create a hello world program and for the sake of the exercise include the file stddef.h, the file compiles OK with the command: cc hello.c.

I pressume the make file or the pcscfg file may be causing the problem. Any help would be appreciated.

Regards,
Mick Received on Mon Mar 13 2000 - 00:00:00 CST

Original text of this message

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