Operating System - Tru64 Unix
1752794 Members
6855 Online
108789 Solutions
New Discussion юеВ

c++ issue in Tru64 5.1

 
gab_in
Regular Advisor

c++ issue in Tru64 5.1

Hi

We have a alpha machine running tru64 5.1b. We want to confirm whether C++ is installed , if yes then where is it install. Please find below the setld output. It says that it is installed but we are not able to find out where it is installed. Please help.

# /usr/sbin/setld -i | grep -E CXX | grep installed
CXXBASE631 not installed COMPAQ C++ Version 6.3 for COMPAQ UNIX Systems
CXXBASE650 installed COMPAQ C++ Version 6.5 for COMPAQ UNIX Systems
CXXHTML631 not installed COMPAQ C++ HTML documentation
CXXHTML650 installed COMPAQ C++ HTML documentation
CXXLIB631 not installed Compaq C++ Run-Time Library (libcxx)
CXXLIB650 installed Compaq C++ Run-Time Library (libcxx)
CXXOLD631 not installed Compaq C++ V5.7 (-oldcxx) compiler
CXXOLD650 installed Compaq C++ V5.7 (-oldcxx) compiler


Thanks in advance
2 REPLIES 2
Johan Brusche
Honored Contributor

Re: c++ issue in Tru64 5.1


# cd /usr/.smdb.
# more CXXBASE650.inv

will provide a list of installed files and their location on the system.

__ Johan

_JB_
Ivan Ferreira
Honored Contributor

Re: c++ issue in Tru64 5.1

Just run:

sudo setld -i CXXBASE650

Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?