From: "kosaki (Motohiro KOSAKI)" Date: 2013-01-24T04:33:54+09:00 Subject: [ruby-core:51607] [ruby-trunk - Bug #7736][Closed] problem with generated rbconfig.rb for Haiku Issue #7736 has been updated by kosaki (Motohiro KOSAKI). Status changed from Open to Closed > had a problem when sending this bug report, this one is duplicated ok, I close this then. ---------------------------------------- Bug #7736: problem with generated rbconfig.rb for Haiku https://bugs.ruby-lang.org/issues/7736#change-35562 Author: paul0 (Paulo Geyer) Status: Closed Priority: Normal Assignee: Category: Target version: ruby -v: 2.0.0 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/