From: Roger Pack Date: 2009-03-10T00:46:35+09:00 Subject: Re: which gcc version Jeff Schwab wrote: > Eric Hodel wrote: >> On Mar 6, 2009, at 16:43, Roger Pack wrote: >>> Is there a way to know which version of gcc was used with a certain >>> ruby binary? >> >> no. > > I'm curious: Why would someone want to know that? I was looking for a way to include it in the output of the ruby benchmark suite so that the logs were more descriptive of which version of Ruby was being run :) Currently I can glean this information from rbconfig: Ruby VM: ruby [ruby 1.8.6 (2008-07-17 patchlevel 279) [i386-mingw32];-g -O2] The -O2 is quite useful [don't want to compare versions that are compiled with different -O settings and call it fair].. The version of GCC would also be useful for the same reason. -=r [1] http://github.com/acangiano/ruby-benchmark-suite/tree/master -- Posted via http://www.ruby-forum.com/.