-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: libhsm
-
Labels:None
When compiling the libhsm from trunk on FC11 I am getting the following errors
undefined reference to `pthread_create' undefined reference to `pthread_join'
I believe this is because you the complier flag for pthreads is missing. I added it to the Makefile in OpenDNSSEC/libhsm/src and it compiled fine.
CFLAGS = -g -O2 -pedantic -Wall -Wextra -lpthread