<?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 on: How to Test C++ Boost Installation</title>
	<atom:link href="http://beans.seartipy.com/2006/03/16/how-to-test-c-boost-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com/2006/03/16/how-to-test-c-boost-installation/</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:38:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John Burgoon</title>
		<link>http://beans.seartipy.com/2006/03/16/how-to-test-c-boost-installation/comment-page-1/#comment-137549</link>
		<dc:creator>John Burgoon</dc:creator>
		<pubDate>Sun, 15 Mar 2009 15:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://everyflavourbeans.seartipy.com/2006/03/16/how-to-test-c-boost-installation/#comment-137549</guid>
		<description>Thanks for these excellent tutorials.  May I suggest a tutorial?  Walking someone _carefully_ through the Boost installation process would be marvelous.  I am trying to install Boost on Mac OSX Leopard, and although I am doing the builds and getting results, I realize I am new enough to C++ that I am not confident in doing things that most tutorials assume I can do, such as linking a library, or making sure that paths are set correctly.  I understand the concepts, but the actual syntax, what a program looks like, and what failure looks like are very very helpful.  For example, your second example above shows linking in C++.

You might smile, but to someone who doesn&#039;t know what to ask, Googling &quot;linking C++&quot; only causes the overwhelming feeling of despair.  Your examples have helped me tremendously, and I encourage you to write some more.  The best one to add to this tutorial would be the &quot;ELSE&quot; part of your statement above: &quot;IF the above two programs build and run with out any problems, then boost is installed and working properly on your system...&quot;

Thanks again for your excellent work!
John</description>
		<content:encoded><![CDATA[<p>Thanks for these excellent tutorials.  May I suggest a tutorial?  Walking someone _carefully_ through the Boost installation process would be marvelous.  I am trying to install Boost on Mac OSX Leopard, and although I am doing the builds and getting results, I realize I am new enough to C++ that I am not confident in doing things that most tutorials assume I can do, such as linking a library, or making sure that paths are set correctly.  I understand the concepts, but the actual syntax, what a program looks like, and what failure looks like are very very helpful.  For example, your second example above shows linking in C++.</p>
<p>You might smile, but to someone who doesn&#8217;t know what to ask, Googling &#8220;linking C++&#8221; only causes the overwhelming feeling of despair.  Your examples have helped me tremendously, and I encourage you to write some more.  The best one to add to this tutorial would be the &#8220;ELSE&#8221; part of your statement above: &#8220;IF the above two programs build and run with out any problems, then boost is installed and working properly on your system&#8230;&#8221;</p>
<p>Thanks again for your excellent work!<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2006/03/16/how-to-test-c-boost-installation/comment-page-1/#comment-2690</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Wed, 06 Dec 2006 09:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://everyflavourbeans.seartipy.com/2006/03/16/how-to-test-c-boost-installation/#comment-2690</guid>
		<description>JOanzi,
Thanks.

The comment #1 is actually a pingback/trackback and is displayed only partially. The full text can be read by following the URL at the bottom(&quot;Pinkback by ...&quot;).</description>
		<content:encoded><![CDATA[<p>JOanzi,<br />
Thanks.</p>
<p>The comment #1 is actually a pingback/trackback and is displayed only partially. The full text can be read by following the URL at the bottom(&#8220;Pinkback by &#8230;&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JOanzi</title>
		<link>http://beans.seartipy.com/2006/03/16/how-to-test-c-boost-installation/comment-page-1/#comment-2677</link>
		<dc:creator>JOanzi</dc:creator>
		<pubDate>Wed, 06 Dec 2006 02:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://everyflavourbeans.seartipy.com/2006/03/16/how-to-test-c-boost-installation/#comment-2677</guid>
		<description>Thanks - the article was very helpful!

(I think comment #1 may have gotten &quot;eaten&quot; - perhaps it referred to the examples folders and Jamfile included with the distribution?)

Please keep up the good work!</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; the article was very helpful!</p>
<p>(I think comment #1 may have gotten &#8220;eaten&#8221; &#8211; perhaps it referred to the examples folders and Jamfile included with the distribution?)</p>
<p>Please keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Every Flavour Beans &#187; Installing C++ Boost on SuSE and Fedora</title>
		<link>http://beans.seartipy.com/2006/03/16/how-to-test-c-boost-installation/comment-page-1/#comment-2</link>
		<dc:creator>Every Flavour Beans &#187; Installing C++ Boost on SuSE and Fedora</dc:creator>
		<pubDate>Fri, 28 Apr 2006 08:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://everyflavourbeans.seartipy.com/2006/03/16/how-to-test-c-boost-installation/#comment-2</guid>
		<description>[...] You can now test the boost installation by compiling the two programs I had mentioned in my earlier post, using the following commands: [...]</description>
		<content:encoded><![CDATA[<p>[...] You can now test the boost installation by compiling the two programs I had mentioned in my earlier post, using the following commands: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

