./configure, as per INSTALL instructions, I get nowhere.
So I changed the ./configure line to:PCSCLITE_CFLAGS="-I /System/Library/Frameworks/PCSC.framework/ Headers" PCSCLITE_LIBS="-framework PCSC" ./configure
and removed the "-lpscslite" and added "-framework PCSC" in configure:
21172,21173c21172 < #LIBS="-lpcsclite $LIBS" < LIBS="-framework PCSC $LIBS" --- > LIBS="-lpcsclite $LIBS" But now I still get an error on posix threads: checking for pkg-config... nochecking for PCSCLITE... configure: WARNING: install pcsc-lite 1.2.9- beta7 or later
checking winscard.h usability... yes checking winscard.h presence... noconfigure: WARNING: winscard.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: winscard.h: proceeding with the compiler's result checking for winscard.h... yes checking for SCardEstablishContext in -lpcsclite... yes checking for -fvisibility=hidden... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... no checking whether pthreads work with -pthreads... no checking whether pthreads work with -mthreads... no checking for the pthreads library -lpthread... no checking whether pthreads work with --thread-safe... no checking whether pthreads work with -mt... no checking for pthread-config... no configure: error: POSIX thread support required I tried to add a -pthread, but that did not help.PCSCLITE_CFLAGS="-I /System/Library/Frameworks/PCSC.framework/ Headers" PCSCLITE_LIBS="-framework PCSC" PTHREAD_CFLAGS="-pthread" PTHREAD_LIBS="-pthread" ./configure
The funny thing is that in OS X phtread is part of the standard System library, so configure should not complain about it.
Does anybody have a solution? Best Regards, Johan Henselmans http://www.netsense.nl Tel: +31-20-6267538 Fax: +31-20-6273852
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
