<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-05-16 11:15 GMT+02:00 William To <span dir="ltr"><<a href="mailto:william.to@erg.com.hk" target="_blank">william.to@erg.com.hk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hi All,<br><br></div>I also hit another brick wall on building ccid 1.4.21 as following:<br><br></div>Using the configuration like this: <br>./configure LIBUSB_CFLAGS=-I/usr/include LIBUSB_LIBS="-L/usr/lib -lusb" --prefix=/usr/local PCSC_CFLAGS=-I/usr/local/include/PCSC PCSC_LIBS="-L/usr/local/lib -lpcsclite" --enable-usbdropdir=/usr/local/pcsc/drivers --disable-libusb<br><br></div>I found that the ccid shared library was not built. Here are my output from the console:<br><br><br>gmake[1]: Entering directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21'<br>Making all in readers<br>gmake[2]: Entering directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21/readers'<br>gmake[2]: Nothing to be done for 'all'.<br>gmake[2]: Leaving directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21/readers'<br>Making all in examples<br>gmake[2]: Entering directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21/examples'<br>  CC       scardcontrol-scardcontrol.o<br>  CC       scardcontrol-PCSCv2part10.o<br>  CCLD     scardcontrol<br>gmake[2]: Leaving directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21/examples'<br>Making all in contrib<br>gmake[2]: Entering directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21/contrib'<br>Making all in RSA_SecurID<br>gmake[3]: Entering directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21/contrib/RSA_SecurID'<br>  CC       RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.o<br>  CCLD     RSA_SecurID_getpasswd<br>gmake[3]: Leaving directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21/contrib/RSA_SecurID'<br>gmake[3]: Entering directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21/contrib'<br>gmake[3]: Nothing to be done for 'all-am'.<br>gmake[3]: Leaving directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21/contrib'<br>gmake[2]: Leaving directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21/contrib'<br>Making all in src<br><b>gmake[2]: Entering directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21/src'<br>gmake[2]: Nothing to be done for 'all'.<br></b>gmake[2]: Leaving directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21/src'<br>gmake[2]: Entering directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21'<br>gmake[2]: Leaving directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21'<br>gmake[1]: Leaving directory '/export/home/wto/work/nwfb_bdc/sam-nwfb/prerequisites/ccid-1.4.21'<br><br></div>I think it looks very strange when nothing is built under the src/ directory where the ccid source code resides. I wonder would that be caused by not using the libusb library so the build disables the entire ccid library?<br></div></div></blockquote><div><br></div><div>You used --disable-libusb so the USB driver is not build.<br></div><div>You have not used --enable-twinserial so the serial driver is not build either.<br> </div><br></div><div class="gmail_quote">You need to have a working libusb-1.0 in order to build my CCID driver for USB.<br clear="all"></div><br>I have no other option. Or maybe replace Solaris 11 by another operating system, like Debian GNU/Linux? :-)<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Bye<br><br></div><div class="gmail_extra">-- <br><div class="gmail_signature"> Dr. Ludovic Rousseau</div>
</div></div>