Project

General

Profile

Actions

Bug #7736

closed

problem with generated rbconfig.rb for Haiku

Added by paul0 (Paulo Geyer) about 11 years ago. Updated about 11 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
2.0.0
Backport:
[ruby-core:51601]

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


Related issues 1 (0 open1 closed)

Is duplicate of Ruby master - Bug #7737: problem with generated rbconfig.rb for HaikuClosednobu (Nobuyoshi Nakada)01/23/2013Actions

Updated by paul0 (Paulo Geyer) about 11 years ago

had a problem when sending this bug report, this one is duplicated

Updated by kosaki (Motohiro KOSAKI) about 11 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

Also available in: Atom PDF

Like0
Like0Like0