This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Fw: [Boost-users] Problem with shared_ptr and pthreads_mutex_lock
Paolo Carlini wrote:
>Can you check whether __GTHREAD and __GTHREAD_MUTEX_INIT are defined by
>the library that you are using?
>
>
Also, even in case you are using a single threaded thread model (the
output of gcc -v would be handy) then everything should work fine as
long as your application is still single threaded (as you reported
privately). Honestly, some sort of misconfiguration seems likely in your
system.
We badly need someone else (or you, on another, different, machine) to
reproduce the problem to begin with.
Paolo.