From: "Christian Höltje" Date: 2009-07-05T15:44:34+09:00 Subject: [ruby-core:24145] [Bug #1728] gem installed binaries don't honor program-suffix Bug #1728: gem installed binaries don't honor program-suffix http://redmine.ruby-lang.org/issues/show/1728 Author: Christian H��ltje Status: Open, Priority: Normal ruby -v: ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-darwin9.7.0] What happens: * Compile and Install ruby using ./configure --program-suffix=-foobar * Install a gem that installs a binary: gem install ZenTest * Notice that the binaries created do not have the program-suffix: ls autotest unit_diff multi_ruby zentest What I expected: * The binaries created by the gem should have the suffix -foobar: ls autotest-foobar unit_diff-foobar multi_ruby-foobar zentest-foobar Ciao! ---------------------------------------- http://redmine.ruby-lang.org