<?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 Slackware/Zenwalk</title>
	<atom:link href="http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<lastBuildDate>Thu, 11 Mar 2010 08:25:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sombriks</title>
		<link>http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/comment-page-1/#comment-136933</link>
		<dc:creator>Sombriks</dc:creator>
		<pubDate>Mon, 07 Jan 2008 04:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/#comment-136933</guid>
		<description>man, ignore my last post, the problem is jsut the toolset (getting gcc41 instead just gcc)</description>
		<content:encoded><![CDATA[<p>man, ignore my last post, the problem is jsut the toolset (getting gcc41 instead just gcc)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sombriks</title>
		<link>http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/comment-page-1/#comment-136932</link>
		<dc:creator>Sombriks</dc:creator>
		<pubDate>Mon, 07 Jan 2008 03:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/#comment-136932</guid>
		<description>hello and nice post, it&#039;s very useful!

btw i have a question for you: if a grab de src (1.34.1) and simply start compilation with &#039;configure&#039;, it will produce (after years of compilation) the libraries specified to me (--with-libraries=regex,serialization,thread and so on) but will add a number version on each librarie produced. 

i need to remove the number version from the produced libraries (ex libboost_thread-gcc41-mt-1_34_1.so to libboost_thread-gcc41-mt.so)and don&#039;t know how to do it. ani idea?</description>
		<content:encoded><![CDATA[<p>hello and nice post, it&#8217;s very useful!</p>
<p>btw i have a question for you: if a grab de src (1.34.1) and simply start compilation with &#8216;configure&#8217;, it will produce (after years of compilation) the libraries specified to me (&#8211;with-libraries=regex,serialization,thread and so on) but will add a number version on each librarie produced. </p>
<p>i need to remove the number version from the produced libraries (ex libboost_thread-gcc41-mt-1_34_1.so to libboost_thread-gcc41-mt.so)and don&#8217;t know how to do it. ani idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing C++ Boost 1.34.1 on Slackware/Zenwalk</title>
		<link>http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/comment-page-1/#comment-124967</link>
		<dc:creator>Installing C++ Boost 1.34.1 on Slackware/Zenwalk</dc:creator>
		<pubDate>Mon, 17 Sep 2007 15:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/#comment-124967</guid>
		<description>[...] *Thanks to kerrigangster for reminding me about the new syntax to build C++ Boost libraries using bjam build tool. [...]</description>
		<content:encoded><![CDATA[<p>[...] *Thanks to kerrigangster for reminding me about the new syntax to build C++ Boost libraries using bjam build tool. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/comment-page-1/#comment-112414</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Mon, 27 Aug 2007 06:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/#comment-112414</guid>
		<description>SlackBuild scripts seem to be a nice way to install applications on Slackware, had never heard of them before. Thanks for pointing it out, I will look into them.</description>
		<content:encoded><![CDATA[<p>SlackBuild scripts seem to be a nice way to install applications on Slackware, had never heard of them before. Thanks for pointing it out, I will look into them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kerrigangster</title>
		<link>http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/comment-page-1/#comment-112313</link>
		<dc:creator>kerrigangster</dc:creator>
		<pubDate>Mon, 27 Aug 2007 02:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/#comment-112313</guid>
		<description>The SlackBuild for 1.33.1 by Mr. Eric Hameleers at http://www.slackware.com/~alien/slackbuilds/boost/build/boost.SlackBuild can be a good starting point. I am looking into it myself. Apparently, there are file organization changes in 1.34.1 like the jam sources for instance.</description>
		<content:encoded><![CDATA[<p>The SlackBuild for 1.33.1 by Mr. Eric Hameleers at <a href="http://www.slackware.com/~alien/slackbuilds/boost/build/boost.SlackBuild" rel="nofollow">http://www.slackware.com/~alien/slackbuilds/boost/build/boost.SlackBuild</a> can be a good starting point. I am looking into it myself. Apparently, there are file organization changes in 1.34.1 like the jam sources for instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/comment-page-1/#comment-111964</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Sun, 26 Aug 2007 07:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/#comment-111964</guid>
		<description>Hi Kerrigangster,

Yes, the build procedure of Boost 1.34.1 suggests &lt;pre&gt;--toolset&lt;/pre&gt; as the command-line option to specify the toolchain(as this version uses Boost.Build V2). I will update the Boost installation articles to note that.

I have no idea how to package software or documentation for any of the GNU/Linux distributions. Is there any document outlining how to package documentation for Slackware?</description>
		<content:encoded><![CDATA[<p>Hi Kerrigangster,</p>
<p>Yes, the build procedure of Boost 1.34.1 suggests </p>
<pre>--toolset</pre>
<p> as the command-line option to specify the toolchain(as this version uses Boost.Build V2). I will update the Boost installation articles to note that.</p>
<p>I have no idea how to package software or documentation for any of the GNU/Linux distributions. Is there any document outlining how to package documentation for Slackware?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kerrigangster</title>
		<link>http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/comment-page-1/#comment-111255</link>
		<dc:creator>kerrigangster</dc:creator>
		<pubDate>Sat, 25 Aug 2007 02:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/#comment-111255</guid>
		<description>The doc pages are interspersed with the source code. Would you mind packaging the doc for slackware users?</description>
		<content:encoded><![CDATA[<p>The doc pages are interspersed with the source code. Would you mind packaging the doc for slackware users?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kerrigangster</title>
		<link>http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/comment-page-1/#comment-111254</link>
		<dc:creator>kerrigangster</dc:creator>
		<pubDate>Sat, 25 Aug 2007 02:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/03/20/installing-c-boost-on-slackwarezenwalk/#comment-111254</guid>
		<description>Good howto however there&#039;s 1 that didn&#039;t work for v. 1_34_1.

sh# bjam “-sTOOLS=gcc” install

should be 
sh# bjam --toolset=gcc install

bjam tried to guess gcc correctly however.</description>
		<content:encoded><![CDATA[<p>Good howto however there&#8217;s 1 that didn&#8217;t work for v. 1_34_1.</p>
<p>sh# bjam “-sTOOLS=gcc” install</p>
<p>should be<br />
sh# bjam &#8211;toolset=gcc install</p>
<p>bjam tried to guess gcc correctly however.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
