<?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>GeeksPlanet.net &#187; Ubuntu Hardy Heron</title>
	<atom:link href="http://geeksplanet.net/tag/ubuntu-hardy-heron/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeksplanet.net</link>
	<description>C, C++, JAVA, PERL programming for Dummies</description>
	<lastBuildDate>Wed, 24 Feb 2010 11:38:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>C Programming &#124; error: stdio.h: No such file or directory</title>
		<link>http://geeksplanet.net/2008/08/c-programming/c-programming-error-stdioh-no-such-file-or-directory/</link>
		<comments>http://geeksplanet.net/2008/08/c-programming/c-programming-error-stdioh-no-such-file-or-directory/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 12:34:12 +0000</pubDate>
		<dc:creator>Satish Gandham</dc:creator>
				<category><![CDATA[C-Programming]]></category>
		<category><![CDATA[libc6-dev]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Hardy Heron]]></category>

		<guid isPermaLink="false">http://geeksplanet.net/?p=5</guid>
		<description><![CDATA[I was trying to write a simple program in c and it kept on showing the following error whenever i tried to compile it &#8220;error: stdio.h: No such file or directory&#8221; After a little googling I found that C standard libraries are stored in libc6-dev, This want installed in my machine. Installing libc6-dev solved the [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to write a simple program in c and it kept on showing the following error whenever i tried to compile it</p>
<blockquote><p>
<strong>&#8220;error: stdio.h: No such file or directory&#8221;</strong></p></blockquote>
<p>After a little googling I found that C standard libraries are stored in <strong>libc6-dev, </strong>This want installed in my machine. Installing <strong>libc6-dev</strong> solved the problem.</p>
<p>To intall <strong>libc6-dev </strong>In ubnutu type in the follwoing in the terminal</p>
<p><em>sudo apt-get install libc6-dev</em></p>
]]></content:encoded>
			<wfw:commentRss>http://geeksplanet.net/2008/08/c-programming/c-programming-error-stdioh-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

