Hi ,

Thanks for the reply.

I browse the web-page " http://www.linuxnet.com/middle.html " and under section  " Previous Release Middleware" I downloaded the tar. can you please give me the link for latest release.

When I tried to locate libpthread on my system.  I found libpthread under /lib directory. Is this the libary you are talking about  ..?   or it is different.

find / -name 'libpthread.*' -print

/lib/libpthread.so.0
/lib/i686/nosegneg/libpthread.so.0
/usr/lib/libpthread.so
/usr/lib/libpthread.a



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.


On 12/12/2011 3:35 PM, [email protected] wrote:
Send Muscle mailing list submissions to
	[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.drizzle.com/mailman/listinfo/muscle
or, via email, send a message with subject or body 'help' to
	[email protected]

You can reach the person managing the list at
	[email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Muscle digest..."


Today's Topics:

   1. Reg: Compiling Error pcsc-lite-1.0.1 (Hardik.Shah)
   2. Re: Reg: Compiling Error pcsc-lite-1.0.1 (Ludovic Rousseau)


----------------------------------------------------------------------

Message: 1
Date: Mon, 12 Dec 2011 15:11:34 +0530
From: "Hardik.Shah" <[email protected]>
Subject: [Muscle] Reg: Compiling Error pcsc-lite-1.0.1
To: <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

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


Jetmobile 
<wlmailhtml:%7B5CE19DF4-EF3C-48FB-B3C9-77579A06276B%7Dmid://00000624/>
Information traceability, security and mobility
Developer and publisher of BarDIMM, MicrDIMM and SecureJet
Web: 
<wlmailhtml:%7B5CE19DF4-EF3C-48FB-B3C9-77579A06276B%7Dmid://00000624/>http://www.jetmobile.com


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.

-------------- next part --------------
Skipped content of type multipart/related

------------------------------

Message: 2
Date: Mon, 12 Dec 2011 11:02:40 +0100
From: Ludovic Rousseau <[email protected]>
Subject: Re: [Muscle] Reg: Compiling Error pcsc-lite-1.0.1
To: MUSCLE <[email protected]>
Message-ID:
	<CAGstE8CxTY_eh9u5GJiC49M6zc3miE+V4-ghK=aslspe1-h...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

2011/12/12 Hardik.Shah <[email protected]>
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
Are you sure it is version 1.0.1? This is a very old version from year 2000.

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.
Install the RedHat package providing the libpthreads library.

Bye

--
?Dr. Ludovic Rousseau



------------------------------

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


End of Muscle Digest, Vol 94, Issue 4
*************************************

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

Reply via email to