<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Kuldip&#039;s Blog</title>
	<atom:link href="http://koberoi.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://koberoi.com</link>
	<description>Spurious Interrupt in the System of Life</description>
	<lastBuildDate>Sat, 26 Feb 2011 04:35:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Comment on Installing Oracle Solaris Studio 12.2 (tarfile) on Solaris 11 Express by Dukes</title>
		<link>http://koberoi.com/2010/11/installing-oracle-solaris-studio-12-2-tarfile-on-solaris-11-express/#comment-542</link>
		<dc:creator>Dukes</dc:creator>
		<pubDate>Sat, 26 Feb 2011 04:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://koberoi.com/?p=141#comment-542</guid>
		<description>To further break the command out to use the package install method instead of the tarball:

1.  bzcat SolarisStudio12.2-[OS]-[PLATFORM]-[FORMAT]-ML.tar.bz2 &#124; /bin/tar -xf -
2.  cd SolarisStudio12.2-[OS]-[PLATFORM]-[FORMAT]-ML
3.  mkdir tmp
4.  ./SolarisStudio12.2-solaris-x86-pkg-ML.sh --non-interactive --extract-installation-data tmp/
5.  cd tmp
6.  for i in SPRO*; do pfexec pkgadd -d $i; done</description>
		<content:encoded><![CDATA[<p>To further break the command out to use the package install method instead of the tarball:</p>
<p>1.  bzcat SolarisStudio12.2-[OS]-[PLATFORM]-[FORMAT]-ML.tar.bz2 | /bin/tar -xf -<br />
2.  cd SolarisStudio12.2-[OS]-[PLATFORM]-[FORMAT]-ML<br />
3.  mkdir tmp<br />
4.  ./SolarisStudio12.2-solaris-x86-pkg-ML.sh &#8211;non-interactive &#8211;extract-installation-data tmp/<br />
5.  cd tmp<br />
6.  for i in SPRO*; do pfexec pkgadd -d $i; done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Oracle Solaris Studio 12.2 (tarfile) on Solaris 11 Express by Install and Configure Django + mod_wsgi in Oracle Solaris 11 Express &#171; Chen Liang&#039;s Blog</title>
		<link>http://koberoi.com/2010/11/installing-oracle-solaris-studio-12-2-tarfile-on-solaris-11-express/#comment-395</link>
		<dc:creator>Install and Configure Django + mod_wsgi in Oracle Solaris 11 Express &#171; Chen Liang&#039;s Blog</dc:creator>
		<pubDate>Fri, 14 Jan 2011 18:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://koberoi.com/?p=141#comment-395</guid>
		<description>[...] from Solaris studio to compile packages, the normal gcc from GNU will not work. I followed this guide to install [...]</description>
		<content:encoded><![CDATA[<p>[...] from Solaris studio to compile packages, the normal gcc from GNU will not work. I followed this guide to install [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Oracle Solaris Studio 12.2 (tarfile) on Solaris 11 Express by Installing Oracle Solaris Studio 12.2 (tarfile) on Solaris 11 &#8230; &#183; Database, MySql, Oracle, SQL and more</title>
		<link>http://koberoi.com/2010/11/installing-oracle-solaris-studio-12-2-tarfile-on-solaris-11-express/#comment-296</link>
		<dc:creator>Installing Oracle Solaris Studio 12.2 (tarfile) on Solaris 11 &#8230; &#183; Database, MySql, Oracle, SQL and more</dc:creator>
		<pubDate>Wed, 22 Dec 2010 14:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://koberoi.com/?p=141#comment-296</guid>
		<description>[...] Here is the original post: Installing Oracle Solaris Studio 12.2 (tarfile) on Solaris 11 &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is the original post: Installing Oracle Solaris Studio 12.2 (tarfile) on Solaris 11 &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Oracle Solaris Studio 12.2 (tarfile) on Solaris 11 Express by Andrew Kolchoogin</title>
		<link>http://koberoi.com/2010/11/installing-oracle-solaris-studio-12-2-tarfile-on-solaris-11-express/#comment-201</link>
		<dc:creator>Andrew Kolchoogin</dc:creator>
		<pubDate>Thu, 25 Nov 2010 18:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://koberoi.com/?p=141#comment-201</guid>
		<description>It&#039;s far better to use packages to install Sun Studio on Solaris.
OpenSolaris (and Solaris 11 Express as its descendant) has full set of SVr4 pkg utilities. Just download package installer, untar it, unpack packages using &#039;--extract-installation-data&#039; command line argument to that-huge-shell-archive and install them using, for example, the following command:

for i in SPRO*; do pfexec pkgadd -d $i; done

After re-login you will be able to see nice icons under Applications -&gt; Development :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s far better to use packages to install Sun Studio on Solaris.<br />
OpenSolaris (and Solaris 11 Express as its descendant) has full set of SVr4 pkg utilities. Just download package installer, untar it, unpack packages using &#8216;&#8211;extract-installation-data&#8217; command line argument to that-huge-shell-archive and install them using, for example, the following command:</p>
<p>for i in SPRO*; do pfexec pkgadd -d $i; done</p>
<p>After re-login you will be able to see nice icons under Applications -&gt; Development <img src='http://koberoi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Solaris Studio 12.2 &#8211; Now Available! by Ian Ball</title>
		<link>http://koberoi.com/2010/09/oracle-solaris-studio-12-2-now-available/#comment-187</link>
		<dc:creator>Ian Ball</dc:creator>
		<pubDate>Thu, 18 Nov 2010 14:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://koberoi.com/?p=77#comment-187</guid>
		<description>With Studio 10 and 11, it was possible to select the individual packages to install, which made it possible and easy to install only what I needed.  This was great, and worked exactly as I needed it.

With this Studio 12, it comes with some funny script that wants to install everything, and demands a gui which I don&#039;t have.  It&#039;s not possible to select the exact packages I want, in fact in its current state, I can&#039;t install Studio 12 the way it was possible with previous versions at all.  This is very frurtrating, and prevents me from using Studio 12.  When will this problem be addressed?</description>
		<content:encoded><![CDATA[<p>With Studio 10 and 11, it was possible to select the individual packages to install, which made it possible and easy to install only what I needed.  This was great, and worked exactly as I needed it.</p>
<p>With this Studio 12, it comes with some funny script that wants to install everything, and demands a gui which I don&#8217;t have.  It&#8217;s not possible to select the exact packages I want, in fact in its current state, I can&#8217;t install Studio 12 the way it was possible with previous versions at all.  This is very frurtrating, and prevents me from using Studio 12.  When will this problem be addressed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Solaris Studio at Oracle OpenWorld / Develop 2010 by Tweets that mention Oracle Solaris Studio at Oracle OpenWorld / Develop 2010 &#124; Kuldip's Blog -- Topsy.com</title>
		<link>http://koberoi.com/2010/09/oracle-solaris-studio-at-oracle-openworld-develop-2010/#comment-68</link>
		<dc:creator>Tweets that mention Oracle Solaris Studio at Oracle OpenWorld / Develop 2010 &#124; Kuldip's Blog -- Topsy.com</dc:creator>
		<pubDate>Mon, 20 Sep 2010 02:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://koberoi.com/?p=90#comment-68</guid>
		<description>[...] This post was mentioned on Twitter by Kuldip Oberoi and Deirdré Straughan, ritam. ritam said: RT @koberoi: Oracle Solaris Studio @ Oracle Develop / OpenWorld this week. http://bit.ly/9DYO8I #OOW10 #solarisstudio [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Kuldip Oberoi and Deirdré Straughan, ritam. ritam said: RT @koberoi: Oracle Solaris Studio @ Oracle Develop / OpenWorld this week. <a href="http://bit.ly/9DYO8I" rel="nofollow">http://bit.ly/9DYO8I</a> #OOW10 #solarisstudio [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Solaris Studio &#8211; Best Optimizing Compilers for x86? by Tweets that mention Oracle Solaris Studio – Best Optimizing Compilers for x86? &#124; Kuldip's Blog -- Topsy.com</title>
		<link>http://koberoi.com/2010/06/oracle-solaris-studio-best-optimizing-compilers-for-x86/#comment-13</link>
		<dc:creator>Tweets that mention Oracle Solaris Studio – Best Optimizing Compilers for x86? &#124; Kuldip's Blog -- Topsy.com</dc:creator>
		<pubDate>Tue, 29 Jun 2010 00:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://koberoi.com/?p=43#comment-13</guid>
		<description>[...] This post was mentioned on Twitter by Kuldip Oberoi, DeirdreS. DeirdreS said: @koberoi: Oracle Solaris Studio- Best optimizing compilers for x86?Benchmark records Solaris 10/Sun x86. http://bit.ly/cjEARp #solarisstudio [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Kuldip Oberoi, DeirdreS. DeirdreS said: @koberoi: Oracle Solaris Studio- Best optimizing compilers for x86?Benchmark records Solaris 10/Sun x86. <a href="http://bit.ly/cjEARp" rel="nofollow">http://bit.ly/cjEARp</a> #solarisstudio [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

