Tagged Questions

1
vote
3answers
4k views

How to create a shared object that is statically linked with pthreads and libstdc++ on Linux/gcc?

How to create a shared object that is statically linked with pthreads and libstdc++ on Linux/gcc?
0
votes
1answer
1k views

Static linking with pthreads & stdc++?

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