Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> gcc error during installation on solaris2.6
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
![]() |
![]() |