Sevan Janiyan wrote: > I get a Bus Error when I try to run the program. > ... > test-lock.c:234: error: ‘_PTHREAD_RWLOCK_SIG_init’ undeclared here (not > in a function)
OK, in this case it is probably best to do as if pthread_rwlock_init does not exist. So that gnulib enables its own rwlock implementation. I'll do that later today. Bruno