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:[EMAIL PROTECTED]]
> 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@cdwtst> oracle@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: [EMAIL PROTECTED]
> 
> 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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to