Author Topic: dynamic library build from many static  (Read 3192 times)

Offline firebird

  • Single posting newcomer
  • *
  • Posts: 3
dynamic library build from many static
« on: March 10, 2008, 11:49:58 am »
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.