Re: work with threads

Home Forums Re: work with threads

#3726
Jesse Gilles
Blocked

You need to tell gcc to link against the pthread library when it builds.

Add ‘-lpthread’ to your compile command.