At Thu, 12 Jan 2012 10:25:48 +0100, Marijn wrote:
> Using DESTDIR everything including shared libraries is installed in a
> staging area by `make install'. Files will only be moved to the ``live
> filesystem'' by the package manager after things like make install
> have finished running. Currently `libtool --mode=finish' is run on the
> ``live filesystem'' library directory. This should not have any effect
> on anything in the staging area.
> 
> Thus `libtool --mode=finish' should either be run on the DESTDIR
> staging area or not at all.

That makes sense. I've pushed a change to skip `libtool --mode=finish'
when DESTDIR is set.

Thanks!

_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to