<?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: Ruby GEMS still doesn&#8217;t work on 10.4?</title>
	<atom:link href="http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/</link>
	<description>by Mark Mayo</description>
	<pubDate>Sun, 14 Mar 2010 18:08:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: AdaRuby: Web 2.0 Development with Rails &#187; Fixing RubyGems in Ubuntu Gutsy Installation</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-198128</link>
		<dc:creator>AdaRuby: Web 2.0 Development with Rails &#187; Fixing RubyGems in Ubuntu Gutsy Installation</dc:creator>
		<pubDate>Mon, 24 Mar 2008 13:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-198128</guid>
		<description>[...] VMUNIX Blues » Blog Archive » Ruby GEMS still doesn’t work on 10.4? [...]</description>
		<content:encoded><![CDATA[<p>[...] VMUNIX Blues » Blog Archive » Ruby GEMS still doesn’t work on 10.4? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruby, gcc, and powerPC macs - Todd Pinkerton</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-72748</link>
		<dc:creator>ruby, gcc, and powerPC macs - Todd Pinkerton</dc:creator>
		<pubDate>Sat, 07 Apr 2007 02:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-72748</guid>
		<description>[...] It turns out, ruby compiled wth gcc 4.0 on powerPC macs &#8212; which my laptop is one &#8212; is known to exhibit these strange behaviors. David Heinemeier Hansson  himself mentioned this in this blog post. [...]</description>
		<content:encoded><![CDATA[<p>[...] It turns out, ruby compiled wth gcc 4.0 on powerPC macs &#8212; which my laptop is one &#8212; is known to exhibit these strange behaviors. David Heinemeier Hansson  himself mentioned this in this blog post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10956</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Fri, 14 Apr 2006 06:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10956</guid>
		<description>Well my first attempt at using "gcc_select 3.3" was rather unpleasant. You see, I have a lot more than Ruby compiled in /usr/local, and it was all built with GCC 4.X. Right off the bat after I rebuilt Ruby (and re-gem'ed) with GCC 3.3 any attempt to run a Rails app got me a dynamic loader error message relating to libreadline. So I ended up rebuilding readline, mysql, and sqlite with gcc 3.3. Then I realized two of my C apps that were built with gcc 4 broke; now they couldn't link to libmysql. Yay.

Now, you see, sometimes I have to do some heavy compute stuff on my G5. And GCC 4 gives me autovectorization of code via the -fast switch. It makes a HUGE difference on some of my code. Like, the code runs *several times faster*. So recompiling those programs with gcc 3.3 simply isn't an option.

So I'm sort of stuck. Why can't ruby just work with gcc 4? Pretty please?</description>
		<content:encoded><![CDATA[<p>Well my first attempt at using &#8220;gcc_select 3.3&#8243; was rather unpleasant. You see, I have a lot more than Ruby compiled in /usr/local, and it was all built with GCC 4.X. Right off the bat after I rebuilt Ruby (and re-gem&#8217;ed) with GCC 3.3 any attempt to run a Rails app got me a dynamic loader error message relating to libreadline. So I ended up rebuilding readline, mysql, and sqlite with gcc 3.3. Then I realized two of my C apps that were built with gcc 4 broke; now they couldn&#8217;t link to libmysql. Yay.</p>
<p>Now, you see, sometimes I have to do some heavy compute stuff on my G5. And GCC 4 gives me autovectorization of code via the -fast switch. It makes a HUGE difference on some of my code. Like, the code runs *several times faster*. So recompiling those programs with gcc 3.3 simply isn&#8217;t an option.</p>
<p>So I&#8217;m sort of stuck. Why can&#8217;t ruby just work with gcc 4? Pretty please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10898</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Mon, 10 Apr 2006 04:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10898</guid>
		<description>I actually don't see the problem on my powerbook g4, but do on the dual g5. I'll try the gcc 3.3 switch, but has anyone actually figured out what the gcc4 problem is? Everything else I run benefits greatly from gcc4, with the autovectorization stuff in particular doing wonders on some of the scientific apps. Kind of sad to have to go back to gcc3.  :)</description>
		<content:encoded><![CDATA[<p>I actually don&#8217;t see the problem on my powerbook g4, but do on the dual g5. I&#8217;ll try the gcc 3.3 switch, but has anyone actually figured out what the gcc4 problem is? Everything else I run benefits greatly from gcc4, with the autovectorization stuff in particular doing wonders on some of the scientific apps. Kind of sad to have to go back to gcc3.  <img src='http://www.vmunix.com/mark/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Heinemeier Hansson</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10890</link>
		<dc:creator>David Heinemeier Hansson</dc:creator>
		<pubDate>Mon, 10 Apr 2006 00:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10890</guid>
		<description>G4 macs have trouble with GCC 4.0. Use gcc_select 3.3 to switch to 3.3, recompile Ruby, and rejoice.</description>
		<content:encoded><![CDATA[<p>G4 macs have trouble with GCC 4.0. Use gcc_select 3.3 to switch to 3.3, recompile Ruby, and rejoice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10878</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sun, 09 Apr 2006 08:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10878</guid>
		<description>Faisal: Yeah, the second time almost always goes through fine for me. It's often the RDoc part where it blows up, so I have to come back and specifically keep trying the RDoc install until they all succeed.

Personally for me this rarely happens for me on my PowerBook, but happens all the time on my Dual G5. I'm using the very latest gcc 4 on both.

I have yet to see it happen on Linux, but on Linux I am using gcc 3.4. I thought I remembered when the problem was getting some attention before the Ruby 1.8.4 release that people were seeing the Fixnum thing on both gcc 3.4 and 4.x, though..</description>
		<content:encoded><![CDATA[<p>Faisal: Yeah, the second time almost always goes through fine for me. It&#8217;s often the RDoc part where it blows up, so I have to come back and specifically keep trying the RDoc install until they all succeed.</p>
<p>Personally for me this rarely happens for me on my PowerBook, but happens all the time on my Dual G5. I&#8217;m using the very latest gcc 4 on both.</p>
<p>I have yet to see it happen on Linux, but on Linux I am using gcc 3.4. I thought I remembered when the problem was getting some attention before the Ruby 1.8.4 release that people were seeing the Fixnum thing on both gcc 3.4 and 4.x, though..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faisal N. Jawdat</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10876</link>
		<dc:creator>Faisal N. Jawdat</dc:creator>
		<pubDate>Sun, 09 Apr 2006 01:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10876</guid>
		<description>Two things that seemed to help:

1.  Keep trying.  For some bizarre reason this (and other) problems seem to go away when trying again (and again and again and again).

2.  Set the CC environment variable to gcc-3.3 -- 4.x seems to have some problems.</description>
		<content:encoded><![CDATA[<p>Two things that seemed to help:</p>
<p>1.  Keep trying.  For some bizarre reason this (and other) problems seem to go away when trying again (and again and again and again).</p>
<p>2.  Set the CC environment variable to gcc-3.3 &#8212; 4.x seems to have some problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Duchene</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10875</link>
		<dc:creator>Dave Duchene</dc:creator>
		<pubDate>Sun, 09 Apr 2006 00:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10875</guid>
		<description>gems is working fine for me, but I do see a heisenbug very similar to that when developing with Rails and Webrick.  Every once in a while, I get an unhandled exception screen, unknown method foo for -largenumber:Fixnum.  Hitting reload in the browser fixes it.  I've seen it happen on Debian Linux on Intel and OS X on a G4.  I wonder if our problems could be related?</description>
		<content:encoded><![CDATA[<p>gems is working fine for me, but I do see a heisenbug very similar to that when developing with Rails and Webrick.  Every once in a while, I get an unhandled exception screen, unknown method foo for -largenumber:Fixnum.  Hitting reload in the browser fixes it.  I&#8217;ve seen it happen on Debian Linux on Intel and OS X on a G4.  I wonder if our problems could be related?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwa</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10873</link>
		<dc:creator>jwa</dc:creator>
		<pubDate>Sat, 08 Apr 2006 22:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmunix.com/mark/blog/archives/2006/04/08/ruby-gems-still-doesnt-work-on-104/#comment-10873</guid>
		<description>I had no problem upgrading on my Mac, so I don't think it's GEMs, but something about your machine.</description>
		<content:encoded><![CDATA[<p>I had no problem upgrading on my Mac, so I don&#8217;t think it&#8217;s GEMs, but something about your machine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
