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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -