Eric wrote:

Did you compile with -lpthread and -D_REENTRANT? If I remeber correctly, this 
is something I had alot of trouble with when I started thread programming. 
Similiar error and everything. Compiled but the library calls weren't 
working. Make sure to include <pthread.h> too  ;)

yes included <pthread.h>, defined -D_REENTRANT and linked with -lpthread

I have written multi-threaded code in C, this is the first time that I have 
attempted 
to encapsulate a thread in a C++ object.  Must be missing something. :-(

George
-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" 
in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to