<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>ByteLabs: Ghc 6.6.1 on Mac OS X</title>
    <link>http://blog.solaris.bytelabs.org/articles/2007/05/29/ghc-6-6-1-on-mac-os-x</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>additions to a vast pool of entropy by Igor and Ines</description>
    <item>
      <title>Ghc 6.6.1 on Mac OS X</title>
      <description>Today I finally went ahead and upgraded &lt;a href="http://www.haskell.org/ghc"&gt;Ghc&lt;/a&gt; to version &lt;a href="http://www.haskell.org/ghc/docs/6.6.1/html/users_guide/release-6-6-1.html"&gt;6.6.1&lt;/a&gt;. On Max &lt;span class="caps"&gt;OS X&lt;/span&gt; Tiger I additionally needed to install the &lt;span class="caps"&gt;GNU&lt;/span&gt;-Readline Framework as described in &lt;a href="http://www.haskell.org/pipermail/glasgow-haskell-users/2007-May/012576.html"&gt;this post&lt;/a&gt;. The installation went really fine but when trying to link executable programs &lt;code&gt;ld&lt;/code&gt; would throw up and say something along the line:
	&lt;ul&gt;
	&lt;li&gt;... the table of contents for &lt;code&gt;*.a&lt;/code&gt; archives are out of date and that &lt;code&gt;ranlib(1)&lt;/code&gt; should be re-run.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Oh well, life is imperfect but the following solves the problem:&lt;/p&gt;


	&lt;p&gt;&lt;code&gt; $ cd /usr/local/lib/ghc-6.6.1/&lt;/code&gt; &lt;br/&gt;
&lt;code&gt; $ sudo sh  -c "ls *.a | xargs ranlib"&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 29 May 2007 15:35:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:33023a49-3363-4b30-a3b0-d3a55be4e5f6</guid>
      <author>igor</author>
      <link>http://blog.solaris.bytelabs.org/articles/2007/05/29/ghc-6-6-1-on-mac-os-x</link>
      <category>Ghc</category>
      <category>Haskell</category>
    </item>
  </channel>
</rss>
