libtool
[Top][All Lists]
Advanced

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

Re: Libool picking the wrong library for dbus


From: Peter O'Gorman
Subject: Re: Libool picking the wrong library for dbus
Date: Wed, 16 Jul 2008 09:53:12 -0500
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

Sandeep Puddupakkam (spuddupa) wrote:
> *** Reposting with zipped (winzip) logfile***
> 
> Hi,
> 
> I am trying to cross-compile upstart for ppc.
> 
> Upstart requires libdbus-1 which I compiled for ppc and it is located in
> the directory
> 
> /nobackup/spuddupa/nova/linkfarm/ppc/usr/lib

Thanks for posting the log file.
/nobackup/spuddupa/nova/linkfarm/ppc/usr/lib/libdbus-1.la contains:

 libdir=/usr/lib

So libtool goes and looks in libdir for libdbus-1.so.

libtool does not do well building to a sysroot like this. You could
modify all the .la files in the root so that they contain the actual
location of the libraries in libdir.

Peter
-- 
Peter O'Gorman
http://pogma.com




reply via email to

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