<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Install Gnuplot 4.4.0 on Ubuntu Linux</title>
	<atom:link href="http://www.miscdebris.net/blog/2010/03/03/install-gnuplot-4-4-0-rc1-on-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.miscdebris.net/blog/2010/03/03/install-gnuplot-4-4-0-rc1-on-ubuntu-linux/</link>
	<description>A blog about my research work, computer and internet stuff, personal life.</description>
	<lastBuildDate>Fri, 27 Aug 2010 17:42:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mario</title>
		<link>http://www.miscdebris.net/blog/2010/03/03/install-gnuplot-4-4-0-rc1-on-ubuntu-linux/comment-page-1/#comment-42201</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Mon, 16 Aug 2010 12:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=164#comment-42201</guid>
		<description>Thanks for the tutorial...

already running, no problems

Mario</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial&#8230;</p>
<p>already running, no problems</p>
<p>Mario</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EDM</title>
		<link>http://www.miscdebris.net/blog/2010/03/03/install-gnuplot-4-4-0-rc1-on-ubuntu-linux/comment-page-1/#comment-41559</link>
		<dc:creator>EDM</dc:creator>
		<pubDate>Wed, 28 Jul 2010 17:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=164#comment-41559</guid>
		<description>After installing I wasn&#039;t able to read the help files.  I had to run:

sudo chmod o+x `sudo find /usr/local/share/gnuplot/ -type d`

in order to access them.</description>
		<content:encoded><![CDATA[<p>After installing I wasn&#8217;t able to read the help files.  I had to run:</p>
<p>sudo chmod o+x `sudo find /usr/local/share/gnuplot/ -type d`</p>
<p>in order to access them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dai</title>
		<link>http://www.miscdebris.net/blog/2010/03/03/install-gnuplot-4-4-0-rc1-on-ubuntu-linux/comment-page-1/#comment-38379</link>
		<dc:creator>Dai</dc:creator>
		<pubDate>Wed, 02 Jun 2010 17:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=164#comment-38379</guid>
		<description>Great tutorial: simple and efficient.  Thank you!</description>
		<content:encoded><![CDATA[<p>Great tutorial: simple and efficient.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kat</title>
		<link>http://www.miscdebris.net/blog/2010/03/03/install-gnuplot-4-4-0-rc1-on-ubuntu-linux/comment-page-1/#comment-36952</link>
		<dc:creator>kat</dc:creator>
		<pubDate>Tue, 11 May 2010 02:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=164#comment-36952</guid>
		<description>Thank you SO much!! I spent the whole day trying to find why I could not use gnuplot, and it turned out so much better to just follow your instructions and install a newer version... Now I can get to actually do what I needed to do in the first place! 
THANKS!
:)</description>
		<content:encoded><![CDATA[<p>Thank you SO much!! I spent the whole day trying to find why I could not use gnuplot, and it turned out so much better to just follow your instructions and install a newer version&#8230; Now I can get to actually do what I needed to do in the first place!<br />
THANKS!<br />
 <img src='http://www.miscdebris.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maurizio</title>
		<link>http://www.miscdebris.net/blog/2010/03/03/install-gnuplot-4-4-0-rc1-on-ubuntu-linux/comment-page-1/#comment-35268</link>
		<dc:creator>maurizio</dc:creator>
		<pubDate>Thu, 15 Apr 2010 17:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=164#comment-35268</guid>
		<description>hi, werner.

   i hope to not annoy you. i need your help, please.
on april 3 i read your answer to my comment, but i&#039;m an absolute ubuntu beginner. meanwhile i&#039;ve been looking for documentation (i didn&#039;t understand anything about gcc), but i can&#039;t manage to install gnuplot.
you said i don&#039;t need to downgrade because i can install an older gcc version (e.g. 4.3), coexistent with gcc 4.4, am i correct?
then you said:

export CC=&quot;gcc-4.2&quot;
export CXX=&quot;g++-4.2&quot;
cmake...

may you mean that i must type that code, between &#039;configure&#039; and &#039;make&#039;, but why &#039;cmake&#039; and not &#039;make&#039;, as in your tutorial?
be patient, i&#039;m a newbie.

greetings,

maurizio</description>
		<content:encoded><![CDATA[<p>hi, werner.</p>
<p>   i hope to not annoy you. i need your help, please.<br />
on april 3 i read your answer to my comment, but i&#8217;m an absolute ubuntu beginner. meanwhile i&#8217;ve been looking for documentation (i didn&#8217;t understand anything about gcc), but i can&#8217;t manage to install gnuplot.<br />
you said i don&#8217;t need to downgrade because i can install an older gcc version (e.g. 4.3), coexistent with gcc 4.4, am i correct?<br />
then you said:</p>
<p>export CC=&#8221;gcc-4.2&#8243;<br />
export CXX=&#8221;g++-4.2&#8243;<br />
cmake&#8230;</p>
<p>may you mean that i must type that code, between &#8216;configure&#8217; and &#8216;make&#8217;, but why &#8216;cmake&#8217; and not &#8216;make&#8217;, as in your tutorial?<br />
be patient, i&#8217;m a newbie.</p>
<p>greetings,</p>
<p>maurizio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Werner</title>
		<link>http://www.miscdebris.net/blog/2010/03/03/install-gnuplot-4-4-0-rc1-on-ubuntu-linux/comment-page-1/#comment-35103</link>
		<dc:creator>Werner</dc:creator>
		<pubDate>Mon, 12 Apr 2010 13:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=164#comment-35103</guid>
		<description>Hi seb,

thanks I improved the tutorial so it&#039;s clear now, that we need two - in front of with-readline. Unfortunately wordpress makes one - out of two -- (even in your post ;). Also added the sudo.

Thanks,
Werner</description>
		<content:encoded><![CDATA[<p>Hi seb,</p>
<p>thanks I improved the tutorial so it&#8217;s clear now, that we need two &#8211; in front of with-readline. Unfortunately wordpress makes one &#8211; out of two &#8212; (even in your post <img src='http://www.miscdebris.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Also added the sudo.</p>
<p>Thanks,<br />
Werner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seb</title>
		<link>http://www.miscdebris.net/blog/2010/03/03/install-gnuplot-4-4-0-rc1-on-ubuntu-linux/comment-page-1/#comment-35098</link>
		<dc:creator>seb</dc:creator>
		<pubDate>Mon, 12 Apr 2010 11:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=164#comment-35098</guid>
		<description>Thanks for your documentation. I just have two comments for clarity: 

1. Concerning &quot;../gnuplot-4.4.0/configure –with-readline=gnu&quot;: the character in front of with should be a &quot;--&quot;

2. I need to make a sudo in front of make install: &quot;sudo make install&quot;

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for your documentation. I just have two comments for clarity: </p>
<p>1. Concerning &#8220;../gnuplot-4.4.0/configure –with-readline=gnu&#8221;: the character in front of with should be a &#8220;&#8211;&#8221;</p>
<p>2. I need to make a sudo in front of make install: &#8220;sudo make install&#8221;</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.miscdebris.net/blog/2010/03/03/install-gnuplot-4-4-0-rc1-on-ubuntu-linux/comment-page-1/#comment-35028</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Sat, 10 Apr 2010 10:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=164#comment-35028</guid>
		<description>Hi Werner,

I&#039;ve already got texhash, but I think the real problem was I needed to tell configure the tex directories. It actually tells you it isn&#039;t very good at finding them. I&#039;ve now got gnuplot 4.4 installed on one machine, will try the other one during the week.

thanks for this post, made it easy for me!

ben.</description>
		<content:encoded><![CDATA[<p>Hi Werner,</p>
<p>I&#8217;ve already got texhash, but I think the real problem was I needed to tell configure the tex directories. It actually tells you it isn&#8217;t very good at finding them. I&#8217;ve now got gnuplot 4.4 installed on one machine, will try the other one during the week.</p>
<p>thanks for this post, made it easy for me!</p>
<p>ben.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Werner</title>
		<link>http://www.miscdebris.net/blog/2010/03/03/install-gnuplot-4-4-0-rc1-on-ubuntu-linux/comment-page-1/#comment-34936</link>
		<dc:creator>Werner</dc:creator>
		<pubDate>Fri, 09 Apr 2010 08:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=164#comment-34936</guid>
		<description>Hi Ben. You&#039;re missing the texhash command (&quot;/bin/bash: texhash: command not found&quot;). According to this page (http://ns2.canonical.com/karmic/i386/texlive-base-bin/filelist) you should install the Ubuntu package texlive-base-bin (assuming you use Ubuntu):

sudo apt-get install texlive-base-bin

But I assume you have that package already. Maybe uninstall and reinstall the whole tex packages. Anyway, a fast workaround would be to use the configure option &quot;–without-tutorial&quot; - The tutorial won&#039;t then be built - it&#039;s available on www.gnuplot.info anyway.

HTH,
Werner</description>
		<content:encoded><![CDATA[<p>Hi Ben. You&#8217;re missing the texhash command (&#8220;/bin/bash: texhash: command not found&#8221;). According to this page (<a href="http://ns2.canonical.com/karmic/i386/texlive-base-bin/filelist" rel="nofollow">http://ns2.canonical.com/karmic/i386/texlive-base-bin/filelist</a>) you should install the Ubuntu package texlive-base-bin (assuming you use Ubuntu):</p>
<p>sudo apt-get install texlive-base-bin</p>
<p>But I assume you have that package already. Maybe uninstall and reinstall the whole tex packages. Anyway, a fast workaround would be to use the configure option &#8220;–without-tutorial&#8221; &#8211; The tutorial won&#8217;t then be built &#8211; it&#8217;s available on <a href="http://www.gnuplot.info" rel="nofollow">http://www.gnuplot.info</a> anyway.</p>
<p>HTH,<br />
Werner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.miscdebris.net/blog/2010/03/03/install-gnuplot-4-4-0-rc1-on-ubuntu-linux/comment-page-1/#comment-34931</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Fri, 09 Apr 2010 07:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=164#comment-34931</guid>
		<description>Hello, having &#039;make install&#039; trouble also. here&#039;s the last bit of output:

test -z &quot;/usr/local/usr//usr/local/texlive/2009/../texmf-local/tex/latex/gnuplot&quot; &#124;&#124; /bin/mkdir -p &quot;/usr/local/usr//usr/local/texlive/2009/../texmf-local/tex/latex/gnuplot&quot;
 /usr/bin/install -c -m 644 ../../../gnuplot-4.4.0/share/LaTeX/gnuplot.cfg ../../../gnuplot-4.4.0/share/LaTeX/gnuplot-lua-tikz.sty &#039;/usr/local/usr//usr/local/texlive/2009/../texmf-local/tex/latex/gnuplot&#039;
make  install-data-hook
make[4]: Entering directory `/home/ben/Downloads/build/share/LaTeX&#039;
test -n &quot;&quot; &#124;&#124; texhash
/bin/bash: texhash: command not found
make[4]: *** [install-data-hook] Error 127
make[4]: Leaving directory `/home/ben/Downloads/build/share/LaTeX&#039;
make[3]: *** [install-data-am] Error 2
make[3]: Leaving directory `/home/ben/Downloads/build/share/LaTeX&#039;
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/ben/Downloads/build/share/LaTeX&#039;
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/ben/Downloads/build/share&#039;
make: *** [install-recursive] Error 1

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hello, having &#8216;make install&#8217; trouble also. here&#8217;s the last bit of output:</p>
<p>test -z &#8220;/usr/local/usr//usr/local/texlive/2009/../texmf-local/tex/latex/gnuplot&#8221; || /bin/mkdir -p &#8220;/usr/local/usr//usr/local/texlive/2009/../texmf-local/tex/latex/gnuplot&#8221;<br />
 /usr/bin/install -c -m 644 ../../../gnuplot-4.4.0/share/LaTeX/gnuplot.cfg ../../../gnuplot-4.4.0/share/LaTeX/gnuplot-lua-tikz.sty &#8216;/usr/local/usr//usr/local/texlive/2009/../texmf-local/tex/latex/gnuplot&#8217;<br />
make  install-data-hook<br />
make[4]: Entering directory `/home/ben/Downloads/build/share/LaTeX&#8217;<br />
test -n &#8220;&#8221; || texhash<br />
/bin/bash: texhash: command not found<br />
make[4]: *** [install-data-hook] Error 127<br />
make[4]: Leaving directory `/home/ben/Downloads/build/share/LaTeX&#8217;<br />
make[3]: *** [install-data-am] Error 2<br />
make[3]: Leaving directory `/home/ben/Downloads/build/share/LaTeX&#8217;<br />
make[2]: *** [install-am] Error 2<br />
make[2]: Leaving directory `/home/ben/Downloads/build/share/LaTeX&#8217;<br />
make[1]: *** [install-recursive] Error 1<br />
make[1]: Leaving directory `/home/ben/Downloads/build/share&#8217;<br />
make: *** [install-recursive] Error 1</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
