From: "jinleileiking (lei king)" Date: 2012-07-23T16:19:53+09:00 Subject: [ruby-core:46637] [ruby-trunk - Feature #6779] cross-compiling convience. Issue #6779 has been updated by jinleileiking (lei king). sorry. I create two issue ,please close it. ---------------------------------------- Feature #6779: cross-compiling convience. https://bugs.ruby-lang.org/issues/6779#change-28299 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/