News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

dynamic library build from many static

Started by firebird, March 10, 2008, 11:49:58 AM

Previous topic - Next topic

firebird

I've create a workspace with many projects that build static library, and one that build a dynamic library.
All I want is too build this .so for it contain all theese statics libraries.
I've tryed using dependencies... and nothing works.

Maybee I dont use the good approach, and I add that I'm novice in the usage of GCC.