[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug mixing old sem_wait and new pthread_cond_broadcast
From: |
Andreas Schwab |
Subject: |
Re: Bug mixing old sem_wait and new pthread_cond_broadcast |
Date: |
23 Apr 2001 19:05:28 +0200 |
User-agent: |
Gnus/5.090002 (Oort Gnus v0.02) Emacs/21.0.103 |
Erland Lewin <address@hidden> writes:
|> Hello,
|>
|> I think there is a bug in linuxthreads, when the same thread uses
|> pthread calls from both the old calls and new calls (for instance, when
|> one library was made with an older glibc).
You can't do that. If you compile an application you must make sure all
dependent libraries were compiled against the same version of glibc. We
only guarantee run time compatibility, but not link time compatibility.
Andreas.
--
Andreas Schwab "And now for something
SuSE Labs completely different."
address@hidden
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5