Operating System - Tru64 Unix
1828652 Members
6693 Online
109983 Solutions
New Discussion

Re: tru64 compiler 6.5 binary location

 
SOLVED
Go to solution
Jagadesh
Frequent Advisor

tru64 compiler 6.5 binary location

After installing tru64 compiler 6.5, i cannot able to find the compiler binarys. Kindly let me know what will be the binary location.

Thanks
S.Jagadesh
2 REPLIES 2
Johan Brusche
Honored Contributor

Re: tru64 compiler 6.5 binary location


S,

Looking by the version number, I guess you are talking about the C++ compiler.
If properly installed it should be at:
/usr/bin/cxx, which is a symbolic link to
/isr/lib/cmplrs/cxx/V6.5*/exx_driver

Johan.

_JB_
Eric van Dijken
Trusted Contributor
Solution

Re: tru64 compiler 6.5 binary location

You can always find whats installed with "setld", by using "setld -i CXXBASE650" And you will get a list of files that are in that package (with full pathnames)
Watch, Think and Tinker.