j
k
j a
j l
Either add the "-pthread" option to your compiles (and links) manually, or use a build system tool that adds it for you (like Boost.Build).
There isn't a -pthread option on BSD, it's spelled -lpthread :-) John.
Back to the thread
Back to the list