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,

Hardik Shah

Software Engineer


This message and any attachments are confidential and intended solely for the addressees. Any unauthorized use or disclosure, either whole or partial, is prohibited. E-mails are susceptible to alteration. Jetmobile shall not be liable for the message if altered, changed or falsified. If you are not the intended recipient of this message, please delete it and notify the sender.

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to