Hi,
On a Tru64 v4.0F alpha 3000/600
I'm doing an oracle 8.1.5 installation and the thing has baulked. It is
currently trying to run a library make file called
/usr/ccs/bin/make -f ins_ordvir.mk install ORACLE_HOME=/oracle8/OraHome1
The message is it can't find cxx. Here is a copy of the make file -
/oracle8/OraHome1/ord/vir/lib/ins_ordvir.mk
# cus_ordvir.mk - "make" command file to reload VIR cartridge.
#
# Used to [re]load the VIR cartridge after installing oracle or
# updating a dependant component.
#
# NOTE: ORACLE_HOME must be either:
# . set in the user's environment
# . passed in on the command line
# . defined in a modified version of this makefile
#
include $(ORACLE_HOME)/ord/vir/lib/env_ordvir.mk
#We should use cxx to link the shared lib for ORDVIR
LDCCOM = /bin/cxx
install : i$(LOC_LIBORDVIRSHR)
$(LOC_LIBORDVIRSHR) : $(LIBCLNTSH)
$(LDCCOM) $(SHARED_LDFLAG) $(LOC_LIBORDVIRSHR) $(S_LDFLAGS)
$(LIBORDVIR) $(LIBORDIMG) $(LIBEXTP) $(SSDBED) $(DEF_OFF) $(TTLI
BS)
i$(LOC_LIBORDVIRSHR): $(LOC_LIBORDVIRSHR)
-mv -f $(LIBORDVIRSHR) $(LIBORDVIRSHR)O
-mv $(LOC_LIBORDVIRSHR) $(LIBORDVIRSHR)
As you can see it thinks there is a /bin/cxx, but alas there is no such
thing. There is a directory called cxx in /usr somewhere.
Does anyone know what cxx is supposed to be doing or what I should link
/bin/cxx to?.
Dennis
######################################
Dennis Macdonell
Systems Administrator
email: mcdonell_at_auslig.gov.au
ph: 61 2 6201 4326
fax: 61 2 6201 4377
######################################
Received on Thu Apr 06 2000 - 00:30:31 NZST