<div dir="ltr">hello,<div style>I have a weird error message and I could not understand what's the source of this error and how to fix it.</div><div style><br></div><div style>A simple example :</div><div style><br></div>
<div style>glfw-ffi.scm :</div><div style><div>(c-declare "#include \"GL/glfw.h\"")</div><div>(define glfwInit (c-lambda () int "glfwInit"))</div><div><br></div><div style>compilation :</div>
<div style>$ export GAMBC_CC_VERBOSE=yes<br></div><div>$ gsc -ld-options "-L/usr/local/lib -lglfw" glfw-ffi.scm<br></div><div><br></div><div>gcc     -Wno-unused -Wno-write-strings -O1 -fno-math-errno -fschedule-insns2 -fno-trapping-math -fno-strict-aliasing  -fwrapv -fomit-frame-pointer -fno-move-loop-invariants -fPIC -fno-common -mieee-fp   -rdynamic -shared  -D___SINGLE_HOST -D___DYNAMIC -I"/usr/local/Gambit-C/include" -o "glfw-ffi.o2"   glfw-ffi.c -L/usr/local/lib -lglfw<br>
</div><div><br></div><div><div>$ gsc</div><div>Gambit v4.6.7</div><div><br></div><div>> (load "glfw-ffi")</div><div>Unable to find pthread_mutexattr_setkind_np versioned symbol. Aborting.</div><div>Abort(coredump)</div>
</div><div>$</div><div><br></div><div style>Anyone see this problem with pthread ?</div><div style><br></div><div style>thanks a lot</div><div style>cyrille</div></div></div>