From: "jinleileiking (lei king)" Date: 2012-07-23T16:04:00+09:00 Subject: [ruby-core:46635] [ruby-trunk - Feature #6778][Open] cross-compiling convience. Issue #6778 has been reported by jinleileiking (lei king). ---------------------------------------- Feature #6778: cross-compiling convience. https://bugs.ruby-lang.org/issues/6778 Author: jinleileiking (lei king) Status: Open Priority: Normal Assignee: Category: Target version: when cross-compiling, using the --prefix and --exec-prefix is not very convience. using make install will install the file to exec-prefix dir. But when cross compiling. the exec-prefix is always '/'. Means install the files to /bin , /lib etc. But ran make install on the host. the files will overwrite the host's bin, lib dir.It is a disaster. So, what about add a option like "Stage DIR" just put the file 'maked' into that dir for cross-compile convinience. -- http://bugs.ruby-lang.org/