Oracle® Solaris Studio 12.4: Installation Guide

Exit Print View

Updated: December 2014
 
 

Setting Up Access to the Developer Tools and Man Pages

If you did not enable the installer to create symbolic links in /usr/bin and /usr/share/man, you might need to change your PATH and MANPATH environment variables to enable use of the Oracle Solaris Studio 12.4 software.

Type the following commands on a system where you want to run Oracle Solaris Studio to determine whether you need to set up your access to the Oracle Solaris Studio 12.4 software tools and man pages:

% which cc
/opt/solarisstudio12.4/bin/cc
% man codean
Reformatting page. Please wait... done.

User Commands                                           codean(1)

NAME
     codean - Command Line Interface of Code Analyzer
...

If the which command returns the message no cc in paths or the reports the path to another version of the cc command, you need to set your PATH.

If the man command returns No manual entry for codean, you need to set your MANPATH.

On Oracle Solaris platforms

Add the path /install-dir/solarisstudio12.4/bin to your PATH environment variable.

Add the path /install-dir/solarisstudio12.4/man to your MANPATH environment variable.

On Linux platforms

Add the path /install-dir/oracle/solarisstudio12.4/bin to your PATH environment variable.

Add the path /install-dir/oracle/solarisstudio12.4/man to your MANPATH environment variable.

By default the install-dir is /opt.


Note -  You should not have any references to any other version of Oracle Solaris Studio in your LD_LIBRARY_PATH setting. If an incompatible library is referenced by tools such as Performance Analyzer, the tool might fail and the reason will be difficult to diagnose.