Forum: Ruby-core [ruby-trunk - Bug #7736][Open] problem with generated rbconfig.rb for Haiku

Posted by paul0 (Paulo Geyer) (Guest)
on 2013-01-23 15:46
(Received via mailing list)
Issue #7736 has been reported by paul0 (Paulo Geyer).

----------------------------------------
Bug #7736: problem with generated rbconfig.rb for Haiku
https://bugs.ruby-lang.org/issues/7736

Author: paul0 (Paulo Geyer)
Status: Open
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
Posted by paul0 (Paulo Geyer) (Guest)
on 2013-01-23 15:49
(Received via mailing list)
Issue #7736 has been updated by paul0 (Paulo Geyer).


had a problem when sending this bug report, this one is duplicated
----------------------------------------
Bug #7736: problem with generated rbconfig.rb for Haiku
https://bugs.ruby-lang.org/issues/7736#change-35557

Author: paul0 (Paulo Geyer)
Status: Open
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
Posted by kosaki (Motohiro KOSAKI) (Guest)
on 2013-01-23 20:34
(Received via mailing list)
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
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.