In article <pine.neb.4.64.1405301548250.17...@screamer.whooppee.com>,
Paul Goyette  <p...@whooppee.com> wrote:
>> Joerg Sonnenberger writes:
>>
>> > > IMO it is wrong to force every C++ program to link against
>> > > libpthread, which is not that cheap.
>> >
>> > i'd buy that -- except that libstdc++ now references
>> > pthread_create() directly, and i don't know how to deal with that.
>>
>> See how I did it for libc++? Make the reference weak and raise an
>> error for those things only that want to create a threead.
>
>Just curious - is this going to be changed?

I'll take a look at it.

christos

Reply via email to