Re: Make missing libtool in MUSCLE PCSC 0.98

1999-03-15 Thread Eduardo deCastro
. Thanks! Eduardo. -Original Message- From: David Corcoran <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, March 15, 1999 10:19 AM Subject: Re: Make missing libtool in MUSCLE PCSC 0.98 >Hello Carlos and Everyone, > >There is only one libra

Re: Make missing libtool in MUSCLE PCSC 0.98

1999-03-15 Thread David Corcoran
Hello Carlos and Everyone, There is only one library in pcsc that needs the mico-ld which is the /src/resmgr-local/libpcsc.so. All the others can use lib-tool. If you look at mico-ld it is merely a wrapper around g++. All it does is a shell script which calls g++ with a few comm line parms. M

Re: Make missing libtool in MUSCLE PCSC 0.98

1999-03-13 Thread Carlos Prados
Hi, I have Debian 2.0 also and pcsc compiles fine in my machine. Nevertheless I think configure.in should include a call to AM_PROG_LIBTOOL since some of the libraries are compiled with libtool. I have being trying to reconvert pcsc package to work with automake, autoconf and libtool, in order t

Make missing libtool in MUSCLE PCSC 0.98

1999-03-12 Thread Morten Norman
Hi, since nobody else complained yet, maybe it's just on my platform? (Debian 2.0) During MUSCLE PCSC 0.98 make, I got two fails because make didn't find ".//libtool" in the local directory. Happens in the resmgr-remote and the resmgr-local directories. I didn't bother to investigate. Jus