I've been compiling programs with Open embedded and came across an
issue that has apparently been around for a long time. I think the
symptoms have been described many times before; see list of links
further down. But briefly, when using Libtool to cross compile and
install programs into a target "
Hello Martin,
* Martin Panter wrote on Sun, Jan 16, 2011 at 01:04:00PM CET:
> Don't search host directory during "relink" if $inst_prefix is provided
> --- libtool-2.4.orig/libltdl/config/ltmain.m4sh
> +++ libtool-2.4/libltdl/config/ltmain.m4sh
> @@ -6122,12 +6122,14 @@ func_mode_link ()
>
On 1/16/2011 12:13 PM, Ralf Wildenhues wrote:
> (I for one often do 'make install DESTDIR=/tmp/dest' merely to
> tar up the installation tree to be scp'ed to another machine where
> the NFS share is mounted rw.)
Actually, Ralf's example (or one very similar to it) is the *primary*
use of DESTDIR.