> IMHO it's not requirement to use -pthread on linux - especially when it's
> not documented. I think usage of -D_REENTRANT for compiling and -lpthread
> for linking should be enough.

Maybe - I don't have a linux box to check on right now - doing a:

 g++ -dumpspecs | grep thread 

will tell you what -pthread does on your system.

John.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to