<?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>Brain Goo &#187; libc</title>
	<atom:link href="http://www.popmartian.com/tipsntricks/category/libc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.popmartian.com/tipsntricks</link>
	<description>Carpe Crap 'em</description>
	<lastBuildDate>Mon, 10 Oct 2011 14:42:08 +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>Debian GCC libc package required</title>
		<link>http://www.popmartian.com/tipsntricks/2007/07/10/debian-gcc-libc-package-required/</link>
		<comments>http://www.popmartian.com/tipsntricks/2007/07/10/debian-gcc-libc-package-required/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 23:07:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[How Tos]]></category>
		<category><![CDATA[libc]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.popmartian.com/tipsntricks/2007/07/10/debian-gcc-libc-package-required/</guid>
		<description><![CDATA[If you use Debian with a &#8220;standard&#8221; or &#8220;desktop&#8221; install, you will not have GCC installed. Of course you can easily get it by installing the package: apt-get install gcc And of course you need make apt-get install make What you don&#8217;t know is that you won&#8217;t be able to do anything without your C [...]]]></description>
			<content:encoded><![CDATA[<p>If you use Debian with a &#8220;standard&#8221; or &#8220;desktop&#8221; install, you will not have GCC installed.  Of course you can easily get it by installing the package:</p>
<p><code>apt-get install gcc</code></p>
<p>And of course you need make</p>
<p><code>apt-get install make</code></p>
<p>What you don&#8217;t know is that you won&#8217;t be able to do anything without your C library and headers.  You will get errors that your compiler cannot make executables.</p>
<p>The package you want is libc6-dev</p>
<p><code>apt-get install libc6-dev</code></p>
<p>Much better!</p>
<img src="http://www.popmartian.com/tipsntricks/?ak_action=api_record_view&id=11&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.popmartian.com/tipsntricks/2007/07/10/debian-gcc-libc-package-required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

