Oracle Solaris Studio

Introduction

The Oracle Solaris Studio, formerly named Sun Studio, Sun WorkShop, Forte Developer, and SunPro Compilers, is a compiler suite which is Oracle Corporation's flagship software development product for the operating systems Solaris and Linux. The Oracle Solaris Studio software delivers optimizing compilers for C, C++, and Fortran, libraries, and performance analysis, and debugging tools for Solaris on SPARC, and both Solaris and Linux on x86/x64 platforms, including multi-core systems.

The Solaris Studio software suite is downloadable at no charge from a website.

Usage

Compute Systems Invocation Version(s)
Red Hat Linux (64-bit) % /util/bin/CC 12.3 (default)

Notes

  1. Make sure your LD_LIBRARY_PATH environment variable contains /util/solarisstudio/lib/amd64.
  2. Find the version of CC with:
    
    % CC -V
    CC: Sun C++ 5.12 Linux_i386 2011/11/16
    
    
  3. The Oracle Solaris Studio binaries are located in the directory:
    
    /util/solarisstudio/bin/
    
    

People

  1. Ken Regan, instructor.

References

  1. http://en.wikipedia.org/wiki/Oracle_Solaris_Studio
  2. http://www.oracle.com/technetwork/server-storage/solarisstudio/overview/