Avoid using obsolete options because the compiler may stop accepting them at any release. Instead, use the suggested alternative option.
| Option | Language | Meaning | 
|---|---|---|
| -noqueue | C++ | Obsolete: There is no suggested alternate option. | 
| -ptr | C++ | Obsolete: Do not use, there is no suggested alternate option. | 
| -sb | C++ F95 | Obsolete. Produces table information for the source code browser. | 
| -sbfast | C++ F95 | Obsolete. Produce only source code browser tables. | 
| -xcg | C C++ F95 | Do not use this option, the current Solaris operating systems no longer support the SPARC V7 architecture. | 
| -xlicinfo | C C++ F95 | Obsolete: This option is silently ignored by the compiler. | 
| -xnativeconnect | C C++ | Includes interface information inside object file and subsequent shared libraries so that the shared library can interface with Java. | 
| -xsb | C++ F95 | Obsolete. Synonym for -sb. | 
| -xsbfast | C++ F95 | Obsolete. Synonym for -sbfast. |