libtool
[Top][All Lists]
Advanced

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

Compiling into chroot


From: Alon Bar-Lev
Subject: Compiling into chroot
Date: Thu, 12 Jun 2008 16:53:43 +0300
User-agent: KMail/1.9.9

Hello,

I looked at recent libtool-2 versions and could still not find a solution to 
compile into chroot.

I want to create an image to embedded device using a cross compiler.

So I do:
mkdir /tmp/device-root
cd /package1
./configure --host=<> --prefix=/usr
make install DESTDIR=/tmp/device-root
cd /package2
./configure --host=<> --prefix=/usr
make install DESTDIR=/tmp/device-root

But package2 cannot find libraries as the .la files constains pathes to 
/usr/lib and not /tmp/device-root/usr/lib.

Is there any way to make libtool search the /tmp/device-root prefix, and behave 
correctly?
I am thinking like an environment variable so that packages will not be 
effected.

Thanks,
Alon Bar-Lev.




reply via email to

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