This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pthread_cancel and static libgcc libgcc_eh without libc bits


Hi,
sylvain.bertrand@gmail.com wrote,

> Hi,
> 
> Correct me if I'm wrong: pthread_cancel does work properly when linking a shared nptl lib with
> static libgcc and libgcc_eh, which where compiled without their libc bits?
> 
> Or the shared libgcc_s is _mandatory_ for pthread_cancel to work in a shared nptl lib?

I asked a similar question once. See the archives.
libgcc_s is mandatory and is used via dlopen.

best regards
 Waldemar


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]