From: "jinleileiking (lei king)" Date: 2012-07-23T16:04:01+09:00 Subject: [ruby-core:46636] [ruby-trunk - Feature #6779][Open] cross-compiling convience. Issue #6779 has been reported by jinleileiking (lei king). ---------------------------------------- Feature #6779: cross-compiling convience. https://bugs.ruby-lang.org/issues/6779 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/