Hi, I am trying to port pcsc-lite 1.2.9 on solaris 10. While doing ./configuration I got error that "pthread.h: present but cannot be compiled" . I also want to know any other issues related to porting on solaris.
Log file look as follows. checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... no checking build system type... sparc-sun-solaris2.9 checking host system type... sparc-sun-solaris2.9 checking for gcc... no checking for cc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... no checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by make... none checking dependency style of cc... none checking whether byte ordering is bigenEnviornment variable are like as follows.dian... yes checking whether to enable maintainer-specific portions of Makefiles... no checking how to run the C preprocessor... /lib/cppEnviornment variable are like as follows. checking for a BSD-compatible install... ./install-sh -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) no checking for flex... no checking for lex... no checking for yywrap in -lfl... no checking for yywrap in -ll... yes checking for bash... /usr/bin/bash checking for ksh... (cached) /usr/bin/bash checking for sh... (cached) /usr/bin/bash checking for egrep... egrep checking for ANSI C header files... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yespcsc-lite 1.2.9 on solaris checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking pthread.h usability... no checking pthread.h presence... yes checking for pthread.h... yes checking whether pthreads work with -pthread... no checking whether pthreads work with -pthreads... no checking for the pthreads library -lpthread... no checking whether pthreads work with -mt... no 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 for the pthreads library -lpthread... no checking whether pthreads work with -pthread... no checking whether pthreads work with -pthreads... no checking whether pthreads work with -mthreads... no checking whether pthreads work with --thread-safe... no checking whether pthreads work with -mt... no configure: WARNING: pthread.h: present but cannot be compiled configure: WARNING: pthread.h: check for missing prerequisite headers? configure: WARNING: pthread.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to [EMAIL PROTECTED] ## configure: WARNING: ## ------------------------------------ ## configure: error: POSIX thread support required thanks a lot. _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
