libtool
[Top][All Lists]
Advanced

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

Re: How does libtool decide which so to link against?


From: dherring
Subject: Re: How does libtool decide which so to link against?
Date: Mon, 25 Oct 2010 17:17:01 -0400
User-agent: SquirrelMail/1.4.21

Giles Anderson wrote:
> I have upgraded Boost and find that I have to re-link my own executables.
> Should I have to? I dont really want to.

Boost API changes generally involve more than a simple relink.  Their data
structures and templates frequently change, often for bugfixes.  In fact,
many boost libraries are header-only.  I would recommend a full make clean
to remove old object files and do a full rebuild.

The alternative is to follow Mike's advice and somehow preserve the old
shared object files.  Since Boost itself doesn't have many external
dependencies, this might not be difficult.

- Daniel




reply via email to

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