Am Freitag 15 Januar 2010 15:10:06 schrieb Aktiv Co. Kirill Mescheryakov: > I thought that openct not support mac os x > Am I wrong?
well, it can maybe work for serial readers. but noone has tried so far. for usb it does not work, as usb is very different on mac os X compared to linux or even normal bsd systems. there is no port of the usb code to mac os X, as you can see in the soure code: http://www.opensc-project.org/openct/browser/trunk/src/ifd/sys-osx.c only dummy functions, they all return -1 (error). back to the compile problem roland has: openct should compile, but not work (no usb support) on mac os X. roland, if you still want to compile opensc (e.g.for trying to use an old serial reader), you need to set LTLIB_CFLAGS and LTLIB_LIBS environment variables to the proper values (e.g. "-I/.../include" and "-L/.../lib -lltdl"). then it should work... Regards, Andreas _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel