The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Fixing Tiger's Default Ruby Install

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Chad Fowler

Posts: 408
Nickname: chadfowler
Registered: Apr, 2003

A programmer, musician, and language addict.
Fixing Tiger's Default Ruby Install Posted: Apr 29, 2005 7:29 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Chad Fowler.
Original Post: Fixing Tiger's Default Ruby Install
Feed Title: ChadFowler.com
Feed URL: http://feeds2.feedburner.com/Chadfowlercom
Feed Description: Best practices, worst practices, and some generally obvious stuff about programming.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Chad Fowler
Latest Posts From ChadFowler.com

Advertisement
The Ruby that ships with Mac OS X 10.4 (Tiger) is pleasantly current but has an issue that prevents C extensions from compiling and installing properly. In case you’ve just upgraded and want to use the Apple-supplied Ruby, go install RubyGems (as if you haven’t already!) and do:
        sudo gem install fixrbconfig
        sudo fixrbconfig

This will fix some settings in rbconfig.rb that you probably don’t care to fix by hand.

Read: Fixing Tiger's Default Ruby Install

Topic: Would the last 3 peple please download Pimki? Previous Topic   Next Topic Topic: The single return value approach

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use