Sun Studio 11
sun studio 11 软件允许用户使用c、c++ 和fortran 语言开发高性能的软件应用程序。此发行版允许开发者在sun 硬件平台(包括最新的多核ultrasparc和x64/x86 系统)上构建可伸缩的32 位和64 位应用程序。有关sun studio 11 的信息位于以下网址:
solaris 平台:
http://developers.sun.com/prodtech/cc/documentation/ss11/
index.html
linux 平台:
http://developers.sun.com/prodtech/cc/documentation/ss11/
indexlinux.html
安装日志文件和许可日志文件位于:/var/sadm/install/logs
要查看日志文件,请在提示符下键入以下内容:
% cd /var/sadm/install/logs;more filename
安装的产品中包含update notification,其功能是检查sun microsystems 的web 服务,并通知您相关的更新。有关详细信息,请参阅发行说明。
如果在网络服务器上安装了sun studio 11 开发者工具的任何一个组件,则向使用网络安装软件的开发者发送入门信息时,可以使用电子邮件模板:/install-directory/sunwspro/readmes/email_template.txt
此时应设置path,使其包括以下路径:
/opt/sunwspro/bin
对于bourne 系列的shell (sh、bash 和ksh):
$ path=/opt/sunwspro/bin:$path; export path
对于c 系列的shell (csh 和tcsh):
% setenv path /opt/sunwspro/bin:$path
之后,若要运行ide,请在提示符下键入以下内容:% sunstudio