libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling into chroot


From: Roumen Petrov
Subject: Re: Compiling into chroot
Date: Thu, 12 Jun 2008 22:01:48 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080329 SeaMonkey/1.1.9

Bob Friesenhahn wrote:
On Thu, 12 Jun 2008, Alon Bar-Lev wrote:

After installing I want to perform:
chroot /tmp/device-root /bin/whatever

And continue from there.
So all elements (linkage, .la) should be related to the chroot and not
to host filesystem.

Why not just add a /tmp/device-root symbolic link to '/' in your chrooted space? Then everything will be happy.

The alternative is to use a script to update all of the installed .la files to use the new paths.

This is not libtool's problem.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/

It look like an enhancement request. libtool to obey as example FAKEROOT=/tmp/device-root and to look first in $FAKEROOT/path1
, ... and $FAKEROOT/pathN and later in /path1,... and /pathN .

Roumen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]