address@hidden pth-2.0.0]# ./configure Configuring GNU Pth (Portable Threads), Version 2.0.0 (17-Feb-2003) Copyright (c) 1999-2003 Ralf S. Engelschall Platform: i686-pc-linux-gnu Build Tools: checking for gcc... gcc 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... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking whether make sets $(MAKE)... yes checking for compiler option -pipe... yes checking for compilation debug mode... disabled checking for compilation profile mode... disabled checking for compilation optimization mode... disabled checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... /bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool Mandatory Platform Environment: checking for ANSI C header files... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for string.h... (cached) yes checking signal.h usability... no checking signal.h presence... yes configure: WARNING: signal.h: present but cannot be compiled configure: WARNING: signal.h: check for missing prerequisite headers? configure: WARNING: signal.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to address@hidden ## configure: WARNING: ## ------------------------------------ ## checking for signal.h... yes checking for unistd.h... (cached) yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/wait.h usability... no checking sys/wait.h presence... yes configure: WARNING: sys/wait.h: present but cannot be compiled configure: WARNING: sys/wait.h: check for missing prerequisite headers? configure: WARNING: sys/wait.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to address@hidden ## configure: WARNING: ## ------------------------------------ ## checking for sys/wait.h... yes checking for sys/stat.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for gettimeofday... yes checking for select... yes checking for sigaction... yes checking for sigprocmask... yes checking for sigpending... yes checking for sigsuspend... yes decision on mandatory system headers and functions... all fine Optional Platform Environment: checking for number of signals... 32 checking for default value of FD_SETSIZE... 1024 checking for poll... yes checking for define POLLIN in poll.h... yes checking whether poll(2) facility has to be faked... no checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for readv... yes checking for writev... yes checking whether readv(2)/writev(2) facility has to be faked... no checking for usleep... yes checking for strerror... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking net/errno.h usability... no checking net/errno.h presence... no checking for net/errno.h... no checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking for gethostname in -lnsl... yes checking for accept in -lsocket... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for typedef sig_atomic_t... yes checking for typedef pid_t... yes checking for typedef size_t... yes checking for typedef ssize_t... yes checking for typedef off_t... yes checking for typedef stack_t... yes checking for attribute ss_base in struct sigaltstack from sys/signal.h... no checking for attribute ss_sp in struct sigaltstack from sys/signal.h... no checking for a single-argument based gettimeofday... no checking for struct timespec... yes checking for typedef socklen_t... yes checking for type of argument 3 for accept()... socklen_t *__restrict checking for fallback socklen_t... socklen_t checking for typedef nfds_t... yes checking for type of argument 2 for poll()... nfds_t checking for fallback nfds_t... nfds_t checking for built-in type long long... yes checking for built-in type long double... yes Machine Context Implementation: checking for ucontext.h... no checking for makecontext... yes checking for swapcontext... yes checking for getcontext... yes checking for setcontext... yes checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2)... no checking for signal.h... (cached) yes checking for sigsetjmp... no checking for siglongjmp... yes checking for setjmp... yes checking for longjmp... yes checking for _setjmp... yes checking for _longjmp... yes checking for sigaltstack... yes checking for sigstack... yes checking for signal-mask aware setjmp(3)/longjmp(3)... yes: ssjlj checking for typedef stack_t... (cached) yes checking for direction of stack growth... down checking for makecontext... (cached) yes checking for stack setup via makecontext... guessed checking for sigaltstack... (cached) yes checking for typedef stack_t... (cached) yes checking for stack setup via sigaltstack... guessed checking for sigstack... (cached) yes checking for stack setup via sigstack... guessed decision on mctx implementation... sjlj/ssjlj/sas System Call Mapping: checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/socketcall.h usability... no checking sys/socketcall.h presence... no checking for sys/socketcall.h... no checking for syscall... yes checking for define SYS_read in sys/syscall.h... yes checking for dlfcn.h... (cached) yes checking for dlsym in -ldl... yes checking for dlopen... yes checking for dlsym... yes checking for dlclose... yes checking for define RTLD_NEXT in dlfcn.h... no checking for syscall dynamic libraries... /usr/lib/libdl.so:/usr/lib/libnsl.so:/usr/lib/libc.so checking whether soft system call mapping is used... no checking whether hard system call mapping is used... no Build Parameters: checking whether to activate batch build mode... no checking whether to activate maintainer build targets... no checking whether to activate test build targets... yes checking whether to build Pthread library... no checking whether to build against external OSSP ex library... no checking whether to build against external Sfio library... no checking whether to build against external Dmalloc library... no Output Substitution: configure: creating ./config.status config.status: creating Makefile config.status: creating pthread-config config.status: creating pthread.h config.status: creating pth-config config.status: creating pth.h config.status: creating pth_acmac.h config.status: creating pth_acdef.h config.status: executing default commands Now please type `make' to compile. Good luck. address@hidden pth-2.0.0]# make ./shtool scpp -o pth_p.h -t pth_p.h.in -Dcpp -Cintern -M '==#==' pth_compat.c pth_debug.c pth_syscall.c pth_errno.c pth_ring.c pth_mctx.c pth_uctx.c pth_clean.c pth_time.c pth_tcb.c pth_util.c pth_pqueue.c pth_event.c pth_sched.c pth_data.c pth_msg.c pth_cancel.c pth_sync.c pth_attr.c pth_lib.c pth_fork.c pth_high.c pth_ext.c pth_string.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_debug.c In file included from /usr/include/signal.h:358, from pth_p.h.in:35, from pth_debug.c:29: /usr/include/bits/sigthread.h:36: storage class specified for parameter `type name' EOF