[Opendnssec-develop] [OpenDNSSEC] #17: pthread and libhsm
OpenDNSSEC
owner-dnssec-trac at kirei.se
Tue Aug 25 07:53:12 UTC 2009
#17: pthread and libhsm
--------------------------------------+-------------------------------------
Reporter: jonathan.stanton at cit.coop | Owner: jelte
Type: defect | Status: new
Priority: major | Component: libhsm
Version: | Keywords:
--------------------------------------+-------------------------------------
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
}}}
--
Ticket URL: <http://trac.opendnssec.org/ticket/17>
OpenDNSSEC <http://www.opendnssec.org/>
OpenDNSSEC
More information about the Opendnssec-develop
mailing list