    <?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>Yet Another Linux BlogYet Another Linux Blog &#187; compile</title>
	<atom:link href="http://linux-blog.org/tag/compile/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux-blog.org</link>
	<description>Open Source, Open Blog</description>
	<lastBuildDate>Wed, 14 Mar 2012 23:18:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Install GCC on ClarkConnect</title>
		<link>http://linux-blog.org/install-gcc-on-clarkconnect/</link>
		<comments>http://linux-blog.org/install-gcc-on-clarkconnect/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 15:45:26 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[clarkconnect]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[devel tools]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install gcc]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=716</guid>
		<description><![CDATA[Install GCC on ClarkConnect This is a pretty easy thing to do, but it seems many people come to Yet Another Linux Blog searching for exactly how to do this. ClarkConnect does not come with GCC installed by default. If you download software and attempt to compile it (using ./configure, make, make install) it will [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Install GCC on ClarkConnect</strong></p>
<p>This is a pretty easy thing to do, but it seems many people come to Yet Another Linux Blog searching for exactly how to do this.  ClarkConnect does not come with GCC installed by default.  If you download software and attempt to compile it (using ./configure, make, make install) it will complain:</p>
<p><code>
<pre class="brush: plain; title: ; notranslate">configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.</pre>
<p></code></p>
<p>So, SSH into your ClarkConnect server and install cc-devel to install all the tools you need.  Please be advised, it&#8217;s a rather large package weighing in at 87.5 MB when I installed it today.</p>
<p><code>
<pre class="brush: plain; title: ; notranslate">apt-get update</pre>
<pre class="brush: plain; title: ; notranslate">apt-get install cc-devel</pre>
<p></code></p>
<p>After this package is installed, you should be able to compile software from source.  Hopefully, this makes your life easier and is easier to find on the web.</p>
<p><a href="http://linux-blog.org/install-gcc-on-clarkconnect/" rel="bookmark">Install GCC on ClarkConnect</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on October 12, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/install-gcc-on-clarkconnect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 5/27 queries in 0.372 seconds using disk: basic
Object Caching 429/448 objects using disk: basic

Served from: linux-blog.org @ 2012-05-23 15:24:42 -->
