Subj : Re: How to pass class-member function to pthread_create(....)? To : comp.programming.threads From : David Hopwood Date : Mon Jul 18 2005 09:24 pm David Schwartz wrote: > Huh? The purpose of extern "C" is specifically does ensure that your C++ > compiler generated code is compatible with C code. You can know that you > have this compatability by passing '-pthread' to your C++ compiler, which is > guaranteed to provide a compatible (with that compiler) pthreads > implementations. Unfortunately not, even for a certain compiler where -pthread is sometimes the right option: -- David Hopwood .