<?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: Installing Graphviz Dot Without Root Access</title>
	<atom:link href="http://www.curlybrace.com/words/2008/07/02/installing-graphviz-dot-without-root-access/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.curlybrace.com/words/2008/07/02/installing-graphviz-dot-without-root-access/</link>
	<description>by Jeff Fitzsimons</description>
	<lastBuildDate>Fri, 16 Dec 2011 23:56:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: kwevej</title>
		<link>http://www.curlybrace.com/words/2008/07/02/installing-graphviz-dot-without-root-access/comment-page-1/#comment-3709</link>
		<dc:creator>kwevej</dc:creator>
		<pubDate>Fri, 24 Jun 2011 09:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.curlybrace.com/words/?p=142#comment-3709</guid>
		<description>There is a solution even if your libtool is old:

Download libtool sources &amp; compile it.
prepend libtool to the PATH
( export PATH=/home/blabla/libtool-2.4/:$PATH )
don&#039;t forget the make clean before compiling again</description>
		<content:encoded><![CDATA[<p>There is a solution even if your libtool is old:</p>
<p>Download libtool sources &amp; compile it.<br />
prepend libtool to the PATH<br />
( export PATH=/home/blabla/libtool-2.4/:$PATH )<br />
don&#8217;t forget the make clean before compiling again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joonas</title>
		<link>http://www.curlybrace.com/words/2008/07/02/installing-graphviz-dot-without-root-access/comment-page-1/#comment-221</link>
		<dc:creator>Joonas</dc:creator>
		<pubDate>Mon, 27 Oct 2008 02:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.curlybrace.com/words/?p=142#comment-221</guid>
		<description>Thanks mate! I got the same error when configuring with just &quot;./configure --prefix=$HOME&quot; and using libtool 1.5.22 (Dec 2005). I can&#039;t say I understand why, but it worked fine with your configure options. Or perhaps the reason was that I didn&#039;t clean up the previous configuration properly the first time I tried...</description>
		<content:encoded><![CDATA[<p>Thanks mate! I got the same error when configuring with just &#8220;./configure &#8211;prefix=$HOME&#8221; and using libtool 1.5.22 (Dec 2005). I can&#8217;t say I understand why, but it worked fine with your configure options. Or perhaps the reason was that I didn&#8217;t clean up the previous configuration properly the first time I tried&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.curlybrace.com/words/2008/07/02/installing-graphviz-dot-without-root-access/comment-page-1/#comment-177</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 25 Sep 2008 00:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.curlybrace.com/words/?p=142#comment-177</guid>
		<description>The libtool error took me a while to figure out (and googling sadly doesn&#039;t help).

If you can&#039;t upgrade libtool, you&#039;re kind of stuck

For future googlers:

make clean  # Vital to remove the old makefiles.
./configure --prefix=$HOME/local # It seems important to avoid ending the path with a /!</description>
		<content:encoded><![CDATA[<p>The libtool error took me a while to figure out (and googling sadly doesn&#8217;t help).</p>
<p>If you can&#8217;t upgrade libtool, you&#8217;re kind of stuck</p>
<p>For future googlers:</p>
<p>make clean  # Vital to remove the old makefiles.<br />
./configure &#8211;prefix=$HOME/local # It seems important to avoid ending the path with a /!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

