<?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: Installing C++ Boost on Gentoo and Debian/Ubuntu</title>
	<atom:link href="http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<lastBuildDate>Fri, 10 Sep 2010 11:04:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: MTL 4 Installation &#171; Xrigher</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/comment-page-1/#comment-138089</link>
		<dc:creator>MTL 4 Installation &#171; Xrigher</dc:creator>
		<pubDate>Wed, 06 Jan 2010 10:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-138089</guid>
		<description>[...] Boost Get Started. And here is a instruction about installing boost on Gentoo and Debian/Ubuntu: Installing C++ Boost on Gentoo and Debian/Ubuntu.     Share this [...]</description>
		<content:encoded><![CDATA[<p>[...] Boost Get Started. And here is a instruction about installing boost on Gentoo and Debian/Ubuntu: Installing C++ Boost on Gentoo and Debian/Ubuntu.     Share this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kris.kalish.net</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/comment-page-1/#comment-137891</link>
		<dc:creator>kris.kalish.net</dc:creator>
		<pubDate>Tue, 08 Sep 2009 22:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-137891</guid>
		<description>&lt;strong&gt;Getting Started with Boost Threads...&lt;/strong&gt;


Boost is collection of open source C++ libraries. They are released under the &quot;Boost License&quot; so they can be incorporated into open-source and closed-source projects.  Anyway, one of the libraries in the collection that is of particular interest to ...</description>
		<content:encoded><![CDATA[<p><strong>Getting Started with Boost Threads&#8230;</strong></p>
<p>Boost is collection of open source C++ libraries. They are released under the &#8220;Boost License&#8221; so they can be incorporated into open-source and closed-source projects.  Anyway, one of the libraries in the collection that is of particular interest to &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Every Flavour Beans &#187; C++ Boost Filesystem Library(Part II): Example Programs</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/comment-page-1/#comment-51414</link>
		<dc:creator>Every Flavour Beans &#187; C++ Boost Filesystem Library(Part II): Example Programs</dc:creator>
		<pubDate>Sun, 13 May 2007 17:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-51414</guid>
		<description>[...] How to Test C++ Boost InstallationC++ Boost Filesystem Library(Part III): Example ProgramsInstalling C++ Boost on Slackware/ZenwalkBoost Filesystem Library: Writing Portable C++ Programs to Acess The FilesystemInstalling C++ Boost on Gentoo and Debian/Ubuntu [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Test C++ Boost InstallationC++ Boost Filesystem Library(Part III): Example ProgramsInstalling C++ Boost on Slackware/ZenwalkBoost Filesystem Library: Writing Portable C++ Programs to Acess The FilesystemInstalling C++ Boost on Gentoo and Debian/Ubuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PLMoe</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/comment-page-1/#comment-33064</link>
		<dc:creator>PLMoe</dc:creator>
		<pubDate>Sun, 04 Mar 2007 04:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-33064</guid>
		<description>Here is the error

plmoe@kubuntu:~$ g++ -o first first.cpp
first.cpp:8:2: warning: no newline at end of file
plmoe@kubuntu:~$ g++ -o second second.cpp -lboost_filesystem
second.cpp:2:42: error: boost/filesystem/operations.hpp: No such file or directory
second.cpp:9:2: warning: no newline at end of file
second.cpp:3: error: â€˜boostâ€™ has not been declared
second.cpp:3: error: â€˜filesystemâ€™ is not a namespace-name
second.cpp:3: error: expected namespace-name before â€˜;â€™ token
second.cpp: In function â€˜int main()â€™:
second.cpp:6: error: â€˜bfsâ€™ has not been declared
second.cpp:6: error: â€˜pathâ€™ was not declared in this scope
second.cpp:6: error: expected `;&#039; before â€˜pâ€™
second.cpp:7: error: â€˜bfsâ€™ has not been declared
second.cpp:7: error: â€˜pâ€™ was not declared in this scope
second.cpp:7: error: â€˜existsâ€™ was not declared in this scope</description>
		<content:encoded><![CDATA[<p>Here is the error</p>
<p>plmoe@kubuntu:~$ g++ -o first first.cpp<br />
first.cpp:8:2: warning: no newline at end of file<br />
plmoe@kubuntu:~$ g++ -o second second.cpp -lboost_filesystem<br />
second.cpp:2:42: error: boost/filesystem/operations.hpp: No such file or directory<br />
second.cpp:9:2: warning: no newline at end of file<br />
second.cpp:3: error: â€˜boostâ€™ has not been declared<br />
second.cpp:3: error: â€˜filesystemâ€™ is not a namespace-name<br />
second.cpp:3: error: expected namespace-name before â€˜;â€™ token<br />
second.cpp: In function â€˜int main()â€™:<br />
second.cpp:6: error: â€˜bfsâ€™ has not been declared<br />
second.cpp:6: error: â€˜pathâ€™ was not declared in this scope<br />
second.cpp:6: error: expected `;&#8217; before â€˜pâ€™<br />
second.cpp:7: error: â€˜bfsâ€™ has not been declared<br />
second.cpp:7: error: â€˜pâ€™ was not declared in this scope<br />
second.cpp:7: error: â€˜existsâ€™ was not declared in this scope</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PLMoe</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/comment-page-1/#comment-33063</link>
		<dc:creator>PLMoe</dc:creator>
		<pubDate>Sun, 04 Mar 2007 04:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-33063</guid>
		<description>I use kubuntu 6.06. I tried every options. I also enable every repostories. But won&#039;t work. Any ideas? Thanks.</description>
		<content:encoded><![CDATA[<p>I use kubuntu 6.06. I tried every options. I also enable every repostories. But won&#8217;t work. Any ideas? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JOanzi</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/comment-page-1/#comment-2477</link>
		<dc:creator>JOanzi</dc:creator>
		<pubDate>Fri, 01 Dec 2006 23:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-2477</guid>
		<description>Thanks a million!  I used your instructions on a Knoppix 5 HD install after failing to be able to use the &#039;long way&#039; (Synaptics PM retrieved boost-build v2 and bjam, but they refused to install v1.3.1 off sourceforge).

Only the apt-get on the boost python lib gave me trouble.  I don&#039;t need it, so I omitted it.

Anyway - hats off to you.</description>
		<content:encoded><![CDATA[<p>Thanks a million!  I used your instructions on a Knoppix 5 HD install after failing to be able to use the &#8216;long way&#8217; (Synaptics PM retrieved boost-build v2 and bjam, but they refused to install v1.3.1 off sourceforge).</p>
<p>Only the apt-get on the boost python lib gave me trouble.  I don&#8217;t need it, so I omitted it.</p>
<p>Anyway &#8211; hats off to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/comment-page-1/#comment-884</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Wed, 18 Oct 2006 11:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-884</guid>
		<description>The option to be passed to the g++ compiler depends on the name of the library that is installed on a particular platform. It&#039;s different on different GNU/Linux distributions, for example:

-lboost_filesystem for Gentoo/Fedora/SUSE
-lboost_filesystem-gcc for Slackware/Zenwalk

I use any one of them in the example code with the assumption that it will be replaced by whatever actual name is used on a particular distribution.</description>
		<content:encoded><![CDATA[<p>The option to be passed to the g++ compiler depends on the name of the library that is installed on a particular platform. It&#8217;s different on different GNU/Linux distributions, for example:</p>
<p>-lboost_filesystem for Gentoo/Fedora/SUSE<br />
-lboost_filesystem-gcc for Slackware/Zenwalk</p>
<p>I use any one of them in the example code with the assumption that it will be replaced by whatever actual name is used on a particular distribution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Auryn</title>
		<link>http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/comment-page-1/#comment-880</link>
		<dc:creator>Auryn</dc:creator>
		<pubDate>Tue, 17 Oct 2006 14:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/1999/11/30/installing-c-boost-on-gentoo-and-debianubuntu/#comment-880</guid>
		<description>When it says
   sh# g++ -o second second.cpp -lboost-filesystem
I had to use
   sh# g++ -o second second.cpp -lboost_filesystem
[using an underscore instead]</description>
		<content:encoded><![CDATA[<p>When it says<br />
   sh# g++ -o second second.cpp -lboost-filesystem<br />
I had to use<br />
   sh# g++ -o second second.cpp -lboost_filesystem<br />
[using an underscore instead]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
