Actions
Bug #7736
closedproblem with generated rbconfig.rb for Haiku
Description
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
Updated by paul0 (Paulo Geyer) almost 12 years ago
had a problem when sending this bug report, this one is duplicated
Updated by kosaki (Motohiro KOSAKI) almost 12 years ago
- Status changed from Open to Closed
had a problem when sending this bug report, this one is duplicated
ok, I close this then.
Actions
Like0
Like0Like0