<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Scientific Plotting on Mac OS X (Intel) using Gnuplot and Plot</title>
	<atom:link href="http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/feed/" rel="self" type="application/rss+xml" />
	<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/</link>
	<description>Programming and Productivity.</description>
	<pubDate>Fri, 04 Jul 2008 18:08:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Grainger</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17857</link>
		<dc:creator>Grainger</dc:creator>
		<pubDate>Thu, 19 Jun 2008 12:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17857</guid>
		<description>The _rl_* errors are caused by OS X 10.5 having a fake readline library which confuses the configure script. Just add: --with-readline=builtin to the configure line and it will solve these issues.</description>
		<content:encoded><![CDATA[<p>The _rl_* errors are caused by OS X 10.5 having a fake readline library which confuses the configure script. Just add: &#8211;with-readline=builtin to the configure line and it will solve these issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17720</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 07 May 2008 08:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17720</guid>
		<description>I have the exact same problem as kopinjol and Zemogle.</description>
		<content:encoded><![CDATA[<p>I have the exact same problem as kopinjol and Zemogle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zemogle</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17691</link>
		<dc:creator>Zemogle</dc:creator>
		<pubDate>Fri, 02 May 2008 22:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17691</guid>
		<description>I'm getting exactly the same problem as kopinjol. Anyone got any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting exactly the same problem as kopinjol. Anyone got any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kopinjol</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17678</link>
		<dc:creator>kopinjol</dc:creator>
		<pubDate>Sun, 27 Apr 2008 22:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17678</guid>
		<description>hi,

Thanks a lot for the instructions. I followed them to the last detail but still got the following error in make :

"Undefined symbols:
  "_rl_forced_update_display", referenced from:
      _restore_prompt in command.o
  "_rl_ding", referenced from:
      _alert in mouse.o
  "_history_list", referenced from:
      _write_history_list in history.o
  "_rl_complete_with_tilde_expansion", referenced from:
      _rl_complete_with_tilde_expansion$non_lazy_ptr in plot.o
  "_rl_reset_after_signal", referenced from:
      _main in plot.o
ld: symbol(s) not found
collect2: ld returned 1 exit status"

I have no idea what may be causing this. So if anyone has a tip, that'll be great.

By the way, I didnot have the error message that you predicted on ./prepare.

thanks,
kopinjol</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>Thanks a lot for the instructions. I followed them to the last detail but still got the following error in make :</p>
<p>&#8220;Undefined symbols:<br />
  &#8220;_rl_forced_update_display&#8221;, referenced from:<br />
      _restore_prompt in command.o<br />
  &#8220;_rl_ding&#8221;, referenced from:<br />
      _alert in mouse.o<br />
  &#8220;_history_list&#8221;, referenced from:<br />
      _write_history_list in history.o<br />
  &#8220;_rl_complete_with_tilde_expansion&#8221;, referenced from:<br />
      _rl_complete_with_tilde_expansion$non_lazy_ptr in plot.o<br />
  &#8220;_rl_reset_after_signal&#8221;, referenced from:<br />
      _main in plot.o<br />
ld: symbol(s) not found<br />
collect2: ld returned 1 exit status&#8221;</p>
<p>I have no idea what may be causing this. So if anyone has a tip, that&#8217;ll be great.</p>
<p>By the way, I didnot have the error message that you predicted on ./prepare.</p>
<p>thanks,<br />
kopinjol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teq</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17519</link>
		<dc:creator>Teq</dc:creator>
		<pubDate>Thu, 07 Feb 2008 13:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17519</guid>
		<description>and install FinkCommander for a quick graphical overview of Fink and point-and-click installation ;)</description>
		<content:encoded><![CDATA[<p>and install FinkCommander for a quick graphical overview of Fink and point-and-click installation <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefan</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17229</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Mon, 07 Jan 2008 21:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-17229</guid>
		<description>fink has a gnuplot package!
install fink, then "fink install gnuplot" - ready.</description>
		<content:encoded><![CDATA[<p>fink has a gnuplot package!<br />
install fink, then &#8220;fink install gnuplot&#8221; - ready.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StarSiriuS‵ reSearch noteS &#187; Blog Archive &#187; Install Octave, Gnuplot, and AquaTerm on Mac OS X</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-12469</link>
		<dc:creator>StarSiriuS‵ reSearch noteS &#187; Blog Archive &#187; Install Octave, Gnuplot, and AquaTerm on Mac OS X</dc:creator>
		<pubDate>Wed, 12 Sep 2007 16:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-12469</guid>
		<description>[...] official web siteand re-compile it. ./configure make sudo make install Although the author of this articlesaid some modifications are needed, it seems that I&#8217;m so luck that I don&#8217;t encounter the [...]</description>
		<content:encoded><![CDATA[<p>[...] official web siteand re-compile it. ./configure make sudo make install Although the author of this articlesaid some modifications are needed, it seems that I&#8217;m so luck that I don&#8217;t encounter the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erpfei</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-12465</link>
		<dc:creator>erpfei</dc:creator>
		<pubDate>Wed, 12 Sep 2007 14:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-12465</guid>
		<description>Hi,  My MacBook for some reason did not come with the Developer CD, so I thought I'd check for downloads (http://developer.apple.com/tools/download/).  Which files specifically should I be looking for?  Thanks much!</description>
		<content:encoded><![CDATA[<p>Hi,  My MacBook for some reason did not come with the Developer CD, so I thought I&#8217;d check for downloads (http://developer.apple.com/tools/download/).  Which files specifically should I be looking for?  Thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zorg</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-6430</link>
		<dc:creator>zorg</dc:creator>
		<pubDate>Tue, 05 Jun 2007 18:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-6430</guid>
		<description>I suspect you don't get ./prepare because you didn't get the cvs snapshot.  If you look in the FAQ, it tells you that you need to run prepare if you get the latest CVS.  You probably just got the version on the sourceforge page, where you're supposed to start with ./configure ....</description>
		<content:encoded><![CDATA[<p>I suspect you don&#8217;t get ./prepare because you didn&#8217;t get the cvs snapshot.  If you look in the FAQ, it tells you that you need to run prepare if you get the latest CVS.  You probably just got the version on the sourceforge page, where you&#8217;re supposed to start with ./configure &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Coppock</title>
		<link>http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-4370</link>
		<dc:creator>Patrick Coppock</dc:creator>
		<pubDate>Tue, 15 May 2007 03:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://maba.wordpress.com/2006/08/02/scientific-plotting-on-mac-os-x-using-gnuplot-and-plot/#comment-4370</guid>
		<description>Like Nick and Florian above, or maybe worse, I don't know how to run the ./prepare script.</description>
		<content:encoded><![CDATA[<p>Like Nick and Florian above, or maybe worse, I don&#8217;t know how to run the ./prepare script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
