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 -> install error - 8.1.7 Solaris 8

install error - 8.1.7 Solaris 8

From: Tom <tomNOSPAM_at_teameazyriders.com>
Date: Sat, 01 Mar 2003 13:39:17 GMT
Message-ID: <9K28a.10672$613.85362895@news-text.cableinet.net>


Hi,

Solaris intel 8
8.1.7

I've installed this combo before without problem however his time i'm stumped and have been for 4 days. Solaris installed fine and latest patch set applied. All env variables set as per 'usual' and install runs fine until linking stage.

In the make.log i get the following....

bash-2.03$ tail make.log
(if [ "`if [ "unified_intel" = "unified_intel" ]; then if [ "SOL" = "SOL" ]; then echo "assemble" ; else echo "compile"; fi; fi`" = "assemble" ] ; then \   /u01/app/oracle/product/8.1.7/bin/gennfgt > nnfgt.s ;\   as -P -o nnfgt.o nnfgt.s ;\
  rm -f /u01/app/oracle/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /u01/app/oracle/product/8.1.7/lib ;\

          ar rv /u01/app/oracle/product/8.1.7/lib/libn8.a /u01/app/oracle/product/8.1.7/lib/nnfgt.o ; fi)

as: unrecognized option `-P'
mv: cannot access nnfgt.o
ar: /u01/app/oracle/product/8.1.7/lib/nnfgt.o: No such file or directory
make: *** [nnfgt.o] Error 1

i've seen folks on google with the same issue but can't find a solution. Any one know this one?

thanks

Tom Received on Sat Mar 01 2003 - 07:39:17 CST

Original text of this message

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