eclipse - Undefined refference to sem_open despite the correct option being included -


i using thing sem_open, sem_post, sem_wait , on in program.

i have included option -lpthread compiler still getting:

undefined reference sem_open' undefined reference tosem_post' ........

and on when try build program.

what else can make work? on ubuntu , i'm using eclipse.


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -