<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>GNU Compiler Collection on Amit Agarwal Linux Blog</title>
    <link>/tags/gnu-compiler-collection/</link>
    <description>Recent content in GNU Compiler Collection on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 11 Jul 2012 05:51:39 +0000</lastBuildDate>
    
	<atom:link href="/tags/gnu-compiler-collection/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>colorgcc – Color your compiler output on Fedora</title>
      <link>/2012/07/11/colorgcc-color-compiler-output-fedora/</link>
      <pubDate>Wed, 11 Jul 2012 05:51:39 +0000</pubDate>
      
      <guid>/2012/07/11/colorgcc-color-compiler-output-fedora/</guid>
      <description>&lt;p&gt;Lets start with installing colorgcc :&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;sudo yum install colorgcc&lt;/pre&gt;
&lt;p&gt;Now once that is done, you will need to ensure that the call to &lt;a class=&#34;zem_slink&#34; title=&#34;GNU Compiler Collection&#34; href=&#34;http://gcc.gnu.org&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;g++&lt;/a&gt;, gcc and others that you want to use, you will need to create a link in the “~&lt;a class=&#34;zem_slink&#34; title=&#34;Filesystem Hierarchy Standard&#34; href=&#34;http://www.linuxfoundation.org/en/FHS&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;/bin&lt;/a&gt;” directory, like so:&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;for i in g++ gcc c++ cc 
do
    ln -s $(which colorgcc) ~/bin/$i
done&lt;/pre&gt;
&lt;p&gt;The one liner above will create the links for &lt;strong&gt;colorgcc&lt;/strong&gt; as **** your favourite compiler in your homedir. Don’t forget to add the bin diretory to your PATH variable:&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
