On Fri, Feb 6, 2009 at 7:40 PM, Greg Hauptmann
<greg.hauptmann.r...@gmail.com> wrote:
> I did see these warnings in the Ruby make - could this be the issue?
>

No, those are part of miniruby, later in the make process you should
see "compiling syck".

That's the one that maybe didn't complete properly.

Can you indicate which version of GCC you have? maybe this is
something that can be related to Ruby itself and not RubyGems.

Please try in the console (irb)

require 'yaml'
a = [1,2,3]
puts a.to_yaml

The output should be:
---
- 1
- 2
- 3

-- 
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
_______________________________________________
Rubygems-developers mailing list
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to