Hello,

On 07/02/06, Karsten Ohme <[EMAIL PROTECTED]> wrote:
> matheus ribeiro wrote:
> > I can still compile using older versions, but im curious what would be
> > the correct solution to these problems. As those functions are
> > internals, libmusclecard shouldnt use they, should it?
>
> Usually libmusclecard and pcsclite are one package, and maybe will be
> again, but at the moment are not.

libmusclecard do NOT use these symbols from libpcsclite. But
libmusclecard and libpcsclite share some common source files so can
use the same functions (but the binary code is present in both
libraries).

I do not want to export DYN_* symbols from libpcsclite since it is
name space pollution and may clash with symbols with the same names
defined by the application or another library. That just happened with
symbols created by a lex code.

I do not want to separate libmusclecard and libpcsclite in two .tar.gz
since they share some/many source code files. I do not like to have
code duplication when I can avoid it.

Bye,

--
  Dr. Ludovic Rousseau

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

Reply via email to