> Compiling ccid didn't suceed (suse 9.1): > make[2]: Entering directory `/home/estel/Desktop/steve/ccid-0.9.2/examples' > /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o scardcontrol > scardcontrol.o -lpcsclite > gcc -g -O2 -Wall -o scardcontrol scardcontrol.o /usr/lib/libpcsclite.so > scardcontrol.o(.text+0x37b): In function `main': > /home/estel/Desktop/steve/ccid-0.9.2/examples/scardcontrol.c:196: undefined > reference to `SCardGetAttrib' > collect2: ld returned 1 exit status > make[2]: *** [scardcontrol] Fehler 1 > make[2]: Leaving directory `/home/estel/Desktop/steve/ccid-0.9.2/examples' > make[1]: *** [all-recursive] Fehler 1 > make[1]: Leaving directory `/home/estel/Desktop/steve/ccid-0.9.2' > make: *** [all] Fehler 2 > > I don't know why. The function `SCardGetAttrib' was introduced in pcsc-lite after the release of the version 1.2.0 and I guess you use this version or an older version. Use the latest version of pcsc-lite (1.2.9-beta6) => install it and after compile again the CCID generic driver.
Regards, -- Damien Sauveron ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.drizzle.com/mailman/listinfo/muscle
