<?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: RVM on OSX Snow Leopard &amp; readline errors</title>
	<atom:link href="http://niwos.com/2010/03/19/rvm-on-osx-snow-leopard-readline-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://niwos.com/2010/03/19/rvm-on-osx-snow-leopard-readline-errors/</link>
	<description></description>
	<lastBuildDate>Sat, 26 Nov 2011 08:35:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Grant Morgan</title>
		<link>http://niwos.com/2010/03/19/rvm-on-osx-snow-leopard-readline-errors/comment-page-1/#comment-86</link>
		<dc:creator>Grant Morgan</dc:creator>
		<pubDate>Sat, 26 Nov 2011 08:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://niwos.com/?p=132#comment-86</guid>
		<description>I had same problem as above user. I tried using v 6.2 but solution is at 
http://www.iamseree.com/application-development/readline-6-2-make-error-in-mac-os-x-lion

-----
curl -O ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz
tar xzvf readline-6.2.tar.gz
cd readline-6.2
./configure --prefix=/usr/local
cd shlib
sed -e &#039;s/-dynamic/-dynamiclib/&#039; Makefile &gt; Makefile.good
mv Makefile.good Makefile
cd ..
make
sudo make install
make
sudo make install
cd ..</description>
		<content:encoded><![CDATA[<p>I had same problem as above user. I tried using v 6.2 but solution is at<br />
<a href="http://www.iamseree.com/application-development/readline-6-2-make-error-in-mac-os-x-lion" rel="nofollow">http://www.iamseree.com/application-development/readline-6-2-make-error-in-mac-os-x-lion</a></p>
<p>&#8212;&#8211;<br />
curl -O <a href="ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz" rel="nofollow">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</a><br />
tar xzvf readline-6.2.tar.gz<br />
cd readline-6.2<br />
./configure &#8211;prefix=/usr/local<br />
cd shlib<br />
sed -e &#8216;s/-dynamic/-dynamiclib/&#8217; Makefile &gt; Makefile.good<br />
mv Makefile.good Makefile<br />
cd ..<br />
make<br />
sudo make install<br />
make<br />
sudo make install<br />
cd ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oinak</title>
		<link>http://niwos.com/2010/03/19/rvm-on-osx-snow-leopard-readline-errors/comment-page-1/#comment-85</link>
		<dc:creator>Oinak</dc:creator>
		<pubDate>Sat, 06 Aug 2011 14:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://niwos.com/?p=132#comment-85</guid>
		<description>No luck with this on Lion:

I got this

gcc-4.2 -dynamic -arch_only `/usr/bin/arch` -install_name /usr/local/lib/libreadline.6.1.dylib -current_version 6.1 -compatibility_version 6 -v -o libreadline.6.1.dylib readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so xmalloc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so compat.so -lncurses
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/gcc/gcc-5666.3~278/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
i686-apple-darwin11-gcc-4.2.1: -compatibility_version only allowed with -dynamiclib
make[1]: *** [libreadline.6.1.dylib] Error 1
make: [shared] Error 2 (ignored)</description>
		<content:encoded><![CDATA[<p>No luck with this on Lion:</p>
<p>I got this</p>
<p>gcc-4.2 -dynamic -arch_only `/usr/bin/arch` -install_name /usr/local/lib/libreadline.6.1.dylib -current_version 6.1 -compatibility_version 6 -v -o libreadline.6.1.dylib readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so xmalloc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so compat.so -lncurses<br />
Using built-in specs.<br />
Target: i686-apple-darwin11<br />
Configured with: /private/var/tmp/gcc/gcc-5666.3~278/src/configure &#8211;disable-checking &#8211;enable-werror &#8211;prefix=/usr &#8211;mandir=/share/man &#8211;enable-languages=c,objc,c++,obj-c++ &#8211;program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ &#8211;with-slibdir=/usr/lib &#8211;build=i686-apple-darwin11 &#8211;program-prefix=i686-apple-darwin11- &#8211;host=x86_64-apple-darwin11 &#8211;target=i686-apple-darwin11 &#8211;with-gxx-include-dir=/include/c++/4.2.1<br />
Thread model: posix<br />
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)<br />
i686-apple-darwin11-gcc-4.2.1: -compatibility_version only allowed with -dynamiclib<br />
make[1]: *** [libreadline.6.1.dylib] Error 1<br />
make: [shared] Error 2 (ignored)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://niwos.com/2010/03/19/rvm-on-osx-snow-leopard-readline-errors/comment-page-1/#comment-83</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 22 Jun 2011 19:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://niwos.com/?p=132#comment-83</guid>
		<description>Thanks! Worked well for 1.8.7 (and jruby, though I didn&#039;t try to install jruby without the readline switch).</description>
		<content:encoded><![CDATA[<p>Thanks! Worked well for 1.8.7 (and jruby, though I didn&#8217;t try to install jruby without the readline switch).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://niwos.com/2010/03/19/rvm-on-osx-snow-leopard-readline-errors/comment-page-1/#comment-78</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 29 Apr 2011 09:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://niwos.com/?p=132#comment-78</guid>
		<description>Rails and ruby seems to get worse every release - along with minor tweaks to make all previous scripts break. Thanks for this, kept me from descending further into the inferno.</description>
		<content:encoded><![CDATA[<p>Rails and ruby seems to get worse every release &#8211; along with minor tweaks to make all previous scripts break. Thanks for this, kept me from descending further into the inferno.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://niwos.com/2010/03/19/rvm-on-osx-snow-leopard-readline-errors/comment-page-1/#comment-77</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 25 Apr 2011 10:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://niwos.com/?p=132#comment-77</guid>
		<description>OMG - this problem has kept me out of action for weeks. Wish I&#039;d seen this post earlier! 1.8.7 under RVM is now working again. Thanks heaps!</description>
		<content:encoded><![CDATA[<p>OMG &#8211; this problem has kept me out of action for weeks. Wish I&#8217;d seen this post earlier! 1.8.7 under RVM is now working again. Thanks heaps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://niwos.com/2010/03/19/rvm-on-osx-snow-leopard-readline-errors/comment-page-1/#comment-73</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 24 Mar 2011 23:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://niwos.com/?p=132#comment-73</guid>
		<description>Thanks for the post, any clue if you can set --with-readline-dir=/usr/local/ as a default flag with rvm?</description>
		<content:encoded><![CDATA[<p>Thanks for the post, any clue if you can set &#8211;with-readline-dir=/usr/local/ as a default flag with rvm?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://niwos.com/2010/03/19/rvm-on-osx-snow-leopard-readline-errors/comment-page-1/#comment-71</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Sun, 06 Mar 2011 22:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://niwos.com/?p=132#comment-71</guid>
		<description>Thanx, relieved the aggravation... working like charm now.</description>
		<content:encoded><![CDATA[<p>Thanx, relieved the aggravation&#8230; working like charm now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://niwos.com/2010/03/19/rvm-on-osx-snow-leopard-readline-errors/comment-page-1/#comment-70</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Wed, 23 Feb 2011 16:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://niwos.com/?p=132#comment-70</guid>
		<description>Great! I&#039;ve spent hours trying to install ruby via rvm until I stumbled upon your solution!
Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Great! I&#8217;ve spent hours trying to install ruby via rvm until I stumbled upon your solution!<br />
Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://niwos.com/2010/03/19/rvm-on-osx-snow-leopard-readline-errors/comment-page-1/#comment-69</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Sun, 13 Feb 2011 15:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://niwos.com/?p=132#comment-69</guid>
		<description>Awesome, this solved my problem!</description>
		<content:encoded><![CDATA[<p>Awesome, this solved my problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Paxton</title>
		<link>http://niwos.com/2010/03/19/rvm-on-osx-snow-leopard-readline-errors/comment-page-1/#comment-68</link>
		<dc:creator>Eric Paxton</dc:creator>
		<pubDate>Sat, 01 Jan 2011 18:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://niwos.com/?p=132#comment-68</guid>
		<description>Thanks alot! New to the Ruby community. This helped me get both two versions of rails installed.</description>
		<content:encoded><![CDATA[<p>Thanks alot! New to the Ruby community. This helped me get both two versions of rails installed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

