|
Hi, I downloaded pcsc-lite-1.0.1 , I am trying to compile it , on my Linux RedHat Platform, but I am getting below mentioned error Steps to produce error.. 1) run . /configure 2) vi configure.log Platform. Linux localhost.localdomain 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:21 EST 2007 i686 i686 i386 GNU/Linux I am logged in as root Inside configure.log I found following
problem.
/usr/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status configure: failed program was: #line 1761 "configure" #include "confdefs.h" #include <pthread.h> int main() { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } Can you please tell me what I am doing wrong. Best
regards, Software
Engineer
|
_______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
