Build of libexosip2 with vanilla toolchain

The build took 00h 00m 52s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
21,508 ansic
11,005 sh
4,687 makefile
37,200 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libexosip2 1:4.1.0-2 (Wed Aug 24 13:17:57 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) libosip2-1:4.1.0-1
#
# Total Installed Size: 0.61 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing libosip2...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: eXosip2 The Extended Open SIP library.
# configure: Copyright (C) 2002-2012 Aymeric MOIZARD -
# Configuring libeXosip2 4.1.0
# Building Package on linux
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# 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 ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -E
# checking for a sed that does not truncate output... /usr/bin/sed
# checking how to print strings... printf
# checking for a sed that does not truncate output... (cached) /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by gcc... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# 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 for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC 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.o... (cached) yes
# checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... 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... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for cc_r... gcc
# checking semaphore.h usability... yes
# checking semaphore.h presence... yes
# checking for semaphore.h... yes
# checking sys/sem.h usability... yes
# checking sys/sem.h presence... yes
# checking for sys/sem.h... yes
# checking for sem_open in -lposix4... no
# checking for nis_add in -lnsl... yes
# checking for sendto in -lsocket... no
# checking for clock_gettime in -lrt... yes
# checking for res_query in -lresolv... no
# checking for __res_query in -lresolv... yes
# checking for ares_init in -lcares... no
# configure: WARNING: c-ares library is not installed
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for OSIP... yes
# checking whether -Wall works... yes
# checking whether -Wcast-align works... yes
# checking whether -Wchar-subscripts works... yes
# checking whether -Wformat works... yes
# checking whether -Winline works... yes
# checking whether -Wmissing-declarations works... yes
# checking whether -Wmissing-prototypes works... yes
# checking whether -Wnested-externs works... yes
# checking whether -Wpointer-arith works... yes
# checking for ANSI C header files... (cached) yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking varargs.h usability... no
# checking varargs.h presence... no
# checking for varargs.h... no
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking assert.h usability... yes
# checking assert.h presence... yes
# checking for assert.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking sys/signal.h usability... yes
# checking sys/signal.h presence... yes
# checking for sys/signal.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking for sys/types.h... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking sys/soundcard.h usability... yes
# checking sys/soundcard.h presence... yes
# checking for sys/soundcard.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking arpa/nameser.h usability... yes
# checking arpa/nameser.h presence... yes
# checking for arpa/nameser.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking nameser8_compat.h usability... no
# checking nameser8_compat.h presence... no
# checking for nameser8_compat.h... no
# checking arpa/nameser_compat.h usability... yes
# checking arpa/nameser_compat.h presence... yes
# checking for arpa/nameser_compat.h... yes
# checking netinet/tcp.h usability... yes
# checking netinet/tcp.h presence... yes
# checking for netinet/tcp.h... yes
# checking for resolv.h... yes
# checking for getifaddrs... yes
# checking openssl/ssl.h usability... yes
# checking openssl/ssl.h presence... yes
# checking for openssl/ssl.h... yes
# checking for SSL_CTX_new in -lssl... yes
# checking for X509_get_issuer_name in -lcrypto... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating scripts/Makefile
# config.status: creating platform/Makefile
# config.status: creating platform/vsnet/Makefile
# config.status: creating include/Makefile
# config.status: creating include/eXosip2/Makefile
# config.status: creating src/Makefile
# config.status: creating tools/Makefile
# config.status: creating help/Makefile
# config.status: creating help/doxygen/Makefile
# config.status: creating help/doxygen/doxygen.dox
# config.status: creating exosip-config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0'
# Making all in scripts
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/scripts'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/scripts'
# Making all in platform
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform'
# Making all in vsnet
# make[3]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform/vsnet'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform/vsnet'
# make[3]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform'
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform'
# Making all in src
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/src'
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXosip.lo -MD -MP -MF .deps/eXosip.Tpo -c -o eXosip.lo eXosip.c
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXconf.lo -MD -MP -MF .deps/eXconf.Tpo -c -o eXconf.lo eXconf.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXosip.lo -MD -MP -MF .deps/eXosip.Tpo -c eXosip.c -fPIC -DPIC -o .libs/eXosip.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXconf.lo -MD -MP -MF .deps/eXconf.Tpo -c eXconf.c -fPIC -DPIC -o .libs/eXconf.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXconf.lo -MD -MP -MF .deps/eXconf.Tpo -c eXconf.c -o eXconf.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXosip.lo -MD -MP -MF .deps/eXosip.Tpo -c eXosip.c -o eXosip.o >/dev/null 2>&1
# mv -f .deps/eXconf.Tpo .deps/eXconf.Plo
# mv -f .deps/eXosip.Tpo .deps/eXosip.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXregister_api.lo -MD -MP -MF .deps/eXregister_api.Tpo -c -o eXregister_api.lo eXregister_api.c
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXcall_api.lo -MD -MP -MF .deps/eXcall_api.Tpo -c -o eXcall_api.lo eXcall_api.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXcall_api.lo -MD -MP -MF .deps/eXcall_api.Tpo -c eXcall_api.c -fPIC -DPIC -o .libs/eXcall_api.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXregister_api.lo -MD -MP -MF .deps/eXregister_api.Tpo -c eXregister_api.c -fPIC -DPIC -o .libs/eXregister_api.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXregister_api.lo -MD -MP -MF .deps/eXregister_api.Tpo -c eXregister_api.c -o eXregister_api.o >/dev/null 2>&1
# mv -f .deps/eXregister_api.Tpo .deps/eXregister_api.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXmessage_api.lo -MD -MP -MF .deps/eXmessage_api.Tpo -c -o eXmessage_api.lo eXmessage_api.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXmessage_api.lo -MD -MP -MF .deps/eXmessage_api.Tpo -c eXmessage_api.c -fPIC -DPIC -o .libs/eXmessage_api.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXcall_api.lo -MD -MP -MF .deps/eXcall_api.Tpo -c eXcall_api.c -o eXcall_api.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXmessage_api.lo -MD -MP -MF .deps/eXmessage_api.Tpo -c eXmessage_api.c -o eXmessage_api.o >/dev/null 2>&1
# mv -f .deps/eXmessage_api.Tpo .deps/eXmessage_api.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtransport.lo -MD -MP -MF .deps/eXtransport.Tpo -c -o eXtransport.lo eXtransport.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtransport.lo -MD -MP -MF .deps/eXtransport.Tpo -c eXtransport.c -fPIC -DPIC -o .libs/eXtransport.o
# mv -f .deps/eXcall_api.Tpo .deps/eXcall_api.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jrequest.lo -MD -MP -MF .deps/jrequest.Tpo -c -o jrequest.lo jrequest.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jrequest.lo -MD -MP -MF .deps/jrequest.Tpo -c jrequest.c -fPIC -DPIC -o .libs/jrequest.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtransport.lo -MD -MP -MF .deps/eXtransport.Tpo -c eXtransport.c -o eXtransport.o >/dev/null 2>&1
# mv -f .deps/eXtransport.Tpo .deps/eXtransport.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jrequest.lo -MD -MP -MF .deps/jrequest.Tpo -c jrequest.c -o jrequest.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jresponse.lo -MD -MP -MF .deps/jresponse.Tpo -c -o jresponse.lo jresponse.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jresponse.lo -MD -MP -MF .deps/jresponse.Tpo -c jresponse.c -fPIC -DPIC -o .libs/jresponse.o
# mv -f .deps/jrequest.Tpo .deps/jrequest.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jcallback.lo -MD -MP -MF .deps/jcallback.Tpo -c -o jcallback.lo jcallback.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jcallback.lo -MD -MP -MF .deps/jcallback.Tpo -c jcallback.c -fPIC -DPIC -o .libs/jcallback.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jresponse.lo -MD -MP -MF .deps/jresponse.Tpo -c jresponse.c -o jresponse.o >/dev/null 2>&1
# mv -f .deps/jresponse.Tpo .deps/jresponse.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jdialog.lo -MD -MP -MF .deps/jdialog.Tpo -c -o jdialog.lo jdialog.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jdialog.lo -MD -MP -MF .deps/jdialog.Tpo -c jdialog.c -fPIC -DPIC -o .libs/jdialog.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jdialog.lo -MD -MP -MF .deps/jdialog.Tpo -c jdialog.c -o jdialog.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jcallback.lo -MD -MP -MF .deps/jcallback.Tpo -c jcallback.c -o jcallback.o >/dev/null 2>&1
# mv -f .deps/jdialog.Tpo .deps/jdialog.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT udp.lo -MD -MP -MF .deps/udp.Tpo -c -o udp.lo udp.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT udp.lo -MD -MP -MF .deps/udp.Tpo -c udp.c -fPIC -DPIC -o .libs/udp.o
# mv -f .deps/jcallback.Tpo .deps/jcallback.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jcall.lo -MD -MP -MF .deps/jcall.Tpo -c -o jcall.lo jcall.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jcall.lo -MD -MP -MF .deps/jcall.Tpo -c jcall.c -fPIC -DPIC -o .libs/jcall.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT udp.lo -MD -MP -MF .deps/udp.Tpo -c udp.c -o udp.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jcall.lo -MD -MP -MF .deps/jcall.Tpo -c jcall.c -o jcall.o >/dev/null 2>&1
# mv -f .deps/jcall.Tpo .deps/jcall.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jreg.lo -MD -MP -MF .deps/jreg.Tpo -c -o jreg.lo jreg.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jreg.lo -MD -MP -MF .deps/jreg.Tpo -c jreg.c -fPIC -DPIC -o .libs/jreg.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jreg.lo -MD -MP -MF .deps/jreg.Tpo -c jreg.c -o jreg.o >/dev/null 2>&1
# mv -f .deps/udp.Tpo .deps/udp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXutils.lo -MD -MP -MF .deps/eXutils.Tpo -c -o eXutils.lo eXutils.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXutils.lo -MD -MP -MF .deps/eXutils.Tpo -c eXutils.c -fPIC -DPIC -o .libs/eXutils.o
# mv -f .deps/jreg.Tpo .deps/jreg.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jevents.lo -MD -MP -MF .deps/jevents.Tpo -c -o jevents.lo jevents.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jevents.lo -MD -MP -MF .deps/jevents.Tpo -c jevents.c -fPIC -DPIC -o .libs/jevents.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXutils.lo -MD -MP -MF .deps/eXutils.Tpo -c eXutils.c -o eXutils.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jevents.lo -MD -MP -MF .deps/jevents.Tpo -c jevents.c -o jevents.o >/dev/null 2>&1
# mv -f .deps/jevents.Tpo .deps/jevents.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c
# mv -f .deps/eXutils.Tpo .deps/eXutils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jauth.lo -MD -MP -MF .deps/jauth.Tpo -c -o jauth.lo jauth.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jauth.lo -MD -MP -MF .deps/jauth.Tpo -c jauth.c -fPIC -DPIC -o .libs/jauth.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jauth.lo -MD -MP -MF .deps/jauth.Tpo -c jauth.c -o jauth.o >/dev/null 2>&1
# mv -f .deps/misc.Tpo .deps/misc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtl_udp.lo -MD -MP -MF .deps/eXtl_udp.Tpo -c -o eXtl_udp.lo eXtl_udp.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtl_udp.lo -MD -MP -MF .deps/eXtl_udp.Tpo -c eXtl_udp.c -fPIC -DPIC -o .libs/eXtl_udp.o
# mv -f .deps/jauth.Tpo .deps/jauth.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtl_tcp.lo -MD -MP -MF .deps/eXtl_tcp.Tpo -c -o eXtl_tcp.lo eXtl_tcp.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtl_tcp.lo -MD -MP -MF .deps/eXtl_tcp.Tpo -c eXtl_tcp.c -fPIC -DPIC -o .libs/eXtl_tcp.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtl_udp.lo -MD -MP -MF .deps/eXtl_udp.Tpo -c eXtl_udp.c -o eXtl_udp.o >/dev/null 2>&1
# mv -f .deps/eXtl_udp.Tpo .deps/eXtl_udp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtl_dtls.lo -MD -MP -MF .deps/eXtl_dtls.Tpo -c -o eXtl_dtls.lo eXtl_dtls.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtl_tcp.lo -MD -MP -MF .deps/eXtl_tcp.Tpo -c eXtl_tcp.c -o eXtl_tcp.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtl_dtls.lo -MD -MP -MF .deps/eXtl_dtls.Tpo -c eXtl_dtls.c -fPIC -DPIC -o .libs/eXtl_dtls.o
# mv -f .deps/eXtl_tcp.Tpo .deps/eXtl_tcp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtl_tls.lo -MD -MP -MF .deps/eXtl_tls.Tpo -c -o eXtl_tls.lo eXtl_tls.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtl_dtls.lo -MD -MP -MF .deps/eXtl_dtls.Tpo -c eXtl_dtls.c -o eXtl_dtls.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtl_tls.lo -MD -MP -MF .deps/eXtl_tls.Tpo -c eXtl_tls.c -fPIC -DPIC -o .libs/eXtl_tls.o
# mv -f .deps/eXtl_dtls.Tpo .deps/eXtl_dtls.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT milenage.lo -MD -MP -MF .deps/milenage.Tpo -c -o milenage.lo milenage.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT milenage.lo -MD -MP -MF .deps/milenage.Tpo -c milenage.c -fPIC -DPIC -o .libs/milenage.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT milenage.lo -MD -MP -MF .deps/milenage.Tpo -c milenage.c -o milenage.o >/dev/null 2>&1
# mv -f .deps/milenage.Tpo .deps/milenage.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT rijndael.lo -MD -MP -MF .deps/rijndael.Tpo -c -o rijndael.lo rijndael.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT rijndael.lo -MD -MP -MF .deps/rijndael.Tpo -c rijndael.c -fPIC -DPIC -o .libs/rijndael.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT rijndael.lo -MD -MP -MF .deps/rijndael.Tpo -c rijndael.c -o rijndael.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXtl_tls.lo -MD -MP -MF .deps/eXtl_tls.Tpo -c eXtl_tls.c -o eXtl_tls.o >/dev/null 2>&1
# mv -f .deps/rijndael.Tpo .deps/rijndael.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXsubscription_api.lo -MD -MP -MF .deps/eXsubscription_api.Tpo -c -o eXsubscription_api.lo eXsubscription_api.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXsubscription_api.lo -MD -MP -MF .deps/eXsubscription_api.Tpo -c eXsubscription_api.c -fPIC -DPIC -o .libs/eXsubscription_api.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXsubscription_api.lo -MD -MP -MF .deps/eXsubscription_api.Tpo -c eXsubscription_api.c -o eXsubscription_api.o >/dev/null 2>&1
# mv -f .deps/eXtl_tls.Tpo .deps/eXtl_tls.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXoptions_api.lo -MD -MP -MF .deps/eXoptions_api.Tpo -c -o eXoptions_api.lo eXoptions_api.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXoptions_api.lo -MD -MP -MF .deps/eXoptions_api.Tpo -c eXoptions_api.c -fPIC -DPIC -o .libs/eXoptions_api.o
# mv -f .deps/eXsubscription_api.Tpo .deps/eXsubscription_api.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXinsubscription_api.lo -MD -MP -MF .deps/eXinsubscription_api.Tpo -c -o eXinsubscription_api.lo eXinsubscription_api.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXinsubscription_api.lo -MD -MP -MF .deps/eXinsubscription_api.Tpo -c eXinsubscription_api.c -fPIC -DPIC -o .libs/eXinsubscription_api.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXoptions_api.lo -MD -MP -MF .deps/eXoptions_api.Tpo -c eXoptions_api.c -o eXoptions_api.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXinsubscription_api.lo -MD -MP -MF .deps/eXinsubscription_api.Tpo -c eXinsubscription_api.c -o eXinsubscription_api.o >/dev/null 2>&1
# mv -f .deps/eXoptions_api.Tpo .deps/eXoptions_api.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXpublish_api.lo -MD -MP -MF .deps/eXpublish_api.Tpo -c -o eXpublish_api.lo eXpublish_api.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXpublish_api.lo -MD -MP -MF .deps/eXpublish_api.Tpo -c eXpublish_api.c -fPIC -DPIC -o .libs/eXpublish_api.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXpublish_api.lo -MD -MP -MF .deps/eXpublish_api.Tpo -c eXpublish_api.c -o eXpublish_api.o >/dev/null 2>&1
# mv -f .deps/eXinsubscription_api.Tpo .deps/eXinsubscription_api.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jnotify.lo -MD -MP -MF .deps/jnotify.Tpo -c -o jnotify.lo jnotify.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jnotify.lo -MD -MP -MF .deps/jnotify.Tpo -c jnotify.c -fPIC -DPIC -o .libs/jnotify.o
# mv -f .deps/eXpublish_api.Tpo .deps/eXpublish_api.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jsubscribe.lo -MD -MP -MF .deps/jsubscribe.Tpo -c -o jsubscribe.lo jsubscribe.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jnotify.lo -MD -MP -MF .deps/jnotify.Tpo -c jnotify.c -o jnotify.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jsubscribe.lo -MD -MP -MF .deps/jsubscribe.Tpo -c jsubscribe.c -fPIC -DPIC -o .libs/jsubscribe.o
# mv -f .deps/jnotify.Tpo .deps/jnotify.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT inet_ntop.lo -MD -MP -MF .deps/inet_ntop.Tpo -c -o inet_ntop.lo inet_ntop.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jsubscribe.lo -MD -MP -MF .deps/jsubscribe.Tpo -c jsubscribe.c -o jsubscribe.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT inet_ntop.lo -MD -MP -MF .deps/inet_ntop.Tpo -c inet_ntop.c -fPIC -DPIC -o .libs/inet_ntop.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT inet_ntop.lo -MD -MP -MF .deps/inet_ntop.Tpo -c inet_ntop.c -o inet_ntop.o >/dev/null 2>&1
# mv -f .deps/jsubscribe.Tpo .deps/jsubscribe.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jpipe.lo -MD -MP -MF .deps/jpipe.Tpo -c -o jpipe.lo jpipe.c
# mv -f .deps/inet_ntop.Tpo .deps/inet_ntop.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXrefer_api.lo -MD -MP -MF .deps/eXrefer_api.Tpo -c -o eXrefer_api.lo eXrefer_api.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jpipe.lo -MD -MP -MF .deps/jpipe.Tpo -c jpipe.c -fPIC -DPIC -o .libs/jpipe.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXrefer_api.lo -MD -MP -MF .deps/eXrefer_api.Tpo -c eXrefer_api.c -fPIC -DPIC -o .libs/eXrefer_api.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jpipe.lo -MD -MP -MF .deps/jpipe.Tpo -c jpipe.c -o jpipe.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT eXrefer_api.lo -MD -MP -MF .deps/eXrefer_api.Tpo -c eXrefer_api.c -o eXrefer_api.o >/dev/null 2>&1
# mv -f .deps/jpipe.Tpo .deps/jpipe.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jpublish.lo -MD -MP -MF .deps/jpublish.Tpo -c -o jpublish.lo jpublish.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jpublish.lo -MD -MP -MF .deps/jpublish.Tpo -c jpublish.c -fPIC -DPIC -o .libs/jpublish.o
# mv -f .deps/eXrefer_api.Tpo .deps/eXrefer_api.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT sdp_offans.lo -MD -MP -MF .deps/sdp_offans.Tpo -c -o sdp_offans.lo sdp_offans.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT sdp_offans.lo -MD -MP -MF .deps/sdp_offans.Tpo -c sdp_offans.c -fPIC -DPIC -o .libs/sdp_offans.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT jpublish.lo -MD -MP -MF .deps/jpublish.Tpo -c jpublish.c -o jpublish.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -MT sdp_offans.lo -MD -MP -MF .deps/sdp_offans.Tpo -c sdp_offans.c -o sdp_offans.o >/dev/null 2>&1
# mv -f .deps/jpublish.Tpo .deps/jpublish.Plo
# mv -f .deps/sdp_offans.Tpo .deps/sdp_offans.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -pthread -version-info 11:0:0 -no-undefined -o libeXosip2.la -rpath /usr/lib eXosip.lo eXconf.lo eXregister_api.lo eXcall_api.lo eXmessage_api.lo eXtransport.lo jrequest.lo jresponse.lo jcallback.lo jdialog.lo udp.lo jcall.lo jreg.lo eXutils.lo jevents.lo misc.lo jauth.lo eXtl_udp.lo eXtl_tcp.lo eXtl_dtls.lo eXtl_tls.lo milenage.lo rijndael.lo eXsubscription_api.lo eXoptions_api.lo eXinsubscription_api.lo eXpublish_api.lo jnotify.lo jsubscribe.lo inet_ntop.lo jpipe.lo eXrefer_api.lo jpublish.lo sdp_offans.lo -lnsl -lrt -lresolv -lssl -lcrypto -losipparser2 -losip2
# libtool: link: gcc -shared -fPIC -DPIC .libs/eXosip.o .libs/eXconf.o .libs/eXregister_api.o .libs/eXcall_api.o .libs/eXmessage_api.o .libs/eXtransport.o .libs/jrequest.o .libs/jresponse.o .libs/jcallback.o .libs/jdialog.o .libs/udp.o .libs/jcall.o .libs/jreg.o .libs/eXutils.o .libs/jevents.o .libs/misc.o .libs/jauth.o .libs/eXtl_udp.o .libs/eXtl_tcp.o .libs/eXtl_dtls.o .libs/eXtl_tls.o .libs/milenage.o .libs/rijndael.o .libs/eXsubscription_api.o .libs/eXoptions_api.o .libs/eXinsubscription_api.o .libs/eXpublish_api.o .libs/jnotify.o .libs/jsubscribe.o .libs/inet_ntop.o .libs/jpipe.o .libs/eXrefer_api.o .libs/jpublish.o .libs/sdp_offans.o -lnsl -lrt -lresolv -lssl -lcrypto -losipparser2 -losip2 -pthread -pthread -Wl,-soname -Wl,libeXosip2.so.11 -o .libs/libeXosip2.so.11.0.0
# libtool: link: (cd ".libs" && rm -f "libeXosip2.so.11" && ln -s "libeXosip2.so.11.0.0" "libeXosip2.so.11")
# libtool: link: (cd ".libs" && rm -f "libeXosip2.so" && ln -s "libeXosip2.so.11.0.0" "libeXosip2.so")
# libtool: link: ar cru .libs/libeXosip2.a eXosip.o eXconf.o eXregister_api.o eXcall_api.o eXmessage_api.o eXtransport.o jrequest.o jresponse.o jcallback.o jdialog.o udp.o jcall.o jreg.o eXutils.o jevents.o misc.o jauth.o eXtl_udp.o eXtl_tcp.o eXtl_dtls.o eXtl_tls.o milenage.o rijndael.o eXsubscription_api.o eXoptions_api.o eXinsubscription_api.o eXpublish_api.o jnotify.o jsubscribe.o inet_ntop.o jpipe.o eXrefer_api.o jpublish.o sdp_offans.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libeXosip2.a
# libtool: link: ( cd ".libs" && rm -f "libeXosip2.la" && ln -s "../libeXosip2.la" "libeXosip2.la" )
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/src'
# Making all in include
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include'
# Making all in eXosip2
# make[3]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include/eXosip2'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include/eXosip2'
# make[3]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include'
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include'
# Making all in tools
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/tools'
# gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DHAVE_SYS_SEM_H -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pthread -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -MT sip_reg.o -MD -MP -MF .deps/sip_reg.Tpo -c -o sip_reg.o sip_reg.c
# mv -f .deps/sip_reg.Tpo .deps/sip_reg.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -pthread -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -o sip_reg sip_reg.o ../src/libeXosip2.la -losipparser2 -losip2 -lnsl -lrt -lresolv -lssl -lcrypto
# libtool: link: gcc -pthread -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -o .libs/sip_reg sip_reg.o ../src/.libs/libeXosip2.so -losipparser2 -losip2 -lnsl -lrt -lresolv -lssl -lcrypto -pthread
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/tools'
# Making all in help
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help'
# Making all in doxygen
# make[3]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help/doxygen'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help/doxygen'
# make[3]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help'
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help'
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0'
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0'
# make[1]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in scripts
# make[1]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/scripts'
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/scripts'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/scripts'
# make[1]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/scripts'
# Making install in platform
# make[1]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform'
# Making install in vsnet
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform/vsnet'
# make[3]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform/vsnet'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform/vsnet'
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform/vsnet'
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform'
# make[3]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform'
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform'
# make[1]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/platform'
# Making install in src
# make[1]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/src'
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/src'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/bin/mkdir -p '/tmp/libexosip2/pkg/libexosip2/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libeXosip2.la '/tmp/libexosip2/pkg/libexosip2/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libeXosip2.so.11.0.0 /tmp/libexosip2/pkg/libexosip2/usr/lib/libeXosip2.so.11.0.0
# libtool: install: (cd /tmp/libexosip2/pkg/libexosip2/usr/lib && { ln -s -f libeXosip2.so.11.0.0 libeXosip2.so.11 || { rm -f libeXosip2.so.11 && ln -s libeXosip2.so.11.0.0 libeXosip2.so.11; }; })
# libtool: install: (cd /tmp/libexosip2/pkg/libexosip2/usr/lib && { ln -s -f libeXosip2.so.11.0.0 libeXosip2.so || { rm -f libeXosip2.so && ln -s libeXosip2.so.11.0.0 libeXosip2.so; }; })
# libtool: install: /usr/bin/install -c .libs/libeXosip2.lai /tmp/libexosip2/pkg/libexosip2/usr/lib/libeXosip2.la
# libtool: install: /usr/bin/install -c .libs/libeXosip2.a /tmp/libexosip2/pkg/libexosip2/usr/lib/libeXosip2.a
# libtool: install: chmod 644 /tmp/libexosip2/pkg/libexosip2/usr/lib/libeXosip2.a
# libtool: install: ranlib /tmp/libexosip2/pkg/libexosip2/usr/lib/libeXosip2.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/src'
# make[1]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/src'
# Making install in include
# make[1]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include'
# Making install in eXosip2
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include/eXosip2'
# make[3]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include/eXosip2'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libexosip2/pkg/libexosip2/usr/include/eXosip2'
# /usr/bin/install -c -m 644 eXosip.h eX_setup.h eX_register.h eX_call.h eX_options.h eX_refer.h eX_subscribe.h eX_publish.h eX_message.h '/tmp/libexosip2/pkg/libexosip2/usr/include/eXosip2'
# make[3]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include/eXosip2'
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include/eXosip2'
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include'
# make[3]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include'
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include'
# make[1]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/include'
# Making install in tools
# make[1]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/tools'
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/tools'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/bin/mkdir -p '/tmp/libexosip2/pkg/libexosip2/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c sip_reg '/tmp/libexosip2/pkg/libexosip2/usr/bin'
# libtool: install: warning: `../src/libeXosip2.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sip_reg /tmp/libexosip2/pkg/libexosip2/usr/bin/sip_reg
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/tools'
# make[1]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/tools'
# Making install in help
# make[1]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help'
# Making install in doxygen
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help/doxygen'
# make[3]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help/doxygen'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help/doxygen'
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help/doxygen'
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help'
# make[3]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help'
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help'
# make[1]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0/help'
# make[1]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0'
# make[2]: Entering directory '/tmp/libexosip2/src/libeXosip2-4.1.0'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0'
# make[1]: Leaving directory '/tmp/libexosip2/src/libeXosip2-4.1.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libexosip2"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libexosip2 1:4.1.0-2 (Wed Aug 24 13:18:20 UTC 2016)

CMD: pacman --query --file libexosip2-1:4.1.0-2-x86_64.pkg.tar.xz
# libexosip2 1:4.1.0-2

Creating hybrid package for 'libexosip2'

Trying to find vanilla package 'libexosip2'...

CMD: pacman --query --file /mirror/libexosip2-1:4.1.0-2.pkg.tar.xz
# libexosip2 1:4.1.0-2

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libeXosip2.so.11
# /usr/lib/libeXosip2.so
# /usr/lib/libeXosip2.so.11.0.0
# /usr/include/eXosip2/eXosip.h
# /usr/include/eXosip2/eX_setup.h
# /usr/include/eXosip2/eX_register.h
# /usr/include/eXosip2/eX_call.h
# /usr/include/eXosip2/eX_options.h
# /usr/include/eXosip2/eX_refer.h
# /usr/include/eXosip2/eX_subscribe.h
# /usr/include/eXosip2/eX_publish.h
# /usr/include/eXosip2/eX_message.h
# /usr/bin/sip_reg
# /sysroot/usr/lib/libeXosip2.so.11.0.0
# /sysroot/usr/lib/libeXosip2.so.11
# /sysroot/usr/lib/libeXosip2.so
# /sysroot/usr/lib/libeXosip2.la
# /sysroot/usr/lib/libeXosip2.a
# /sysroot/usr/include/eXosip2/eXosip.h
# /sysroot/usr/include/eXosip2/eX_setup.h
# /sysroot/usr/include/eXosip2/eX_register.h
# /sysroot/usr/include/eXosip2/eX_call.h
# /sysroot/usr/include/eXosip2/eX_options.h
# /sysroot/usr/include/eXosip2/eX_refer.h
# /sysroot/usr/include/eXosip2/eX_subscribe.h
# /sysroot/usr/include/eXosip2/eX_publish.h
# /sysroot/usr/include/eXosip2/eX_message.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libexosip2.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libexosip2.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libexosip2.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libexosip2.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libexosip2/src/libeXosip2-4.1.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 43860cccacc6
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2246: eXosip2 The Extended Open SIP library.
# configure:2248: Copyright (C) 2002-2012 Aymeric MOIZARD -
# configure:2275: result: Configuring libeXosip2 4.1.0
# configure:2278: result: Building Package on linux
# configure:2328: checking for a BSD-compatible install
# configure:2396: result: /usr/bin/install -c
# configure:2407: checking whether build environment is sane
# configure:2457: result: yes
# configure:2506: checking for x86_64-unknown-linux-strip
# configure:2536: result: no
# configure:2546: checking for strip
# configure:2562: found /usr/bin/strip
# configure:2573: result: strip
# configure:2598: checking for a thread-safe mkdir -p
# configure:2637: result: /usr/bin/mkdir -p
# configure:2650: checking for gawk
# configure:2666: found /usr/bin/gawk
# configure:2677: result: gawk
# configure:2688: checking whether make sets $(MAKE)
# configure:2710: result: yes
# configure:2809: checking build system type
# configure:2823: result: x86_64-unknown-linux-gnu
# configure:2843: checking host system type
# configure:2856: result: x86_64-unknown-linux-gnu
# configure:2888: checking for x86_64-unknown-linux-gcc
# configure:2918: result: no
# configure:2928: checking for gcc
# configure:2944: found /usr/bin/gcc
# configure:2955: result: gcc
# configure:3184: checking for C compiler version
# configure:3193: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3204: $? = 0
# configure:3193: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3204: $? = 0
# configure:3193: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3204: $? = 1
# configure:3193: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3204: $? = 1
# configure:3224: checking whether the C compiler works
# configure:3246: gcc conftest.c >&5
# configure:3250: $? = 0
# configure:3298: result: yes
# configure:3301: checking for C compiler default output file name
# configure:3303: result: a.out
# configure:3309: checking for suffix of executables
# configure:3316: gcc -o conftest conftest.c >&5
# configure:3320: $? = 0
# configure:3342: result:
# configure:3364: checking whether we are cross compiling
# configure:3372: gcc -o conftest conftest.c >&5
# configure:3376: $? = 0
# configure:3383: ./conftest
# configure:3387: $? = 0
# configure:3402: result: no
# configure:3407: checking for suffix of object files
# configure:3429: gcc -c conftest.c >&5
# configure:3433: $? = 0
# configure:3454: result: o
# configure:3458: checking whether we are using the GNU C compiler
# configure:3477: gcc -c conftest.c >&5
# configure:3477: $? = 0
# configure:3486: result: yes
# configure:3495: checking whether gcc accepts -g
# configure:3515: gcc -c -g conftest.c >&5
# configure:3515: $? = 0
# configure:3556: result: yes
# configure:3573: checking for gcc option to accept ISO C89
# configure:3636: gcc -c conftest.c >&5
# configure:3636: $? = 0
# configure:3649: result: none needed
# configure:3680: checking for style of include used by make
# configure:3708: result: GNU
# configure:3734: checking dependency style of gcc
# configure:3845: result: gcc3
# configure:3865: checking how to run the C preprocessor
# configure:3896: gcc -E conftest.c
# configure:3896: $? = 0
# configure:3910: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3910: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | /* end confdefs.h. */
# | #include
# configure:3935: result: gcc -E
# configure:3955: gcc -E conftest.c
# configure:3955: $? = 0
# configure:3969: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3969: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | /* end confdefs.h. */
# | #include
# configure:3999: checking for a sed that does not truncate output
# configure:4063: result: /usr/bin/sed
# configure:4114: checking how to print strings
# configure:4141: result: printf
# configure:4162: checking for a sed that does not truncate output
# configure:4226: result: /usr/bin/sed
# configure:4244: checking for grep that handles long lines and -e
# configure:4302: result: /usr/bin/grep
# configure:4307: checking for egrep
# configure:4369: result: /usr/bin/grep -E
# configure:4374: checking for fgrep
# configure:4436: result: /usr/bin/grep -F
# configure:4471: checking for ld used by gcc
# configure:4538: result: /usr/bin/ld
# configure:4545: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4560: result: yes
# configure:4572: checking for BSD- or MS-compatible name lister (nm)
# configure:4621: result: /usr/bin/nm -B
# configure:4751: checking the name lister (/usr/bin/nm -B) interface
# configure:4758: gcc -c conftest.c >&5
# configure:4761: /usr/bin/nm -B "conftest.o"
# configure:4764: output
# 0000000000000000 B some_variable
# configure:4771: result: BSD nm
# configure:4774: checking whether ln -s works
# configure:4778: result: yes
# configure:4786: checking the maximum length of command line arguments
# configure:4916: result: 1572864
# configure:4933: checking whether the shell understands some XSI constructs
# configure:4943: result: yes
# configure:4947: checking whether the shell understands "+="
# configure:4953: result: yes
# configure:4988: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5028: result: func_convert_file_noop
# configure:5035: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5055: result: func_convert_file_noop
# configure:5062: checking for /usr/bin/ld option to reload object files
# configure:5069: result: -r
# configure:5103: checking for x86_64-unknown-linux-objdump
# configure:5133: result: no
# configure:5143: checking for objdump
# configure:5159: found /usr/bin/objdump
# configure:5170: result: objdump
# configure:5202: checking how to recognize dependent libraries
# configure:5400: result: pass_all
# configure:5445: checking for x86_64-unknown-linux-dlltool
# configure:5475: result: no
# configure:5485: checking for dlltool
# configure:5515: result: no
# configure:5545: checking how to associate runtime and link libraries
# configure:5572: result: printf %s\n
# configure:5589: checking for x86_64-unknown-linux-ar
# configure:5619: result: no
# configure:5633: checking for ar
# configure:5649: found /usr/bin/ar
# configure:5660: result: ar
# configure:5697: checking for archiver @FILE support
# configure:5714: gcc -c conftest.c >&5
# configure:5714: $? = 0
# configure:5717: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5720: $? = 0
# configure:5725: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5728: $? = 1
# configure:5740: result: @
# configure:5758: checking for x86_64-unknown-linux-strip
# configure:5785: result: strip
# configure:5857: checking for x86_64-unknown-linux-ranlib
# configure:5887: result: no
# configure:5897: checking for ranlib
# configure:5913: found /usr/bin/ranlib
# configure:5924: result: ranlib
# configure:6026: checking command to parse /usr/bin/nm -B output from gcc object
# configure:6146: gcc -c conftest.c >&5
# configure:6149: $? = 0
# configure:6153: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6156: $? = 0
# configure:6222: gcc -o conftest conftest.c conftstm.o >&5
# configure:6225: $? = 0
# configure:6263: result: ok
# configure:6300: checking for sysroot
# configure:6330: result: no
# configure:6407: gcc -c conftest.c >&5
# configure:6410: $? = 0
# configure:6546: checking for x86_64-unknown-linux-mt
# configure:6576: result: no
# configure:6586: checking for mt
# configure:6616: result: no
# configure:6636: checking if : is a manifest tool
# configure:6642: : '-?'
# configure:6650: result: no
# configure:7288: checking for ANSI C header files
# configure:7308: gcc -c conftest.c >&5
# configure:7308: $? = 0
# configure:7381: gcc -o conftest conftest.c >&5
# configure:7381: $? = 0
# configure:7381: ./conftest
# configure:7381: $? = 0
# configure:7392: result: yes
# configure:7405: checking for sys/types.h
# configure:7405: gcc -c conftest.c >&5
# configure:7405: $? = 0
# configure:7405: result: yes
# configure:7405: checking for sys/stat.h
# configure:7405: gcc -c conftest.c >&5
# configure:7405: $? = 0
# configure:7405: result: yes
# configure:7405: checking for stdlib.h
# configure:7405: gcc -c conftest.c >&5
# configure:7405: $? = 0
# configure:7405: result: yes
# configure:7405: checking for string.h
# configure:7405: gcc -c conftest.c >&5
# configure:7405: $? = 0
# configure:7405: result: yes
# configure:7405: checking for memory.h
# configure:7405: gcc -c conftest.c >&5
# configure:7405: $? = 0
# configure:7405: result: yes
# configure:7405: checking for strings.h
# configure:7405: gcc -c conftest.c >&5
# configure:7405: $? = 0
# configure:7405: result: yes
# configure:7405: checking for inttypes.h
# configure:7405: gcc -c conftest.c >&5
# configure:7405: $? = 0
# configure:7405: result: yes
# configure:7405: checking for stdint.h
# configure:7405: gcc -c conftest.c >&5
# configure:7405: $? = 0
# configure:7405: result: yes
# configure:7405: checking for unistd.h
# configure:7405: gcc -c conftest.c >&5
# configure:7405: $? = 0
# configure:7405: result: yes
# configure:7419: checking for dlfcn.h
# configure:7419: gcc -c conftest.c >&5
# configure:7419: $? = 0
# configure:7419: result: yes
# configure:7625: checking for objdir
# configure:7640: result: .libs
# configure:7907: checking if gcc supports -fno-rtti -fno-exceptions
# configure:7925: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:7929: $? = 0
# configure:7942: result: no
# configure:8269: checking for gcc option to produce PIC
# configure:8276: result: -fPIC -DPIC
# configure:8284: checking if gcc PIC flag -fPIC -DPIC works
# configure:8302: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8306: $? = 0
# configure:8319: result: yes
# configure:8348: checking if gcc static flag -static works
# configure:8376: result: yes
# configure:8391: checking if gcc supports -c -o file.o
# configure:8412: gcc -c -o out/conftest2.o conftest.c >&5
# configure:8416: $? = 0
# configure:8438: result: yes
# configure:8446: checking if gcc supports -c -o file.o
# configure:8493: result: yes
# configure:8526: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9683: result: yes
# configure:9720: checking whether -lc should be explicitly linked in
# configure:9728: gcc -c conftest.c >&5
# configure:9731: $? = 0
# configure:9746: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9749: $? = 0
# configure:9763: result: no
# configure:9923: checking dynamic linker characteristics
# configure:10423: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10423: $? = 0
# configure:10657: result: GNU/Linux ld.so
# configure:10764: checking how to hardcode library paths into programs
# configure:10789: result: immediate
# configure:11329: checking whether stripping libraries is possible
# configure:11334: result: yes
# configure:11369: checking if libtool supports shared libraries
# configure:11371: result: yes
# configure:11374: checking whether to build shared libraries
# configure:11395: result: yes
# configure:11398: checking whether to build static libraries
# configure:11402: result: yes
# configure:11639: checking for the pthreads library -lpthreads
# configure:11672: gcc -o conftest conftest.c -lpthreads >&5
# /usr/bin/ld: cannot find -lpthreads
# collect2: error: ld returned 1 exit status
# configure:11672: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:11681: result: no
# configure:11628: checking whether pthreads work without any flags
# configure:11672: gcc -o conftest conftest.c >&5
# /tmp/cczXv3Dt.o: In function `main':
# conftest.c:(.text+0x18): undefined reference to `pthread_join'
# conftest.c:(.text+0x7e): undefined reference to `__pthread_register_cancel'
# conftest.c:(.text+0x97): undefined reference to `pthread_create'
# conftest.c:(.text+0xa6): undefined reference to `__pthread_unregister_cancel'
# collect2: error: ld returned 1 exit status
# configure:11672: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:11681: result: no
# configure:11633: checking whether pthreads work with -Kthread
# configure:11672: gcc -o conftest -Kthread conftest.c >&5
# gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
# configure:11672: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:11681: result: no
# configure:11633: checking whether pthreads work with -kthread
# configure:11672: gcc -o conftest -kthread conftest.c >&5
# gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
# configure:11672: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:11681: result: no
# configure:11639: checking for the pthreads library -llthread
# configure:11672: gcc -o conftest conftest.c -llthread >&5
# /usr/bin/ld: cannot find -llthread
# collect2: error: ld returned 1 exit status
# configure:11672: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:11681: result: no
# configure:11633: checking whether pthreads work with -pthread
# configure:11672: gcc -o conftest -pthread conftest.c >&5
# configure:11672: $? = 0
# configure:11681: result: yes
# configure:11701: checking for joinable pthread attribute
# configure:11714: gcc -o conftest -pthread conftest.c >&5
# configure:11714: $? = 0
# configure:11746: result: PTHREAD_CREATE_JOINABLE
# configure:11753: checking if more special flags are required for pthreads
# configure:11760: result: no
# configure:11772: checking for cc_r
# configure:11800: result: gcc
# configure:11866: checking semaphore.h usability
# configure:11866: gcc -c conftest.c >&5
# configure:11866: $? = 0
# configure:11866: result: yes
# configure:11866: checking semaphore.h presence
# configure:11866: gcc -E conftest.c
# configure:11866: $? = 0
# configure:11866: result: yes
# configure:11866: checking for semaphore.h
# configure:11866: result: yes
# configure:11878: checking sys/sem.h usability
# configure:11878: gcc -c conftest.c >&5
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking sys/sem.h presence
# configure:11878: gcc -E conftest.c
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking for sys/sem.h
# configure:11878: result: yes
# configure:11999: checking for sem_open in -lposix4
# configure:12024: gcc -o conftest conftest.c -lposix4 >&5
# /usr/bin/ld: cannot find -lposix4
# collect2: error: ld returned 1 exit status
# configure:12024: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SYS_SEM_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char sem_open ();
# | int
# | main ()
# | {
# | return sem_open ();
# | ;
# | return 0;
# | }
# configure:12033: result: no
# configure:12039: checking for nis_add in -lnsl
# configure:12064: gcc -o conftest conftest.c -lnsl >&5
# configure:12064: $? = 0
# configure:12073: result: yes
# configure:12079: checking for sendto in -lsocket
# configure:12104: gcc -o conftest conftest.c -lsocket >&5
# /usr/bin/ld: cannot find -lsocket
# collect2: error: ld returned 1 exit status
# configure:12104: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SYS_SEM_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char sendto ();
# | int
# | main ()
# | {
# | return sendto ();
# | ;
# | return 0;
# | }
# configure:12113: result: no
# configure:12119: checking for clock_gettime in -lrt
# configure:12144: gcc -o conftest conftest.c -lrt >&5
# configure:12144: $? = 0
# configure:12153: result: yes
# configure:12164: checking for res_query in -lresolv
# configure:12189: gcc -o conftest conftest.c -lresolv >&5
# /tmp/cch75RCG.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `res_query'
# collect2: error: ld returned 1 exit status
# configure:12189: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SYS_SEM_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char res_query ();
# | int
# | main ()
# | {
# | return res_query ();
# | ;
# | return 0;
# | }
# configure:12198: result: no
# configure:12204: checking for __res_query in -lresolv
# configure:12229: gcc -o conftest conftest.c -lresolv >&5
# configure:12229: $? = 0
# configure:12238: result: yes
# configure:12247: checking for ares_init in -lcares
# configure:12272: gcc -o conftest conftest.c -lcares >&5
# /usr/bin/ld: cannot find -lcares
# collect2: error: ld returned 1 exit status
# configure:12272: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SYS_SEM_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char ares_init ();
# | int
# | main ()
# | {
# | return ares_init ();
# | ;
# | return 0;
# | }
# configure:12281: result: no
# configure:12296: WARNING: c-ares library is not installed
# configure:12313: checking for x86_64-unknown-linux-pkg-config
# configure:12346: result: no
# configure:12356: checking for pkg-config
# configure:12374: found /usr/bin/pkg-config
# configure:12386: result: /usr/bin/pkg-config
# configure:12411: checking pkg-config is at least version 0.9.0
# configure:12414: result: yes
# configure:12424: checking for OSIP
# configure:12431: $PKG_CONFIG --exists --print-errors "libosip2 >= 3.5"
# configure:12434: $? = 0
# configure:12448: $PKG_CONFIG --exists --print-errors "libosip2 >= 3.5"
# configure:12451: $? = 0
# configure:12499: result: yes
# configure:12506: checking whether -Wall works
# configure:12525: gcc -c -Wall conftest.c >&5
# configure:12525: $? = 0
# configure:12534: result: yes
# configure:12541: checking whether -Wcast-align works
# configure:12560: gcc -c -Wcast-align conftest.c >&5
# configure:12560: $? = 0
# configure:12569: result: yes
# configure:12576: checking whether -Wchar-subscripts works
# configure:12595: gcc -c -Wchar-subscripts conftest.c >&5
# configure:12595: $? = 0
# configure:12604: result: yes
# configure:12611: checking whether -Wformat works
# configure:12630: gcc -c -Wformat conftest.c >&5
# configure:12630: $? = 0
# configure:12639: result: yes
# configure:12646: checking whether -Winline works
# configure:12665: gcc -c -Winline conftest.c >&5
# configure:12665: $? = 0
# configure:12674: result: yes
# configure:12681: checking whether -Wmissing-declarations works
# configure:12700: gcc -c -Wmissing-declarations conftest.c >&5
# configure:12700: $? = 0
# configure:12709: result: yes
# configure:12716: checking whether -Wmissing-prototypes works
# configure:12735: gcc -c -Wmissing-prototypes conftest.c >&5
# configure:12735: $? = 0
# configure:12744: result: yes
# configure:12751: checking whether -Wnested-externs works
# configure:12770: gcc -c -Wnested-externs conftest.c >&5
# configure:12770: $? = 0
# configure:12779: result: yes
# configure:12786: checking whether -Wpointer-arith works
# configure:12805: gcc -c -Wpointer-arith conftest.c >&5
# configure:12805: $? = 0
# configure:12814: result: yes
# configure:12829: checking for ANSI C header files
# configure:12933: result: yes
# configure:12943: checking ctype.h usability
# configure:12943: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:12943: $? = 0
# configure:12943: result: yes
# configure:12943: checking ctype.h presence
# configure:12943: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:12943: $? = 0
# configure:12943: result: yes
# configure:12943: checking for ctype.h
# configure:12943: result: yes
# configure:12955: checking for string.h
# configure:12955: result: yes
# configure:12967: checking for strings.h
# configure:12967: result: yes
# configure:12979: checking stdio.h usability
# configure:12979: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:12979: $? = 0
# configure:12979: result: yes
# configure:12979: checking stdio.h presence
# configure:12979: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:12979: $? = 0
# configure:12979: result: yes
# configure:12979: checking for stdio.h
# configure:12979: result: yes
# configure:12991: checking for stdlib.h
# configure:12991: result: yes
# configure:13003: checking for unistd.h
# configure:13003: result: yes
# configure:13015: checking stdarg.h usability
# configure:13015: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13015: $? = 0
# configure:13015: result: yes
# configure:13015: checking stdarg.h presence
# configure:13015: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13015: $? = 0
# configure:13015: result: yes
# configure:13015: checking for stdarg.h
# configure:13015: result: yes
# configure:13027: checking varargs.h usability
# configure:13027: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# In file included from conftest.c:67:0:
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/varargs.h:4:2: error: #error "GCC no longer implements ."
# #error "GCC no longer implements ."
# ^~~~~
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/varargs.h:5:2: error: #error "Revise your code to use ."
# #error "Revise your code to use ."
# ^~~~~
# configure:13027: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13027: result: no
# configure:13027: checking varargs.h presence
# configure:13027: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# In file included from conftest.c:34:0:
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/varargs.h:4:2: error: #error "GCC no longer implements ."
# #error "GCC no longer implements ."
# ^~~~~
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/varargs.h:5:2: error: #error "Revise your code to use ."
# #error "Revise your code to use ."
# ^~~~~
# configure:13027: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | /* end confdefs.h. */
# | #include
# configure:13027: result: no
# configure:13027: checking for varargs.h
# configure:13027: result: no
# configure:13039: checking sys/time.h usability
# configure:13039: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13039: $? = 0
# configure:13039: result: yes
# configure:13039: checking sys/time.h presence
# configure:13039: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13039: $? = 0
# configure:13039: result: yes
# configure:13039: checking for sys/time.h
# configure:13039: result: yes
# configure:13051: checking assert.h usability
# configure:13051: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13051: $? = 0
# configure:13051: result: yes
# configure:13051: checking assert.h presence
# configure:13051: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13051: $? = 0
# configure:13051: result: yes
# configure:13051: checking for assert.h
# configure:13051: result: yes
# configure:13063: checking signal.h usability
# configure:13063: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13063: $? = 0
# configure:13063: result: yes
# configure:13063: checking signal.h presence
# configure:13063: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13063: $? = 0
# configure:13063: result: yes
# configure:13063: checking for signal.h
# configure:13063: result: yes
# configure:13075: checking sys/signal.h usability
# configure:13075: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13075: $? = 0
# configure:13075: result: yes
# configure:13075: checking sys/signal.h presence
# configure:13075: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13075: $? = 0
# configure:13075: result: yes
# configure:13075: checking for sys/signal.h
# configure:13075: result: yes
# configure:13087: checking malloc.h usability
# configure:13087: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13087: $? = 0
# configure:13087: result: yes
# configure:13087: checking malloc.h presence
# configure:13087: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13087: $? = 0
# configure:13087: result: yes
# configure:13087: checking for malloc.h
# configure:13087: result: yes
# configure:13099: checking sys/select.h usability
# configure:13099: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13099: $? = 0
# configure:13099: result: yes
# configure:13099: checking sys/select.h presence
# configure:13099: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13099: $? = 0
# configure:13099: result: yes
# configure:13099: checking for sys/select.h
# configure:13099: result: yes
# configure:13111: checking for sys/types.h
# configure:13111: result: yes
# configure:13123: checking fcntl.h usability
# configure:13123: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13123: $? = 0
# configure:13123: result: yes
# configure:13123: checking fcntl.h presence
# configure:13123: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13123: $? = 0
# configure:13123: result: yes
# configure:13123: checking for fcntl.h
# configure:13123: result: yes
# configure:13135: checking sys/soundcard.h usability
# configure:13135: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13135: $? = 0
# configure:13135: result: yes
# configure:13135: checking sys/soundcard.h presence
# configure:13135: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13135: $? = 0
# configure:13135: result: yes
# configure:13135: checking for sys/soundcard.h
# configure:13135: result: yes
# configure:13147: checking arpa/inet.h usability
# configure:13147: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13147: $? = 0
# configure:13147: result: yes
# configure:13147: checking arpa/inet.h presence
# configure:13147: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13147: $? = 0
# configure:13147: result: yes
# configure:13147: checking for arpa/inet.h
# configure:13147: result: yes
# configure:13159: checking arpa/nameser.h usability
# configure:13159: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13159: $? = 0
# configure:13159: result: yes
# configure:13159: checking arpa/nameser.h presence
# configure:13159: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13159: $? = 0
# configure:13159: result: yes
# configure:13159: checking for arpa/nameser.h
# configure:13159: result: yes
# configure:13171: checking netdb.h usability
# configure:13171: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13171: $? = 0
# configure:13171: result: yes
# configure:13171: checking netdb.h presence
# configure:13171: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13171: $? = 0
# configure:13171: result: yes
# configure:13171: checking for netdb.h
# configure:13171: result: yes
# configure:13183: checking nameser8_compat.h usability
# configure:13183: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# conftest.c:79:29: fatal error: nameser8_compat.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13183: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13183: result: no
# configure:13183: checking nameser8_compat.h presence
# configure:13183: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# conftest.c:46:29: fatal error: nameser8_compat.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13183: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libeXosip2"
# | #define VERSION "4.1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# | #include
# configure:13183: result: no
# configure:13183: checking for nameser8_compat.h
# configure:13183: result: no
# configure:13195: checking arpa/nameser_compat.h usability
# configure:13195: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13195: $? = 0
# configure:13195: result: yes
# configure:13195: checking arpa/nameser_compat.h presence
# configure:13195: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13195: $? = 0
# configure:13195: result: yes
# configure:13195: checking for arpa/nameser_compat.h
# configure:13195: result: yes
# configure:13207: checking netinet/tcp.h usability
# configure:13207: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13207: $? = 0
# configure:13207: result: yes
# configure:13207: checking netinet/tcp.h presence
# configure:13207: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13207: $? = 0
# configure:13207: result: yes
# configure:13207: checking for netinet/tcp.h
# configure:13207: result: yes
# configure:13220: checking for resolv.h
# configure:13220: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13220: $? = 0
# configure:13220: result: yes
# configure:13243: checking for getifaddrs
# configure:13243: gcc -o conftest -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13243: $? = 0
# configure:13243: result: yes
# configure:13264: checking openssl/ssl.h usability
# configure:13264: gcc -c -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
# configure:13264: $? = 0
# configure:13264: result: yes
# configure:13264: checking openssl/ssl.h presence
# configure:13264: gcc -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
# configure:13264: $? = 0
# configure:13264: result: yes
# configure:13264: checking for openssl/ssl.h
# configure:13264: result: yes
# configure:13274: checking for SSL_CTX_new in -lssl
# configure:13299: gcc -o conftest -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -lssl >&5
# configure:13299: $? = 0
# configure:13308: result: yes
# configure:13314: checking for X509_get_issuer_name in -lcrypto
# configure:13339: gcc -o conftest -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -lcrypto >&5
# configure:13339: $? = 0
# configure:13348: result: yes
# configure:13512: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 43860cccacc6
#
# config.status:1134: creating Makefile
# config.status:1134: creating scripts/Makefile
# config.status:1134: creating platform/Makefile
# config.status:1134: creating platform/vsnet/Makefile
# config.status:1134: creating include/Makefile
# config.status:1134: creating include/eXosip2/Makefile
# config.status:1134: creating src/Makefile
# config.status:1134: creating tools/Makefile
# config.status:1134: creating help/Makefile
# config.status:1134: creating help/doxygen/Makefile
# config.status:1134: creating help/doxygen/doxygen.dox
# config.status:1134: creating exosip-config.h
# config.status:1363: executing depfiles commands
# config.status:1363: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# Wall_cv_flag=yes
# Wcast_align_cv_flag=yes
# Wchar_subscripts_cv_flag=yes
# Wformat_cv_flag=yes
# Winline_cv_flag=yes
# Wmissing_declarations_cv_flag=yes
# Wmissing_prototypes_cv_flag=yes
# Wnested_externs_cv_flag=yes
# Wpointer_arith_cv_flag=yes
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_OSIP_CFLAGS_set=
# ac_cv_env_OSIP_CFLAGS_value=
# ac_cv_env_OSIP_LIBS_set=
# ac_cv_env_OSIP_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_getifaddrs=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_arpa_nameser_compat_h=yes
# ac_cv_header_arpa_nameser_h=yes
# ac_cv_header_assert_h=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_nameser8_compat_h=no
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_tcp_h=yes
# ac_cv_header_openssl_ssl_h=yes
# ac_cv_header_resolv_h=yes
# ac_cv_header_semaphore_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_sem_h=yes
# ac_cv_header_sys_signal_h=yes
# ac_cv_header_sys_soundcard_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_varargs_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_cares_ares_init=no
# ac_cv_lib_crypto_X509_get_issuer_name=yes
# ac_cv_lib_nsl_nis_add=yes
# ac_cv_lib_posix4_sem_open=no
# ac_cv_lib_resolv___res_query=yes
# ac_cv_lib_resolv_res_query=no
# ac_cv_lib_rt_clock_gettime=yes
# ac_cv_lib_socket_sendto=no
# ac_cv_lib_ssl_SSL_CTX_new=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_PTHREAD_CC=gcc
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_OSIP_CFLAGS=-DHAVE_SYS_SEM_H
# pkg_cv_OSIP_LIBS='-losipparser2 -losip2'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libexosip2/src/libeXosip2-4.1.0/scripts/missing --run aclocal-1.11 -I scripts'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libexosip2/src/libeXosip2-4.1.0/scripts/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libexosip2/src/libeXosip2-4.1.0/scripts/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libexosip2/src/libeXosip2-4.1.0/scripts/missing --run automake-1.11'
# AWK='gawk'
# BUILD_MAXSIZE_FALSE='#'
# BUILD_MAXSIZE_TRUE=''
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# COMPILE_TOOLS_FALSE='#'
# COMPILE_TOOLS_TRUE=''
# CPP='gcc -E'
# CPPFLAGS=' -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# EXOSIP_FLAGS=' -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE'
# EXOSIP_LIB=' -lnsl -lrt -lresolv -lssl -lcrypto'
# EXOSIP_VERSION='4.1.0'
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# INSIDE_GNOME_COMMON_FALSE=''
# INSIDE_GNOME_COMMON_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBEXOSIP_SO_VERSION='11:0:0'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libexosip2/src/libeXosip2-4.1.0/scripts/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OSIP_CFLAGS='-DHAVE_SYS_SEM_H'
# OSIP_LIBS='-losipparser2 -losip2'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libeXosip2'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# PTHREAD_CC='gcc'
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_LIBS=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TOOLS_LIBS=''
# VERSION='4.1.0'
# ac_aux_dir='scripts'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libexosip2/src/libeXosip2-4.1.0/scripts/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "libeXosip2"
# #define VERSION "4.1.0"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_PTHREAD 1
# #define HAVE_SEMAPHORE_H 1
# #define HAVE_SYS_SEM_H 1
# #define STDC_HEADERS 1
# #define HAVE_CTYPE_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_ASSERT_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_SYS_SIGNAL_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_SYS_SOUNDCARD_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_ARPA_NAMESER_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_ARPA_NAMESER_COMPAT_H 1
# #define HAVE_NETINET_TCP_H 1
# #define HAVE_RESOLV_H 1
# #define HAVE_GETIFADDRS 1
# #define HAVE_OPENSSL_SSL_H 1
#
# configure: exit 0