--- On Thu, 7/31/08, Brian J. France <[EMAIL PROTECTED]> wrote: > At work we have moved away from using static libraries to > shared > libraries because of duplicate symbols issues.
I have a smilar question: I am using apxs to compile my .so module on Linux. The module requires another lib. When I used "-c -l TheLib", I got a huge static .so file. How do I generate a dynamic .so file? I tried "-Wc,-static -Wl,-static", it gives a .a file instead.