Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Redhat 6.1, Oracle 81502 and Pro*C
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
![]() |
![]() |