How can I move a library inside a project's source tree and compiling static binaries?

Posted by AbrahamVanHelpsing on Programmers See other posts from Programmers or by AbrahamVanHelpsing
Published on 2010-11-26T16:26:22Z Indexed on 2012/11/05 17:17 UTC
Read the original article Hit count: 174

Filed under:
|
|
|

How can I move a library inside a project's source tree and compiling static binaries? I want to use a particular tool that utilizes ANCIENT binaries without upgrading it's API usage. This way I can use the old libraries inside the single binary without wrecking the local host environment. I am on nix with netbeans/eclipse/code::blocks.

I don't have a problem reading, just looking for a starting point. Any thoughts?

© Programmers or respective owner

Related posts about c++

Related posts about c