From: "nobu (Nobuyoshi Nakada)" Date: 2012-07-23T16:54:17+09:00 Subject: [ruby-core:46638] [ruby-trunk - Feature #6778][Rejected] cross-compiling convience. Issue #6778 has been updated by nobu (Nobuyoshi Nakada). Status changed from Open to Rejected make DESTDIR=/wherever/you/want/to/install install ---------------------------------------- Feature #6778: cross-compiling convience. https://bugs.ruby-lang.org/issues/6778#change-28301 Author: jinleileiking (lei king) Status: Rejected 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/