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 -> Re: 8.1.7 Install fails on Sun 2.7 due to no compiler

Re: 8.1.7 Install fails on Sun 2.7 due to no compiler

From: Knut Talman <knut.talman_at_mytoys.de>
Date: Thu, 07 Jun 2001 04:05:20 +0200
Message-ID: <3B1EE160.8CB03460@mytoys.de>

Yes, for compiling you need (you guessed it), a compiler. The patch wants
to compile something by calling cc

> cc -c ntcontab.c ;\

The error message you got refers to the missing cpp, the C language preprocessor. Just go to http://sunfreeware.com/ and download gcc for your OS. Install it, make a symbolic link from gcc to cc and it will work.

Regards,

Knut

-- 
Knut Talman                                     Fon +49 30 72 62 01 411
dba_at_myToys.de                                   Fax +49 30 72 62 01 222
          The degree of normality in a database is inversely             
                    proportional to that of its DBA
Received on Wed Jun 06 2001 - 21:05:20 CDT

Original text of this message

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