Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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