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 to
sem_post' ........
and on when try build program.
what else can make work? on ubuntu , i'm using eclipse.
Comments
Post a Comment