Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cross-project-issues-dev] Library linking in another library -doesn't relink

Hi Paul,
 
it sounds like you should ask this question on the
   eclipse.tools.cdt
newsgroup
 
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
 
 


From: cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] On Behalf Of Paul Coene
Sent: Donnerstag, 05. März 2009 18:54
To: cross-project-issues-dev@xxxxxxxxxxx
Subject: [cross-project-issues-dev] Library linking in another library -doesn't relink

I have a project which is a shared library.  I have another project which is a static library.  The 1st links in the second.

When I change the 2nd library, the .a file is updated.  When I go and build the 1st library, it doesn't see that the library it is linking in has changed, so it does not relink.

Can I fix this somehow?  Right now I have to manually pull up a shell and delete the shared library to get eclipse to relink.

Paul

Back to the top