<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mahisorn Wongphati &#187; gcc</title>
	<atom:link href="http://mahisorn.com/tag/gcc/feed/" rel="self" type="application/rss+xml" />
	<link>http://mahisorn.com</link>
	<description>The best way to make your dreams come true is to wake up!&#34; -- Paul Valery</description>
	<lastBuildDate>Thu, 20 May 2010 05:05:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using different gcc version for building Boost C++ library</title>
		<link>http://mahisorn.com/2008/12/26/using-different-gcc-version-for-building-boost-c-library/</link>
		<comments>http://mahisorn.com/2008/12/26/using-different-gcc-version-for-building-boost-c-library/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 02:36:00 +0000</pubDate>
		<dc:creator>mahisorn</dc:creator>
				<category><![CDATA[Techs]]></category>
		<category><![CDATA[boost]]></category>
		<category><![CDATA[gcc]]></category>

		<guid isPermaLink="false">http://mahisorn.com/2008/12/26/using-different-gcc-version-for-building-boost-c-library/</guid>
		<description><![CDATA[in /boost_x_xx_x/tools/build/v2/user-config.jam
[shell]
# ——————
# GCC configuration.
# ——————
# Configure gcc (default version).
# using gcc ;
# Configure specific gcc version, giving alternative name to use.
# using gcc : 3.2 : g++-3.2 ;
[/shell]
Boost C++
]]></description>
			<content:encoded><![CDATA[<p>in /boost_x_xx_x/tools/build/v2/user-config.jam<br />
[shell]<br />
# ——————<br />
# GCC configuration.<br />
# ——————</p>
<p># Configure gcc (default version).<br />
# using gcc ;</p>
<p># Configure specific gcc version, giving alternative name to use.<br />
# using gcc : 3.2 : g++-3.2 ;<br />
[/shell]</p>
<p><a href="http://www.boost.org/">Boost C++</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mahisorn.com/2008/12/26/using-different-gcc-version-for-building-boost-c-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
