Is it possible to statically link my program with libpthreads and libstdc++ on Linux?
I want to create an .so statically linked with the libraries above. -static causes .a to be produced.
2009-02-14 08:25:18
Then why didn't you ask for that originally?
womble
2009-02-14 09:26:55
Haven't seem relevant till I've tried -static
2009-02-14 09:33:47