On Wed, Jan 20, 2010 at 05:30:53PM +0100, Andreas Jellinghaus wrote:
> you need to compile opensc with "-pthread" in CFLAGS and LIBS.
> OpenSC itself is not multi-threaded AFAIK, but it loads
> libraries that are, and that confuses the debugger.
> 
Indeed, after putting -pthread in CFLAGS and -lpthread in LINK variable,
gdb has no problems anymore. Thanks for the solution.

Maybe it is a good idea to put this in some developer howto page ?

Regards,

Bart
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to