9 Jun
2011
9 Jun
'11
5:56 a.m.
On 06/09/2011 05:27 AM, Mark Heily wrote:
Description: multiple fixes for libdispatch r197 * Workaround a link-time error by avoiding the use of __private_extern__ on GNU/Linux.
Have you reported this? Does it happen with both the LLVM internal assembler/linker (I'm a little rusty, I don't remember if the LLVM linker exists for ELF or is only for Mac OS) and GNU binutils? Can you send (here or privately) the output of "make >error.log 2>&1" with the failure?
* Workaround a pthread_exit() bug on Linux that causes the process to become a zombie.
Can you detail this more? I remember seeing something on the list, but I am not sure. Paolo