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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Pro*C error after install

RE: Pro*C error after install

From: Gogala, Mladen <MGogala_at_oxhp.com>
Date: Thu, 22 Aug 2002 07:58:39 -0800
Message-ID: <F001.004BCD30.20020822075839@fatcity.com>


You favorite Unix vendor should ship you ANSI C compiler, preferably for free. Other solution is obtain a binary for gcc from http://www.gcc.org and change makefile line CC=/usr/ucb/cc to read CC=/usr/local/bin/gcc. If you chose the latter, you will have to tweak the makefile a bit so that it works. Let me warn you in advance: this is not easy. Using SUN's compiler you'll pay some more but you will lose much less time. In the end, the cost for your company will be the same, regardless of the option you chose.

> -----Original Message-----
> From: Smith, Ron L. [mailto:rlsmith_at_kmg.com]
> Sent: Thursday, August 22, 2002 10:33 AM
> To: Multiple recipients of list ORACLE-L
> Subject: Pro*C error after install
>
>
> I am getting the following error after installing Pro*C on an
> existing 8.1.7
> instance. Can anyone help?
>
>
>
> <mailto:oracle_at_cdwtst> oracle_at_cdwtst:> make -f demo_proc.mk sample1
> /usr/ccs/bin/make -f
> /u001/app/oracle/product/8.1.7/precomp/demo/proc/demo_proc.mk
> OBJS=sample1.o
> EXE=sample1 build
> cc -xO2 -Xa -xstrconst -xF -mr -xarch=v8
> -xcache=16/32/1:1024/64/1
> -xchip=ultra -D_REENTRANT -K PIC -DPRECOMP -I. -I/u
> 001/app/oracle/product/8.1.7/precomp/public
> -I/u001/app/oracle/product/8.1.7/rdbms/public
> -I/u001/app/oracle/product/8.1.7/r
> dbms/demo -I/u001/app/oracle/product/8.1.7/plsql/public
> -I/u001/app/oracle/product/8.1.7/network/public -DSLMXMX_ENABLE -DSL
> TS_ENABLE -D_SVID_GETTOD -c sample1.c
> /usr/ucb/cc: language optional software package not installed
> *** Error code 1
> make: Fatal error: Command failed for target `sample1.o'
> Current working directory
> /u001/app/oracle/product/8.1.7/precomp/demo/proc
> *** Error code 1
> make: Fatal error: Command failed for target `sample1'
>
>
> R Smith
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Smith, Ron L.
> INET: rlsmith_at_kmg.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).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Gogala, Mladen
  INET: MGogala_at_oxhp.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 Thu Aug 22 2002 - 10:58:39 CDT

Original text of this message

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