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

Home -> Community -> Mailing Lists -> Oracle-L -> Problem in setting up Pro*C on RedHat Linux 6.1 with Oracle Serve

Problem in setting up Pro*C on RedHat Linux 6.1 with Oracle Serve

From: Kumar, Dharminder <Dharminder.Kumar_at_bmonb.com>
Date: Tue, 21 Aug 2001 11:23:18 -0700
Message-ID: <F001.00372B9D.20010821095709@fatcity.com>

Hey all,
My system is RedHat 6.1 and installed oracle version is 8.05. Database is running fine. But I was trying to check if Pro*C is setup properly. I am getting the following errors when I try to compile the sample programs. I am able to compile C programs successfully using cc command.

Can somebody give me a clue, what could be wrong.

Thx.

make -f /home/u01/app/oracle/product/8.1.5/plsql/demo/demo_plsql.mk build EXE=examp10 OBJS=examp10.
o
make[1]: Entering directory `/home/oracle/sample' /home/u01/app/oracle/product/8.1.5/bin/proc sqlcheck=full userid=scott/tiger CHAR_MAP=VARCHAR2, DBM
S=V7 iname=examp10.pc

Pro*C/C++: Release 8.0.5.0.0 - Production on Thu Aug 16 8:45:53 2001

(c) Copyright 1998 Oracle Corporation. All rights reserved.

System default option values taken from: /home/u01/app/oracle/product/8.1.5/precomp/admin/pcscfg.cf g

Error at line 33, column 11 in file /usr/include/stdio.h Syntax error at line 368, column 19, file /usr/include/libio.h: Error at line 368, column 19 in file /usr/include/libio.h extern _IO_size_t _IO_sgetn __P ((_IO_FILE *, void *, _IO_size_t));

..................1

PCC-S-02201, Encountered the symbol "_IO_sgetn" when expecting one of the follow
ing:

; , = ( [

The symbol ";" was substituted for "_IO_sgetn" to continue.

Syntax error at line 442, column 15, file /usr/include/stdio.h: Error at line 442, column 15 in file /usr/include/stdio.h extern size_t fread __P ((void *__restrict __ptr, size_t __size, ..............1
PCC-S-02201, Encountered the symbol "fread" when expecting one of the following:

; , = ( [

The symbol ";" was substituted for "fread" to continue.

Syntax error at line 445, column 15, file /usr/include/stdio.h: Error at line 445, column 15 in file /usr/include/stdio.h extern size_t fwrite __P ((__const void *__restrict __ptr, size_t __size, ..............1
PCC-S-02201, Encountered the symbol "fwrite" when expecting one of the following
:

; , = ( [

The symbol ";" was substituted for "fwrite" to continue.

Syntax error at line 450, column 15, file /usr/include/stdio.h: Error at line 450, column 15 in file /usr/include/stdio.h extern size_t fread_unlocked __P ((void *__restrict __ptr, size_t __size, ..............1
PCC-S-02201, Encountered the symbol "fread_unlocked" when expecting one of the f
ollowing:

; , = ( [

The symbol ";" was substituted for "fread_unlocked" to continue.

Syntax error at line 452, column 15, file /usr/include/stdio.h: Error at line 452, column 15 in file /usr/include/stdio.h extern size_t fwrite_unlocked __P ((__const void *__restrict __ptr, ..............1
PCC-S-02201, Encountered the symbol "fwrite_unlocked" when expecting one of the
following:

; , = ( [

The symbol ";" was substituted for "fwrite_unlocked" to continue.

Error at line 0, column 0 in file examp10.pc PCC-F-02102, Fatal error while doing C preprocessing make[1]: Leaving directory `/home/oracle/sample' [oracle_at_kahnuwan ]$

Dharminder Kumar

This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal. Unless otherwise stated, opinions expressed in this e-mail are those of the author and are not endorsed by the author's employer.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kumar, Dharminder
  INET: Dharminder.Kumar_at_bmonb.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Aug 21 2001 - 13:23:18 CDT

Original text of this message

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