> I've built a service bundle library based on the musclecard DDK code. Under
> Linux it compiles fine and produces the correct shareable libraries and
> works fine. Under Mac OS 10.2 it segment faults when trying to load the
> bundle in TPLoadToken. This happens under pcsclite 1.2.0 and the new beta2.
> The command I use to build the bundle is
>
> gcc -bundle -L/usr/local/lib -lpcsclite -o myBundle myBundle.o
>
I think you should link with the muscle library because it contains the symbol
TPLoadToken:

gcc -bundle -L/usr/local/lib -lmusclecard -o myBundle myBundle.o

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to