<?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>vividly nonsensical &#187; gcc</title>
	<atom:link href="http://www.jirc.com/tag/gcc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jirc.com</link>
	<description>it just makes nonsense</description>
	<lastBuildDate>Thu, 26 Aug 2010 15:57:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Your kernel was built with gcc version 4.2.3 while you are  trying to use gcc version 4.2.4</title>
		<link>http://www.jirc.com/2008/12/02/your-kernel-was-built-with-gcc-version-423-while-you-are-trying-to-use-usrbingcc-version-424/</link>
		<comments>http://www.jirc.com/2008/12/02/your-kernel-was-built-with-gcc-version-423-while-you-are-trying-to-use-usrbingcc-version-424/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 16:05:09 +0000</pubDate>
		<dc:creator>mvarre</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.jirc.com/?p=185</guid>
		<description><![CDATA[Strange VMware Tools issue while upgrading one of my Ubuntu 6.06.2 VMware Guests to Ubuntu 8.04.1.  The Ubuntu upgrade itself seemed to go just fine, but installing the updated VMware Tools gave me an error: Your kernel was built with "gcc" version "4.2.3", while you are trying to use "/usr/bin/gcc" version "4.2.4". This configuration is [...]]]></description>
			<content:encoded><![CDATA[<p>Strange <a href="http://www.jirc.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">VMware</a> Tools issue while upgrading one of my <a href="http://www.jirc.com/tag/ubuntu/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ubuntu">Ubuntu</a> 6.06.2 <a href="http://www.jirc.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">VMware</a> Guests to <a href="http://www.jirc.com/tag/ubuntu/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ubuntu">Ubuntu</a> 8.04.1.  The <a href="http://www.jirc.com/tag/ubuntu/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ubuntu">Ubuntu</a> upgrade itself seemed to go just fine, but installing the updated <a href="http://www.jirc.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">VMware</a> Tools gave me an error:</p>
<p style="margin-left: 40px;"><tt>Your kernel was built with "<a href="http://www.jirc.com/tag/gcc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a>" version "4.2.3", while you are<br />
trying to use "/usr/bin/<a href="http://www.jirc.com/tag/gcc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a>" version "4.2.4". This configuration<br />
is not recommended and <a href="http://www.jirc.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">VMware</a> Player may crash if you'll continue.<br />
Please try to use exactly same compiler as one used for building<br />
your kernel. Do you want to go with compiler "/usr/bin/<a href="http://www.jirc.com/tag/gcc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a>"<br />
version "4.2.4" anyway? [no]</tt></p>
<p>It didn&#8217;t take very long to find a thread about this &#8211; <a href="http://ge.ubuntuforums.com/showthread.php?t=963825" target="_blank">http://ge.ubuntuforums.com/showthread.php?t=963825</a>.  I took the suggest of some of the users here and chose YES.  <em><a href="http://www.jirc.com/tag/snapshot/" class="st_tag internal_tag" rel="tag" title="Posts tagged with snapshot">SNAPSHOT</a> YOUR MACHINES BEFORE YOU TRY SOMETHING UNPROVEN!</em></p>
<p>Well now it complained that it couldnt locate the <a href="http://www.jirc.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with linux">Linux</a> C Header files:</p>
<p style="margin-left: 40px;"><tt>The header files in /usr/include are generally for C libraries, not for the<br />
running kernel. If you do not have kernel header files in your /usr/src<br />
directory, you probably do not have the kernel-source package installed. Are yousure that /usr/include contains the header files associated with your running<br />
kernel? [no]</tt></p>
<p>Weird.  So now I had to manually install the <a href="http://www.jirc.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with linux">Linux</a> Headers.  I did this by issuing:</p>
<p style="margin-left: 40px;"><tt>apt-get install <a href="http://www.jirc.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with linux">linux</a>-headers-`uname -r` build-essential</tt></p>
<p>I now re-ran perl /usr/src/<a href="http://www.jirc.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-tools-distrib/<a href="http://www.jirc.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-install.pl.  I again of course had to tell the installer to continue compiling using <a href="http://www.jirc.com/tag/gcc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a> 4.2.4, but now it didnt complain about the C headers. The install completed successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirc.com/2008/12/02/your-kernel-was-built-with-gcc-version-423-while-you-are-trying-to-use-usrbingcc-version-424/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

