<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Build-Systems on traviscj/blog</title>
    <link>https://traviscj.com/blog/tags/build-systems/</link>
    <description>Recent content in Build-Systems on traviscj/blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 27 May 2010 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://traviscj.com/blog/tags/build-systems/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Getting GnuPlot to compile on OSX</title>
      <link>https://traviscj.com/blog/post/2010-05-27-getting_gnuplot_to_compile_on_osx/</link>
      <pubDate>Thu, 27 May 2010 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2010-05-27-getting_gnuplot_to_compile_on_osx/</guid>
      <description>&lt;p&gt;I misunderstood an officemate’s question yesterday and set out to compile gnuplot. Stock GNUPlot will fail to compile on OSX due to an incompatibility in the readline library. So when you compile, let GNUPlot know to use the one included:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;gt; tar xzvf gnuplot*&#xA;&amp;gt; cd gnuplot-4.2.39&#xA;&amp;gt; ./configure --prefix=/usr/local --with-readline=builtin&#xA;&amp;gt; make&#xA;&amp;gt; sudo make install&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
