On 12/14/06, Mark Shinwell <[EMAIL PROTECTED]> wrote:
I am currently involved in building GCC toolchains by configuring them with the prefix that is to be used on the target system (somewhere in /opt) and then installing them in a separate "working installation" directory (say somewhere in my scratch space). The installation step into this "working installation" directory is performed by invoking a command of the form "make prefix=/path/to/working/dir/install install".
I think you should use DESTDIR instead of prefix here. Richard.