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

Home -> Community -> Mailing Lists -> Oracle-L -> gcc error during installation on solaris2.6

gcc error during installation on solaris2.6

From: azhar <azhar_at_mathtech-pk.com>
Date: Tue, 31 Oct 2000 18:02:46 +0500
Message-Id: <10666.120660@fatcity.com>


hi

i am trying to install oracle 8i on solaris 2.6 i have gcc (C compiler) installed on my machine but i don't have cc (C compiler ) installed on my machine. during Linking phase of installation i get the following error message. is cc compiler required for oracle 8i installation on solaris or is gcc comapiler enough . is the follwoing error due to the absence of cc compiler on my machine?

 make -f /apps/orahome/dev/network/lib/ins_network.mk ntcontab.o (if [ "assemble" = "compile" ] ; then \
/apps/orahome/dev/bin/gennttab > ntcontab.c ;\
  cc -c ntcontab.c ;\
  rm -f /apps/orahome/dev/lib/ntcontab.o ;\   mv ntcontab.o /apps/orahome/dev/lib ; fi) (if [ "assemble" = "assemble" ] ; then \
/apps/orahome/dev/bin/gennttab > ntcontab.s ;\
/usr/ccs/bin/as -P -o ntcontab.o ntcontab.s ;\

  rm -f /apps/orahome/dev/lib/ntcontab.o ;\
  mv ntcontab.o /apps/orahome/dev/lib ; fi)
/apps/orahome/dev/bin/gennttab: nm: not found
/bin/sh: /usr/ccs/bin/as: not found

mv: cannot access ntcontab.o
make: *** [ntcontab.o] Error 2
victoria{oracle}42# Received on Tue Oct 31 2000 - 07:02:46 CST

Original text of this message

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