Closed christoph-kluge closed 1 year ago
From what I can tell, libcheck tries to add the -pthread
flag here, but this is not very portable. I will add explicit linkage against the pthread library and you can check if that works for you.
I had to fix a few more link errors, but the latest HEAD should be working now. I'm developing on Debian unstable with glibc 2.36, which has a merged pthread, so those errors never came up on my machine. Thank you very much for the bug report!
@roehling thank you for this quick solution. 2.0.1 worked like a charm :)
Any idea what might be missing?
While searching for answers I've found similar error-messages where people solved it by adding
-pthread
to theLDFLAGS
This is a subsequent
make -j
run which reduces the output to the failing left-overs.