News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

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.