From: "ko1 (Koichi Sasada)" Date: 2013-01-25T12:06:04+09:00 Subject: [ruby-core:51630] [ruby-trunk - Bug #7737] problem with generated rbconfig.rb for Haiku Issue #7737 has been updated by ko1 (Koichi Sasada). Category set to build Assignee set to nobu (Nobuyoshi Nakada) Target version set to 2.0.0 Nobu, could you check this issue? ---------------------------------------- Bug #7737: problem with generated rbconfig.rb for Haiku https://bugs.ruby-lang.org/issues/7737#change-35591 Author: paul0 (Paulo Geyer) Status: Open Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: build Target version: 2.0.0 ruby -v: ruby 2.0.0dev (2013-01-23 trunk 38898) [i586-haiku] After compiling ruby 2.0.0 for Haiku, I couldn't install gems with native extensions, found something wrong with rbconfig.rb CONFIG["RPATHFLAG"] = " -Wl,-R%1$-s" changing that to: CONFIG["RPATHFLAG"] = "" made possible to rubygems create native extensions -- http://bugs.ruby-lang.org/