This project is closed and read-only.
Actions
Backport #5465
closed
Ruby 1.9.3 fails to compile with tcl/tk on s390x
Backport #5465:
Ruby 1.9.3 fails to compile with tcl/tk on s390x
Status:
Closed
Assignee:
Description
When compiling Ruby 1.9.3 on s390x without specifying --libdir for configure, tcl/tk extension fails to build: Fail to find [tclConfig.sh, tkConfig.sh].
This is caused by erroneous function maybe_64bit? in ext/tk/extconf.rb, which doesn't recognize s390x as 64 bit architecture.
Proposed fix is in attached file.
Files
Actions