Gopalakrishnan Sankaran wrote: > Hi, > > It would be great if some of you can review the following. > > Feature : Native gem support for ruby package. > > http://cr.opensolaris.org/~gs193864/ruby-nativegemsupport/ > > Thanks, > Gopal. > _______________________________________________ > > > webstack-discuss mailing list > webstack-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/webstack-discuss > Hi Gopa,
1) For prototype_i386.tmpl and prototype_sparc.tmpl, I think authority, user and group id are not necessary for link files So you'd better change the line to s none usr/ruby/1.8/lib/ruby/1.8/i386-solaris{SOL_REV}/rbconfig.rb=./rbconfig.rb.gcc 2)So we use gcc as the default compiler, why we don't set path for it /usr/sfw/bin/gcc, as /usr/sfw/bin is not in PATH by default. Chris