"gem install eventmachine" fails on 2009.06 with errors like make I. -I. -I/usr/ruby/1.8/lib/ruby/1.8/i386-solaris2.11 -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_WRITEV -DHAVE_WRITEV -DOS_UNIX -DOS_SOLARIS8 -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_ERR_H -DWITH_SSL -I/usr/sfw/include -fPIC -g -O3 -fPIC -c files.cpp sh: line 1: I.: not found
It looks like "g++ -" is missing from the start of the command, perhaps because some settings are missing from rbconfig.rb. Do any Ruby-savants know what I should define in rbconfig? I'll file a bug unless there's a good reason not to.