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.