XCode 2.1. I looked into the Makefile generated by the configure command but couldn't find any reference to fschedule-insns2. I have the following:
CFLAGS = -g -O2 -pipe -fno-common -DRUBY_EXPORT --- Eric Hodel <[EMAIL PROTECTED]> wrote: > On Jan 27, 2007, at 03:06, Joris Verboomen wrote: > > Apparently I am not able to do any updates anymore > > with gem. I always seem to be getting the same > error: > > > > > > ERROR: While executing gem ... (NoMethodError) > > undefined method `name' for -517611318:Fixnum > > > > I am new to ruby so I really have no clue what is > > happening. > > ----------------------- > > sudo gem update --system > > Updating RubyGems... > > Need to update 7 gems from > http://gems.rubyforge.org > > ....... > > complete > > ERROR: While executing gem ... (NoMethodError) > > undefined method `name' for -517611318:Fixnum > > > > Let me guess... OS X, XCode 2+, PPC? > > Recompile ruby with -O1, -fschedule-insns2 causes > this. > > -- > Eric Hodel - [EMAIL PROTECTED] - > http://blog.segment7.net > > I LIT YOUR GEM ON FIRE! > > _______________________________________________ > Rubygems-developers mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rubygems-developers > ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
