<?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>hihn.org &#187; g++</title>
	<atom:link href="http://hihn.org/tag/g/feed/" rel="self" type="application/rss+xml" />
	<link>http://hihn.org</link>
	<description></description>
	<lastBuildDate>Mon, 05 Mar 2012 19:04:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>gcc und g++ Version einstellen</title>
		<link>http://hihn.org/2008/11/gcc-und-g-version-einstellen/</link>
		<comments>http://hihn.org/2008/11/gcc-und-g-version-einstellen/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 18:21:59 +0000</pubDate>
		<dc:creator>rh</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[g++]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[kompilieren]]></category>

		<guid isPermaLink="false">http://hihn.org/?p=226</guid>
		<description><![CDATA[Beim Kompilieren von Kernel-Modulen können Probleme auftreten, wenn die Version des eingestellten gcc/g++ Compilers eine andere ist als die, mit der der Kernel kompiliert wurde. Deshalb kann man mit export CC=gcc-4.1 die Version des gcc Compileres und mit export CXX=g++-4.1 die Version des g++ Compilers einstellen.]]></description>
			<content:encoded><![CDATA[<p>Beim Kompilieren von Kernel-Modulen können Probleme auftreten, wenn die Version des eingestellten gcc/g++ Compilers eine andere ist als die, mit der der Kernel kompiliert wurde.<br />
Deshalb kann man mit</p>
<pre>
export CC=gcc-4.1
</pre>
<p>die Version des gcc Compileres und mit</p>
<pre>
export CXX=g++-4.1
</pre>
<p>die Version des g++ Compilers einstellen.</p>
]]></content:encoded>
			<wfw:commentRss>http://hihn.org/2008/11/gcc-und-g-version-einstellen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

