Can I request someone to please review this fix? http://cr.opensolaris.org/~psriniva/webrev-6804312/
For folks who don't have access to the CR - the fix 'fixes' a startup failure with Merb on Ruby. The issue is caused by RubyInline being unable to dynamically compile C code. A bad linker command caused this. The problem is attributed to the rbconfig.rb which Ruby uses to keep track of it's build environment. Ruby assumes that the build environment used to compile it will be the same as the end users environment - which is is not a valid assumption to make. thanks -ps
