ltsmin icon indicating copy to clipboard operation
ltsmin copied to clipboard

Build issue on NetBSD

Open mayureshw opened this issue 2 years ago • 3 comments

I am trying to build LTSmin on NetBSD.

I get an error during configure as it tests for function pthread_mutexattr_setpshared

On NetBSD man pthread_mutexattr_setpshared says:

BUGS The pthread_mutexattr_getpshared() and pthread_mutexattr_setpshared() functions are hidden by default since only thread shared attributes are supported.

Given this, what workaround would you suggest - both for the configure script and use of this function in src/hre/hre_pthread.c.

mayureshw avatar Jul 03 '22 16:07 mayureshw