Is it possible to statically link my program with libpthreads and libstdc++ on Linux?

link|improve this question
feedback

1 Answer

Yes, with -static as per normal.

link|improve this answer
I want to create an .so statically linked with the libraries above. -static causes .a to be produced. – martin Feb 14 '09 at 8:25
Then why didn't you ask for that originally? – womble Feb 14 '09 at 9:26
Haven't seem relevant till I've tried -static – martin Feb 14 '09 at 9:33
feedback

Your Answer

 
or
required, but never shown