This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libstdc++-v3 and pthread
- To: gcc at gcc dot gnu dot org
- Subject: libstdc++-v3 and pthread
- From: Christian Iseli <chris at ludwig-alpha dot unil dot ch>
- Date: Thu, 30 Nov 2000 10:49:55 +0100
Hi folks,
I've noticed that the latest libstdc++-v3 requires linking with pthread (at
least on Linux). However, the g++ driver doesn't link to pthread by default.
What is the proper way ? Fix the g++ driver to add -lpthread ? Or require
the users to add -lpthread ?
Cheers,
Christian