From: "mame (Yusuke Endoh)" Date: 2012-11-20T21:20:44+09:00 Subject: [ruby-core:49698] [ruby-trunk - Feature #6111] Request for making ruby multiarchable Issue #6111 has been updated by mame (Yusuke Endoh). Target version changed from 2.0.0 to next minor ---------------------------------------- Feature #6111: Request for making ruby multiarchable https://bugs.ruby-lang.org/issues/6111#change-33220 Author: Hanmac (Hans Mackowiak) Status: Assigned Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: build Target version: next minor i ask to make it possible to install ruby in more multiarch compatible dirs ... with configure allone it is not possible so the libs where are named /usr/lib/libruby(version) should go to /usr/lib/(arch)/libruby(version) for the config.h with is not arch-indipent it should go to /usr/include/(arch)/ruby/(version)/config.h the stdlib should (if not gemized) go to /usr/lib/(arch)/ruby/(version) (maybe the indipent rb files to /usr/lib/ruby/(version)) and the vendor_ruby path should be splitted for the .so files: /usr/lib/(arch)/ruby/vendor_ruby/(version) for the .rb files: /usr/lib/ruby/vendor_ruby/(version) (arch) depends on the system, so my system has "x86_64-linux-gnu" and "i386-linux-gnu" -- http://bugs.ruby-lang.org/