Skip to content

Instantly share code, notes, and snippets.

@electricworry
Created May 22, 2021 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save electricworry/eaefc20908bb2e5ff90768ad227ffa7d to your computer and use it in GitHub Desktop.
Save electricworry/eaefc20908bb2e5ff90768ad227ffa7d to your computer and use it in GitHub Desktop.
asterisk
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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 afl-cc accepts -g... yes
checking for afl-cc option to accept ISO C89... none needed
checking how to run the C preprocessor... afl-cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether char is unsigned... no
checking for uname... /usr/bin/uname
checking whether we are using the GNU C++ compiler... yes
checking whether afl-cc accepts -g... yes
checking how to run the C preprocessor... afl-cc -E
checking how to run the C++ preprocessor... afl-cc -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by afl-cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for gawk... no
checking for mawk... mawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for GNU make... make
checking for egrep... (cached) /usr/bin/grep -E
checking for strip... strip
checking for ar... ar
checking for bison... /usr/bin/bison
checking for cmp... /usr/bin/cmp
checking for cat... /usr/bin/cat
checking for cut... /usr/bin/cut
checking for flex... /usr/bin/flex
checking for grep... (cached) /usr/bin/grep
checking for python2.7... no
checking for python2... no
checking for python... /usr/bin/python
checking for find... /usr/bin/find
checking for basename... /usr/bin/basename
checking for dirname... /usr/bin/dirname
checking for sh... /bin/bash
checking for ln... /usr/bin/ln
checking for doxygen... :
checking for dot... :
checking for wget... /usr/bin/wget
checking for curl... :
checking for xmllint... :
checking for xmlstarlet... no
checking for xml... no
checking for bash... /bin/bash
checking for git... /usr/bin/git
checking for alembic... :
checking for bzip2... /usr/bin/bzip2
checking for tar... /usr/bin/tar
checking for patch... /usr/bin/patch
checking for sed... (cached) /usr/bin/sed
checking for nm... /usr/bin/nm
checking for ldconfig... /usr/sbin/ldconfig
checking for sha1sum... /usr/bin/sha1sum
checking for openssl... /usr/bin/openssl
checking for bison that supports parse-param... /usr/bin/bison
checking for soxmix... no
checking for md5... no
checking for md5sum... md5sum
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking whether afl-cc is Clang... yes
checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for RAII support... checking for clang -fblocks... yes
checking for clang strsep/strcmp optimization... prevent use of __string2_1bptr_p / strsep / strcmp from bits/string2.h
checking for embedded pjproject (may have to download)... configuring
[pjproject] Verifying /tmp/pjproject-2.10.tar.bz2
[pjproject] Verify successful
Applying patch 0000-configure-ssl-library-path.patch
Applying patch 0000-remove-third-party.patch
Applying patch 0000-set_apps_initial_log_level.patch
Applying patch 0000-solaris.patch
Applying patch 0011-sip_inv_patch.patch
Applying patch 0020-pjlib_cancel_timer_0.patch
Applying patch 0050-fix-race-parallel-build.patch
Applying patch 0060-clone-sdp-for-sip-timer-refresh-invite.patch
Applying patch 0070-fix-incorrect-copying-when-creating-cancel.patch
Applying patch 0080-fix-sdp-neg-modify-local-offer.patch
Applying patch 0090-Skip-unsupported-digest-algorithm-2408.patch
Applying patch 0100-fix-double-stun-free.patch
Makefile:2: build/host-.mak: No such file or directory
make[2]: *** No rule to make target 'build/host-.mak'. Stop.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... afl-cc
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 afl-cc accepts -g... yes
checking for afl-cc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether afl-cc accepts -g... yes
checking for ranlib... ranlib
checking for ar... ar
checking for pthread_create in -lpthread... yes
checking for puts in -lwsock32... no
checking for puts in -lws2_32... no
checking for puts in -lole32... no
checking for puts in -lwinmm... no
checking for puts in -lsocket... no
checking for puts in -lrt... yes
checking for sin in -lm... yes
checking for uuid_generate in -luuid... yes
checking for uuid_generate in -luuid... (cached) yes
checking for library containing gethostbyname... none required
Setting PJ_M_NAME to x86_64
checking memory alignment... 8 bytes
checking how to run the C preprocessor... afl-cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
Checking if floating point is disabled... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking linux/socket.h usability... yes
checking linux/socket.h presence... yes
checking for linux/socket.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for netinet/ip.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for getifaddrs... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for sys/types.h... (cached) yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for mswsock.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for net/if.h... yes
checking for localtime_r... yes
Setting PJ_OS_NAME to x86_64-unknown-linux-gnu
Setting PJ_HAS_ERRNO_VAR to 1
Setting PJ_HAS_HIGH_RES_TIMER to 1
Setting PJ_HAS_MALLOC to 1
Setting PJ_NATIVE_STRING_IS_UNICODE to 0
Setting PJ_ATOMIC_VALUE_TYPE to long
checking if inet_aton() is available... yes
checking if inet_pton() is available... yes
checking if inet_ntop() is available... yes
checking if getaddrinfo() is available... yes
checking if sockaddr_in has sin_len member... no
checking if socklen_t is available... yes
checking if IPV6_V6ONLY is available... yes
checking if SO_ERROR is available... yes
checking if pthread_rwlock_t is available... yes
checking if pthread_mutexattr_settype() is available... no
checking if pthread_mutexattr_t has recursive member... no
checking ioqueue backend... /dev/epoll
Building shared libraries... no
Checking if resampling is disabled...yes
Checking if sound is disabled... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
Video is disabled
Checking if small filter is disabled... no
Checking if large filter is disabled... no
Checking if Speex AEC is disabled...yes
Checking if G.711 codec is disabled...yes
Checking if L16 codecs are disabled...yes
Checking if GSM codec is disabled...yes
Checking if G.722 codec is disabled...yes
Checking if G.722.1 codec is disabled...yes
Checking if Speex codec is disabled...yes
Checking if iLBC codec is disabled...yes
Checking if libsamplerate is enabled...no
Building libresample as shared library... no
Checking if SDL is disabled... yes
Checking if ffmpeg is disabled... yes
Checking if V4L2 is disabled... yes
Checking if OpenH264 is disabled... yes
checking VPX usability... no
Skipping Intel IPP settings (not wanted)
checking for OpenSSL installations..
checking openssl/ssl.h usability... no
checking openssl/ssl.h presence... no
checking for openssl/ssl.h... no
checking for ERR_load_BIO_strings in -lcrypto... no
checking for SSL_CTX_new in -lssl... no
** OpenSSL libraries not found **
checking for x86_64-unknown-linux-gnu-pkg-config... no
checking for pkg-config... pkg-config
checking for GnuTLS installations..
checking gnutls/gnutls.h usability... no
checking gnutls/gnutls.h presence... no
checking for gnutls/gnutls.h... no
checking for gnutls_certificate_set_x509_system_trust in -lgnutls... no
** No GnuTLS libraries found, disabling SSL support **
Checking if OpenCORE AMR support is disabled... yes
Checking if SILK support is disabled... yes
Checking if OPUS support is disabled... yes
Checking if bcg729 is disabled... yes
Checking if libyuv is disabled...yes
Checking if libwebrtc is disabled...yes
checking if select() needs correct nfds... no (default)
** Decided that select() doesn't need correct nfds (please check)
checking if pj_thread_create() should enforce stack size... no (default)
checking if pj_thread_create() should allocate stack... no (default)
** Setting non-blocking recv() retval to EAGAIN (please check)
** Setting non-blocking connect() retval to EINPROGRESS (please check)
aconfigure: creating ./config.status
config.status: creating build.mak
config.status: creating build/os-auto.mak
config.status: creating build/cc-auto.mak
config.status: creating pjlib/build/os-auto.mak
config.status: creating pjlib-util/build/os-auto.mak
config.status: creating pjmedia/build/os-auto.mak
config.status: creating pjsip/build/os-auto.mak
config.status: creating third_party/build/os-auto.mak
config.status: creating pjlib/include/pj/compat/os_auto.h
config.status: creating pjlib/include/pj/compat/m_auto.h
config.status: creating pjmedia/include/pjmedia/config_auto.h
config.status: creating pjmedia/include/pjmedia-codec/config_auto.h
config.status: creating pjsip/include/pjsip/sip_autoconf.h
Configurations for current target have been written to 'build.mak', and 'os-auto.mak' in various build directories, and pjlib/include/pj/compat/os_auto.h.
Further customizations can be put in:
- 'user.mak'
- 'pjlib/include/pj/config_site.h'
The next step now is to run 'make dep' and 'make'.
checking for bundled pjproject... yes
checking for gawk... (cached) mawk
checking for curl-config... no
checking whether libcurl is usable... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... (cached) yes
checking for netinet/in.h... yes
checking for arpa/nameser.h... yes
checking for netdb.h... yes
checking for resolv.h... yes
checking for arpa/nameser.h... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for netinet/in.h... (cached) yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdint.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 string.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for netdb.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for strings.h... (cached) yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBEDIT... yes
checking for Testing for libedit unicode support... yes
checking for uuid_generate_random in -luuid... yes
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for JANSSON... yes
checking for clock_gettime in -lrt... yes
checking for xml2-config... /bin/xml2-config
checking for uriParseUriA in -luriparser... no
checking for xsltLoadStylesheetPI in -lxslt... no
checking for xsltCleanupGlobals in -lxslt... no
checking xlocale.h usability... no
checking xlocale.h presence... no
checking for xlocale.h... no
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for long double with more range or precision than double... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... (cached) yes
checking for struct stat.st_blksize... yes
checking for struct ucred.uid... yes
checking for struct ucred.cr_uid... no
checking for struct sockpeercred.uid... no
checking for struct ifreq.ifr_ifru.ifru_hwaddr... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking for ptrdiff_t... yes
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtimespec... no
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether closedir returns void... no
checking for error_at_line... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether afl-cc needs -traditional... no
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for utime.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for working strcoll... yes
checking for strftime... yes
checking for working strnlen... yes
checking for working strtod... yes
checking whether utime accepts a null argument... yes
checking for vprintf... yes
checking for _doprnt... no
checking for asprintf... yes
checking for atexit... yes
checking for closefrom... no
checking for dup2... yes
checking for eaccess... yes
checking for endpwent... yes
checking for euidaccess... yes
checking for ffsll... yes
checking for ftruncate... yes
checking for getcwd... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for getloadavg... yes
checking for gettimeofday... yes
checking for glob... yes
checking for ioperm... yes
checking for inet_ntoa... yes
checking for isascii... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for mkdtemp... yes
checking for munmap... yes
checking for newlocale... yes
checking for pipe2... yes
checking for ppoll... yes
checking for putenv... yes
checking for re_comp... yes
checking for regcomp... yes
checking for select... yes
checking for setenv... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strncasecmp... yes
checking for strndup... yes
checking for strnlen... yes
checking for strrchr... yes
checking for strsep... yes
checking for strspn... yes
checking for strstr... yes
checking for strtod... (cached) yes
checking for strtol... yes
checking for strtold... yes
checking for strtoq... yes
checking for unsetenv... yes
checking for uselocale... yes
checking for utime... yes
checking for vasprintf... yes
checking for getpeereid... no
checking for sysctl... yes
checking for swapctl... no
checking for malloc_trim... yes
checking for htonll... no
checking for ntohll... no
checking for sqrt in -lm... yes
checking for exp2... yes
checking for log2... yes
checking for exp10... yes
checking for log10... yes
checking for sin... yes
checking for cos... yes
checking for tan... yes
checking for asin... yes
checking for acos... yes
checking for atan... yes
checking for atan2... yes
checking for pow... yes
checking for rint... yes
checking for exp... yes
checking for log... yes
checking for remainder... yes
checking for fmod... yes
checking for round... yes
checking for roundf... yes
checking for trunc... yes
checking for floor... yes
checking for ceil... yes
checking for exp2l... yes
checking for log2l... yes
checking for exp10l... yes
checking for log10l... yes
checking for sinl... yes
checking for cosl... yes
checking for tanl... yes
checking for asinl... yes
checking for acosl... yes
checking for atanl... yes
checking for atan2l... yes
checking for powl... yes
checking for sqrtl... yes
checking for rintl... yes
checking for expl... yes
checking for logl... yes
checking for remainderl... yes
checking for fmodl... yes
checking for roundl... yes
checking for truncl... yes
checking for floorl... yes
checking for ceill... yes
checking for LLONG_MAX in limits.h... yes
checking for timersub in time.h... yes
checking for a version of GNU ld that supports the --dynamic-list flag... yes
checking for sys/poll.h... (cached) yes
checking for inet_aton... yes
checking for IP_PKTINFO... yes
checking for library containing gethostbyname_r... none required
checking for gethostbyname_r with 6 arguments... yes
checking for gethostbyname_r with 5 arguments... no
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for __swap16 variant of <sys/endian.h> byteswapping macros... no
checking for bswap16 variant of <sys/endian.h> byteswapping macros... no
checking for locale_t in locale.h... yes
checking for O_EVTONLY in fcntl.h... no
checking for O_SYMLINK in fcntl.h... no
checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... yes
checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... yes
checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... yes
checking for PTHREAD_MUTEX_ADAPTIVE_NP in pthread.h... yes
checking for pthread_spinlock_t in pthread.h... yes
checking for pthread_rwlock_timedwrlock() in pthread.h... yes
checking for working unnamed semaphores... yes
checking if PTHREAD_ONCE_INIT needs braces... no
checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... yes
checking whether we can compare a mutex to its initial value... no
checking sys/thr.h usability... no
checking sys/thr.h presence... no
checking for sys/thr.h... no
checking for compiler sync operations... yes
checking for compiler atomic operations... yes
checking if your system printf is NULL-safe.... (null)yes
checking if socket() accepts SOCK_NONBLOCK... yes
checking if we can increase the maximum select-able file descriptor... no
checking if we have usable eventfd support... yes
checking for compiler 'attribute pure' support... yes
checking for compiler 'attribute malloc' support... yes
checking for compiler 'attribute const' support... yes
checking for compiler 'attribute unused' support... yes
checking for compiler 'attribute always_inline' support... yes
checking for compiler 'attribute deprecated' support... yes
checking for compiler 'attribute sentinel' support... yes
checking for compiler 'attribute warn_unused_result' support... yes
checking for compiler 'attribute may_alias' support... yes
checking for compiler 'attribute constructor' support... yes
checking for compiler 'attribute destructor' support... yes
checking for compiler 'attribute noreturn' support... yes
checking for -fsanitize=address support... yes
checking for -fsanitize=thread support... yes
checking for -fsanitize=leak support... yes
checking for -fsanitize=undefined support... yes
checking for -Wdeclaration-after-statement support... no
checking for -Wtrampolines support... no
checking for _FORTIFY_SOURCE support... no
checking for -fno-strict-overflow... no
checking for -Wno-format-truncation... no
checking for -Wno-stringop-truncation... no
checking for -Wshadow... no
checking for -march=native support... no
checking whether to use rpath... not needed
checking for sysinfo... yes
checking for library containing res_9_ninit... no
checking for res_ninit... yes
checking for library containing res_9_ndestroy... no
checking for res_ndestroy... no
checking for library containing res_9_close... no
checking for res_close... no
checking for BIND_8_COMPAT required... no
checking for GLOB_NOMAGIC in glob.h... yes
checking for GLOB_BRACE in glob.h... yes
checking for RTLD_NOLOAD in dlfcn.h... yes
checking for IP_MTU_DISCOVER in netinet/in.h... yes
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of char *... 8
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking size of fd_set.fds_bits... (cached) 8
checking for dladdr in dlfcn.h... yes
checking for snd_pcm_open in -lasound... no
checking for bfd_openr in -lbfd... no
checking for bfd_openr in -lbfd... (cached) no
checking for bfd_openr in -lbfd... (cached) no
checking for cap_from_text in -lcap... no
checking for DAHDI_RESET_COUNTERS in dahdi/user.h... no
checking for DAHDI_DEFAULT_MTU_MRU in dahdi/user.h... no
checking for DAHDI_CODE in dahdi/user.h... no
checking for DAHDI_POLICY_HALF_FULL in dahdi/user.h... no
checking for enhanced dahdi vmwi support... no
checking if "int foo = DAHDI_ECHOCANCEL_FAX_MODE" compiles using dahdi/user.h... no
checking for getifaddrs() support... yes
checking for timerfd support... yes
checking for gsm_create in -lgsm... no
checking for ILBC... no
checking for iconv_open in -liconv... no
checking for libiconv_open in -liconv... no
checking for iconv_close in -lc... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for icaltimezone_get_utc_timezone in -lical... no
checking for iks_start_sasl in -liksemel... no
checking for UW IMAP Toolkit c-client library... no
checking for system c-client library...... no
checking for SQLConnect in -liodbc... no
checking for inotify_init in -lc... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for jack_activate in -ljack... no
checking for kqueue in -lc... no
checking for kevent64... no
checking for ldap_initialize in -lldap... no
checking for mISDN_open in -lmISDN... no
checking for mysql_config... no
checking for nbs_connect in -lnbs... no
checking for neon-config... no
checking for neon-config... no
checking for net-snmp-config... no
checking for newtBell in -lnewt... no
checking for ub_ctx_delete in -lunbound... no
checking for SQLConnect in -lodbc... no
checking for ogg_stream_init in -logg... no
checking for backtrace in -lexecinfo... no
checking for backtrace in -lc... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for ba2str in -lbluetooth... no
checking for bs_version in -lbeanstalk... no
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking for pg_config... no
checking for poptStrerror in -lpopt... no
checking for PORTAUDIO... no
checking for Pa_GetDeviceCount in -lportaudio... no
checking for pri_connected_line_update in -lpri... no
checking for resample_open in -lresample... no
checking for fftw_malloc in -lfftw3... no
checking for sf_open in -lsndfile... no
checking for minimum version of SpanDSP... no
checking for ss7_set_isup_timer in -lss7... no
checking for openr2_chan_new in -lopenr2... no
checking for opus_encoder_create in -lopus... no
checking for op_open_callbacks in -lopusfile... no
checking for luaL_newstate in -llua5.4... no
checking for luaL_newstate in -llua5.3... no
checking for luaL_newstate in -llua5.2... no
checking for luaL_newstate in -llua5.1... no
checking for luaL_newstate in -llua... no
checking for rc_read_config in -lfreeradius-client... no
checking for rc_read_config in -lradiusclient-ng... no
checking for rc_read_config in -lradcli... no
checking for codec2_create in -lcodec2... no
checking for cpg_join in -lcpg... no
checking for corosync_cfg_state_track in -lcfg... no
checking for speex_encode in -lspeex... no
checking for speex_preprocess_ctl in -lspeex... no
checking for speex_preprocess_ctl in -lspeexdsp... no
checking for sqlite_exec in -lsqlite... no
checking for sqlite3_open in -lsqlite3... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for crypt in -lcrypt... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for crypt... no
checking for crypt_r in -lcrypt... yes
checking for AES_encrypt in -lcrypto... no
checking for srtp_init in -lsrtp2... no
checking for srtp_init in -lsrtp... no
checking for GMIME... no
checking for GMIME... no
checking for GMIME... no
checking for GMIME... no
checking for GMIME... no
checking for malloc in -lhoard... no
checking for dbinit in -lsybdb... no
checking for tone_zone_find_by_num in -ltonezone... no
checking for tone_zone_find in -ltonezone... no
checking for vorbis_info_init in -lvorbis... no
checking for OV_CALLBACKS_NOCLOSE declared in vorbis/vorbisfile.h... no
checking for vpb_open in -lvpb... no
checking for compress in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking for linux/ixjuser.h... no
checking for MSG_NOSIGNAL in sys/socket.h... yes
checking for SO_NOSIGPIPE in sys/socket.h... no
checking for sdl-config... no
checking for IMG_Load in -lSDL_image... no
checking for sws_getContext in -lavcodec... no
checking linux/videodev.h usability... no
checking linux/videodev.h presence... no
checking for linux/videodev.h... no
checking for XOpenDisplay in -lX11... no
checking for XOpenDisplay in -lX11... (cached) no
checking for /sbin/launchd... no
checking for GTK2... no
checking for SYSTEMD... no
checking for LOG_AUTH in syslog.h... yes
checking for LOG_AUTHPRIV in syslog.h... yes
checking for LOG_CRON in syslog.h... yes
checking for LOG_DAEMON in syslog.h... yes
checking for LOG_FTP in syslog.h... yes
checking for LOG_KERN in syslog.h... yes
checking for LOG_LPR in syslog.h... yes
checking for LOG_MAIL in syslog.h... yes
checking for LOG_NEWS in syslog.h... yes
checking for LOG_SYSLOG in syslog.h... yes
checking for LOG_UUCP in syslog.h... yes
checking for bridges/bridge_softmix/include/hrirs.h... yes
checking for mandatory modules: PJPROJECT... ok
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts
config.status: creating include/asterisk/autoconfig.h
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... afl-cc
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 afl-cc accepts -g... yes
checking for afl-cc option to accept ISO C89... none needed
checking for GNU make... make
checking how to run the C preprocessor... afl-cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for asprintf... yes
checking for getloadavg... yes
checking for setenv... yes
checking for strcasestr... yes
checking for strndup... yes
checking for strnlen... yes
checking for strsep... yes
checking for unsetenv... yes
checking for vasprintf... yes
checking for newtBell in -lnewt... no
checking for initscr in -lncurses... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for keypad in -ltinfo... yes
checking for ncurses.h... (cached) yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for xml2-config... /bin/xml2-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK2... no
configure: creating ./config.status
config.status: creating makeopts
config.status: creating autoconfig.h
configure: Menuselect build configuration successfully completed
.$$$$$$$$$$$$$$$=..
.$7$7.. .7$$7:.
.$$:. ,$7.7
.$7. 7$$$$ .$$77
..$$. $$$$$ .$$$7
..7$ .?. $$$$$ .?. 7$$$.
$.$. .$$$7. $$$$7 .7$$$. .$$$.
.777. .$$$$$$77$$$77$$$$$7. $$$,
$$$~ .7$$$$$$$$$$$$$7. .$$$.
.$$7 .7$$$$$$$7: ?$$$.
$$$ ?7$$$$$$$$$$I .$$$7
$$$ .7$$$$$$$$$$$$$$$$ :$$$.
$$$ $$$$$$7$$$$$$$$$$$$ .$$$.
$$$ $$$ 7$$$7 .$$$ .$$$.
$$$$ $$$$7 .$$$.
7$$$7 7$$$$ 7$$$
$$$$$ $$$
$$$$7. $$ (TM)
$$$$$$$. .7$$$$$$ $$
$$$$$$$$$$$$7$$$$$$$$$.$$$$$$
$$$$$$$$$$$$$$$$.
configure: Package configured for:
configure: OS type : linux-gnu
configure: Host CPU : x86_64
configure: build-cpu:vendor:os: x86_64 : pc : linux-gnu :
configure: host-cpu:vendor:os: x86_64 : pc : linux-gnu :
make[1]: Entering directory '/asterisk'
make[2]: Entering directory '/asterisk/utils'
rm -f *.o check_expr
rm -f .*.d
rm -f *.s *.i
rm -f astmm.c md5.c strcompat.c ast_expr2.c ast_expr2.h ast_expr2f.c pbx_ael.c pval.c hashtab.c lock.c
rm -f aelparse.c aelbison.c conf2ael
rm -f threadstorage.c
rm -f utils.c strings.c poll.c version.c sha1.c astobj2.c refcounter
rm -f db1-ast/.*.d
make[3]: Entering directory '/asterisk/utils/db1-ast'
rm -f libdb1.a libdb.so.2 hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o mpool/mpool.o recno/rec_close.o recno/rec_delete.o recno/rec_get.o recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o recno/rec_utils.o hash/hash.os hash/hash_bigkey.os hash/hash_buf.os hash/hash_func.os hash/hash_log2.os hash/hash_page.os hash/ndbm.os btree/bt_close.os btree/bt_conv.os btree/bt_debug.os btree/bt_delete.os btree/bt_get.os btree/bt_open.os btree/bt_overflow.os btree/bt_page.os btree/bt_put.os btree/bt_search.os btree/bt_seq.os btree/bt_split.os btree/bt_utils.os db/db.os mpool/mpool.os recno/rec_close.os recno/rec_delete.os recno/rec_get.os recno/rec_open.os recno/rec_put.os recno/rec_search.os recno/rec_seq.os recno/rec_utils.os */*.s */*.i
make[3]: Leaving directory '/asterisk/utils/db1-ast'
make[2]: Leaving directory '/asterisk/utils'
make[2]: Entering directory '/asterisk/agi'
rm -f *.so *.o look eagi-test eagi-sphinx-test
rm -f .*.d *.s *.i
rm -f strcompat.c
make[2]: Leaving directory '/asterisk/agi'
make[2]: Entering directory '/asterisk/contrib'
make[2]: Nothing to be done for 'clean'.
make[2]: Leaving directory '/asterisk/contrib'
make[2]: Entering directory '/asterisk/third-party'
make[2]: Nothing to be done for 'clean'.
make[2]: Leaving directory '/asterisk/third-party'
make[2]: Entering directory '/asterisk/channels'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
rm -f iax2/netsock.i iax2/parser.i iax2/firmware.i iax2/provision.i iax2/codec_pref.i iax2/format_compatibility.i iax2/netsock.o iax2/parser.o iax2/firmware.o iax2/provision.o iax2/codec_pref.o iax2/format_compatibility.o iax2/netsock.gcda iax2/parser.gcda iax2/firmware.gcda iax2/provision.gcda iax2/codec_pref.gcda iax2/format_compatibility.gcda iax2/netsock.gcno iax2/parser.gcno iax2/firmware.gcno iax2/provision.gcno iax2/codec_pref.gcno iax2/format_compatibility.gcno
rm -f sip/security_events.i sip/dialplan_functions.i sip/reqresp_parser.i sip/utils.i sip/config_parser.i sip/route.i sip/security_events.o sip/dialplan_functions.o sip/reqresp_parser.o sip/utils.o sip/config_parser.o sip/route.o sip/security_events.gcda sip/dialplan_functions.gcda sip/reqresp_parser.gcda sip/utils.gcda sip/config_parser.gcda sip/route.gcda sip/security_events.gcno sip/dialplan_functions.gcno sip/reqresp_parser.gcno sip/utils.gcno sip/config_parser.gcno sip/route.gcno
rm -f pjsip/dialplan_functions.i pjsip/cli_commands.i pjsip/dialplan_functions.o pjsip/cli_commands.o pjsip/dialplan_functions.gcda pjsip/cli_commands.gcda pjsip/dialplan_functions.gcno pjsip/cli_commands.gcno
rm -f dahdi/bridge_native_dahdi.i sig_analog.i sig_pri.i sig_ss7.i dahdi/bridge_native_dahdi.o sig_analog.o sig_pri.o sig_ss7.o dahdi/bridge_native_dahdi.gcda sig_analog.gcda sig_pri.gcda sig_ss7.gcda dahdi/bridge_native_dahdi.gcno sig_analog.gcno sig_pri.gcno sig_ss7.gcno
rm -f misdn_config.i misdn/isdn_lib.i misdn/isdn_msg_parser.i misdn_config.o misdn/isdn_lib.o misdn/isdn_msg_parser.o misdn_config.gcda misdn/isdn_lib.gcda misdn/isdn_msg_parser.gcda misdn_config.gcno misdn/isdn_lib.gcno misdn/isdn_msg_parser.gcno
rm -f console_video.i vgrabbers.i console_board.i console_video.o vgrabbers.o console_board.o console_video.gcda vgrabbers.gcda console_board.gcda console_video.gcno vgrabbers.gcno console_board.gcno
make[2]: Leaving directory '/asterisk/channels'
make[2]: Entering directory '/asterisk/pbx'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
rm -f dundi-parser.i dundi-parser.o dundi-parser.gcda dundi-parser.gcno
make[2]: Leaving directory '/asterisk/pbx'
make[2]: Entering directory '/asterisk/apps'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
rm -f confbridge/conf_state_single_marked.i confbridge/conf_state.i confbridge/conf_state_single.i confbridge/conf_state_multi_marked.i confbridge/conf_chan_record.i confbridge/conf_state_multi.i confbridge/conf_state_empty.i confbridge/conf_config_parser.i confbridge/confbridge_manager.i confbridge/conf_chan_announce.i confbridge/conf_state_inactive.i confbridge/conf_state_single_marked.o confbridge/conf_state.o confbridge/conf_state_single.o confbridge/conf_state_multi_marked.o confbridge/conf_chan_record.o confbridge/conf_state_multi.o confbridge/conf_state_empty.o confbridge/conf_config_parser.o confbridge/confbridge_manager.o confbridge/conf_chan_announce.o confbridge/conf_state_inactive.o confbridge/conf_state_single_marked.gcda confbridge/conf_state.gcda confbridge/conf_state_single.gcda confbridge/conf_state_multi_marked.gcda confbridge/conf_chan_record.gcda confbridge/conf_state_multi.gcda confbridge/conf_state_empty.gcda confbridge/conf_config_parser.gcda confbridge/confbridge_manager.gcda confbridge/conf_chan_announce.gcda confbridge/conf_state_inactive.gcda confbridge/conf_state_single_marked.gcno confbridge/conf_state.gcno confbridge/conf_state_single.gcno confbridge/conf_state_multi_marked.gcno confbridge/conf_chan_record.gcno confbridge/conf_state_multi.gcno confbridge/conf_state_empty.gcno confbridge/conf_config_parser.gcno confbridge/confbridge_manager.gcno confbridge/conf_chan_announce.gcno confbridge/conf_state_inactive.gcno
make[2]: Leaving directory '/asterisk/apps'
make[2]: Entering directory '/asterisk/codecs'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
for dir in gsm ilbc lpc10 ; do \
make -C $dir clean; \
done
make[3]: Entering directory '/asterisk/codecs/gsm'
rm -f */*.o \
./tst/lin2cod ./tst/lin2txt \
./tst/cod2lin ./tst/cod2txt \
./tst/gsm2cod \
./tst/*.*.*
/usr/bin/find . \( -name core -o -name foo \) \
-print | xargs rm -f
rm -f ./lib/libgsm.a ./add-test/add \
./bin/toast ./bin/tcat ./bin/untoast \
./gsm-1.0.tar.Z
rm -rf lib
rm -f .*.d *.i */*.i
make[3]: Leaving directory '/asterisk/codecs/gsm'
make[3]: Entering directory '/asterisk/codecs/ilbc'
rm -f libilbc.a *.o .*.d
rm -f *.s *.i
make[3]: Leaving directory '/asterisk/codecs/ilbc'
make[3]: Entering directory '/asterisk/codecs/lpc10'
rm -f *.o ./liblpc10.a .*.d
rm -f *.s *.i
make[3]: Leaving directory '/asterisk/codecs/lpc10'
rm -f g722/g722_encode.i g722/g722_decode.i g722/g722_encode.o g722/g722_decode.o g722/g722_encode.gcda g722/g722_decode.gcda g722/g722_encode.gcno g722/g722_decode.gcno
rm -f speex/resample.i speex/resample.o speex/resample.gcda speex/resample.gcno
make[2]: Leaving directory '/asterisk/codecs'
make[2]: Entering directory '/asterisk/formats'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
make[2]: Leaving directory '/asterisk/formats'
make[2]: Entering directory '/asterisk/cdr'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
make[2]: Leaving directory '/asterisk/cdr'
make[2]: Entering directory '/asterisk/cel'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
make[2]: Leaving directory '/asterisk/cel'
make[2]: Entering directory '/asterisk/bridges'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
rm -f bridge_softmix/bridge_softmix_binaural.i bridge_softmix/bridge_softmix_binaural.o bridge_softmix/bridge_softmix_binaural.gcda bridge_softmix/bridge_softmix_binaural.gcno
make[2]: Leaving directory '/asterisk/bridges'
make[2]: Entering directory '/asterisk/funcs'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
make[2]: Leaving directory '/asterisk/funcs'
make[2]: Entering directory '/asterisk/tests'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
make[2]: Leaving directory '/asterisk/tests'
make[2]: Entering directory '/asterisk/main'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
rm -f asterisk libasteriskssl.o
rm -f libasteriskssl.so libasteriskssl.so.*
rm -f libasteriskpj.o
rm -f libasteriskpj.so* libasteriskpj.dynlib
rm -f .libasteriskpj*
rm -f asterisk.exports libasteriskssl.exports libasteriskpj.exports
make[3]: Entering directory '/asterisk/main/stdtime'
rm -f .depend
rm -f libtime.a *.o test *.i
make[3]: Leaving directory '/asterisk/main/stdtime'
rm -f libresample/src/*.o
rm -f *.tmp
make[2]: Leaving directory '/asterisk/main'
make[2]: Entering directory '/asterisk/res'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
rm -f ael/ael_lex.i ael/ael.tab.i ael/pval.i ael/ael_lex.o ael/ael.tab.o ael/pval.o ael/ael_lex.gcda ael/ael.tab.gcda ael/pval.gcda ael/ael_lex.gcno ael/ael.tab.gcno ael/pval.gcno
rm -f stasis/stasis_bridge.i stasis/app.i stasis/messaging.i stasis/command.i stasis/control.i stasis/stasis_bridge.o stasis/app.o stasis/messaging.o stasis/command.o stasis/control.o stasis/stasis_bridge.gcda stasis/app.gcda stasis/messaging.gcda stasis/command.gcda stasis/control.gcda stasis/stasis_bridge.gcno stasis/app.gcno stasis/messaging.gcno stasis/command.gcno stasis/control.gcno
rm -f snmp/agent.i snmp/agent.o snmp/agent.gcda snmp/agent.gcno
rm -f parking/parking_controller.i parking/parking_manager.i parking/parking_devicestate.i parking/parking_applications.i parking/parking_bridge_features.i parking/parking_bridge.i parking/parking_tests.i parking/parking_ui.i parking/parking_controller.o parking/parking_manager.o parking/parking_devicestate.o parking/parking_applications.o parking/parking_bridge_features.o parking/parking_bridge.o parking/parking_tests.o parking/parking_ui.o parking/parking_controller.gcda parking/parking_manager.gcda parking/parking_devicestate.gcda parking/parking_applications.gcda parking/parking_bridge_features.gcda parking/parking_bridge.gcda parking/parking_tests.gcda parking/parking_ui.gcda parking/parking_controller.gcno parking/parking_manager.gcno parking/parking_devicestate.gcno parking/parking_applications.gcno parking/parking_bridge_features.gcno parking/parking_bridge.gcno parking/parking_tests.gcno parking/parking_ui.gcno
rm -f res_pjsip/security_events.i res_pjsip/pjsip_options.i res_pjsip/config_global.i res_pjsip/pjsip_transport_events.i res_pjsip/pjsip_message_filter.i res_pjsip/pjsip_resolver.i res_pjsip/config_system.i res_pjsip/config_domain_aliases.i res_pjsip/config_transport.i res_pjsip/pjsip_distributor.i res_pjsip/pjsip_configuration.i res_pjsip/presence_xml.i res_pjsip/pjsip_session.i res_pjsip/location.i res_pjsip/pjsip_global_headers.i res_pjsip/pjsip_transport_management.i res_pjsip/pjsip_cli.i res_pjsip/config_auth.i res_pjsip/pjsip_scheduler.i res_pjsip/security_events.o res_pjsip/pjsip_options.o res_pjsip/config_global.o res_pjsip/pjsip_transport_events.o res_pjsip/pjsip_message_filter.o res_pjsip/pjsip_resolver.o res_pjsip/config_system.o res_pjsip/config_domain_aliases.o res_pjsip/config_transport.o res_pjsip/pjsip_distributor.o res_pjsip/pjsip_configuration.o res_pjsip/presence_xml.o res_pjsip/pjsip_session.o res_pjsip/location.o res_pjsip/pjsip_global_headers.o res_pjsip/pjsip_transport_management.o res_pjsip/pjsip_cli.o res_pjsip/config_auth.o res_pjsip/pjsip_scheduler.o res_pjsip/security_events.gcda res_pjsip/pjsip_options.gcda res_pjsip/config_global.gcda res_pjsip/pjsip_transport_events.gcda res_pjsip/pjsip_message_filter.gcda res_pjsip/pjsip_resolver.gcda res_pjsip/config_system.gcda res_pjsip/config_domain_aliases.gcda res_pjsip/config_transport.gcda res_pjsip/pjsip_distributor.gcda res_pjsip/pjsip_configuration.gcda res_pjsip/presence_xml.gcda res_pjsip/pjsip_session.gcda res_pjsip/location.gcda res_pjsip/pjsip_global_headers.gcda res_pjsip/pjsip_transport_management.gcda res_pjsip/pjsip_cli.gcda res_pjsip/config_auth.gcda res_pjsip/pjsip_scheduler.gcda res_pjsip/security_events.gcno res_pjsip/pjsip_options.gcno res_pjsip/config_global.gcno res_pjsip/pjsip_transport_events.gcno res_pjsip/pjsip_message_filter.gcno res_pjsip/pjsip_resolver.gcno res_pjsip/config_system.gcno res_pjsip/config_domain_aliases.gcno res_pjsip/config_transport.gcno res_pjsip/pjsip_distributor.gcno res_pjsip/pjsip_configuration.gcno res_pjsip/presence_xml.gcno res_pjsip/pjsip_session.gcno res_pjsip/location.gcno res_pjsip/pjsip_global_headers.gcno res_pjsip/pjsip_transport_management.gcno res_pjsip/pjsip_cli.gcno res_pjsip/config_auth.gcno res_pjsip/pjsip_scheduler.gcno
rm -f res_pjsip_session/pjsip_session_caps.i res_pjsip_session/pjsip_session_caps.o res_pjsip_session/pjsip_session_caps.gcda res_pjsip_session/pjsip_session_caps.gcno
rm -f prometheus/bridges.i prometheus/cli.i prometheus/channels.i prometheus/pjsip_outbound_registrations.i prometheus/endpoints.i prometheus/bridges.o prometheus/cli.o prometheus/channels.o prometheus/pjsip_outbound_registrations.o prometheus/endpoints.o prometheus/bridges.gcda prometheus/cli.gcda prometheus/channels.gcda prometheus/pjsip_outbound_registrations.gcda prometheus/endpoints.gcda prometheus/bridges.gcno prometheus/cli.gcno prometheus/channels.gcno prometheus/pjsip_outbound_registrations.gcno prometheus/endpoints.gcno
rm -f ari/cli.i ari/config.i ari/ari_websockets.i ari/cli.o ari/config.o ari/ari_websockets.o ari/cli.gcda ari/config.gcda ari/ari_websockets.gcda ari/cli.gcno ari/config.gcno ari/ari_websockets.gcno
rm -f ari/ari_model_validators.i ari/ari_model_validators.o ari/ari_model_validators.gcda ari/ari_model_validators.gcno
rm -f stasis_recording/stored.i stasis_recording/stored.o stasis_recording/stored.gcda stasis_recording/stored.gcno
rm -f res_stir_shaken/store.i res_stir_shaken/general.i res_stir_shaken/stir_shaken.i res_stir_shaken/certificate.i res_stir_shaken/curl.i res_stir_shaken/store.o res_stir_shaken/general.o res_stir_shaken/stir_shaken.o res_stir_shaken/certificate.o res_stir_shaken/curl.o res_stir_shaken/store.gcda res_stir_shaken/general.gcda res_stir_shaken/stir_shaken.gcda res_stir_shaken/certificate.gcda res_stir_shaken/curl.gcda res_stir_shaken/store.gcno res_stir_shaken/general.gcno res_stir_shaken/stir_shaken.gcno res_stir_shaken/certificate.gcno res_stir_shaken/curl.gcno
rm -f ari/resource_asterisk.i ari/resource_asterisk.o ari/resource_asterisk.gcda ari/resource_asterisk.gcno
rm -f ari/resource_endpoints.i ari/resource_endpoints.o ari/resource_endpoints.gcda ari/resource_endpoints.gcno
rm -f ari/resource_channels.i ari/resource_channels.o ari/resource_channels.gcda ari/resource_channels.gcno
rm -f ari/resource_bridges.i ari/resource_bridges.o ari/resource_bridges.gcda ari/resource_bridges.gcno
rm -f ari/resource_recordings.i ari/resource_recordings.o ari/resource_recordings.gcda ari/resource_recordings.gcno
rm -f ari/resource_sounds.i ari/resource_sounds.o ari/resource_sounds.gcda ari/resource_sounds.gcno
rm -f ari/resource_playbacks.i ari/resource_playbacks.o ari/resource_playbacks.gcda ari/resource_playbacks.gcno
rm -f ari/resource_device_states.i ari/resource_device_states.o ari/resource_device_states.gcda ari/resource_device_states.gcno
rm -f ari/resource_mailboxes.i ari/resource_mailboxes.o ari/resource_mailboxes.gcda ari/resource_mailboxes.gcno
rm -f ari/resource_events.i ari/resource_events.o ari/resource_events.gcda ari/resource_events.gcno
rm -f ari/resource_applications.i ari/resource_applications.o ari/resource_applications.gcda ari/resource_applications.gcno
make[2]: Leaving directory '/asterisk/res'
make[2]: Entering directory '/asterisk/addons'
rm -f *.so *.o *.oo *.eo *.i *.ii
rm -f .*.d
rm -f *.s *.i
rm -f *.gcda *.gcno
rm -f modules.link
rm -f ooh323c/src/ooCmdChannel.i ooh323c/src/ooLogChan.i ooh323c/src/ooUtils.i ooh323c/src/ooGkClient.i ooh323c/src/context.i ooh323c/src/ooDateTime.i ooh323c/src/decode.i ooh323c/src/dlist.i ooh323c/src/encode.i ooh323c/src/errmgmt.i ooh323c/src/memheap.i ooh323c/src/ootrace.i ooh323c/src/oochannels.i ooh323c/src/ooh245.i ooh323c/src/ooports.i ooh323c/src/ooq931.i ooh323c/src/ooCapability.i ooh323c/src/ooSocket.i ooh323c/src/perutil.i ooh323c/src/eventHandler.i ooh323c/src/ooCalls.i ooh323c/src/ooStackCmds.i ooh323c/src/ooh323.i ooh323c/src/ooh323ep.i ooh323c/src/printHandler.i ooh323c/src/rtctype.i ooh323c/src/ooTimer.i ooh323c/src/h323/H235-SECURITY-MESSAGESDec.i ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.i ooh323c/src/h323/H323-MESSAGES.i ooh323c/src/h323/H323-MESSAGESDec.i ooh323c/src/h323/H323-MESSAGESEnc.i ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.i ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.i ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.i ooh323cDriver.i ooh323c/src/ooCmdChannel.o ooh323c/src/ooLogChan.o ooh323c/src/ooUtils.o ooh323c/src/ooGkClient.o ooh323c/src/context.o ooh323c/src/ooDateTime.o ooh323c/src/decode.o ooh323c/src/dlist.o ooh323c/src/encode.o ooh323c/src/errmgmt.o ooh323c/src/memheap.o ooh323c/src/ootrace.o ooh323c/src/oochannels.o ooh323c/src/ooh245.o ooh323c/src/ooports.o ooh323c/src/ooq931.o ooh323c/src/ooCapability.o ooh323c/src/ooSocket.o ooh323c/src/perutil.o ooh323c/src/eventHandler.o ooh323c/src/ooCalls.o ooh323c/src/ooStackCmds.o ooh323c/src/ooh323.o ooh323c/src/ooh323ep.o ooh323c/src/printHandler.o ooh323c/src/rtctype.o ooh323c/src/ooTimer.o ooh323c/src/h323/H235-SECURITY-MESSAGESDec.o ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.o ooh323c/src/h323/H323-MESSAGES.o ooh323c/src/h323/H323-MESSAGESDec.o ooh323c/src/h323/H323-MESSAGESEnc.o ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.o ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.o ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.o ooh323cDriver.o ooh323c/src/ooCmdChannel.gcda ooh323c/src/ooLogChan.gcda ooh323c/src/ooUtils.gcda ooh323c/src/ooGkClient.gcda ooh323c/src/context.gcda ooh323c/src/ooDateTime.gcda ooh323c/src/decode.gcda ooh323c/src/dlist.gcda ooh323c/src/encode.gcda ooh323c/src/errmgmt.gcda ooh323c/src/memheap.gcda ooh323c/src/ootrace.gcda ooh323c/src/oochannels.gcda ooh323c/src/ooh245.gcda ooh323c/src/ooports.gcda ooh323c/src/ooq931.gcda ooh323c/src/ooCapability.gcda ooh323c/src/ooSocket.gcda ooh323c/src/perutil.gcda ooh323c/src/eventHandler.gcda ooh323c/src/ooCalls.gcda ooh323c/src/ooStackCmds.gcda ooh323c/src/ooh323.gcda ooh323c/src/ooh323ep.gcda ooh323c/src/printHandler.gcda ooh323c/src/rtctype.gcda ooh323c/src/ooTimer.gcda ooh323c/src/h323/H235-SECURITY-MESSAGESDec.gcda ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.gcda ooh323c/src/h323/H323-MESSAGES.gcda ooh323c/src/h323/H323-MESSAGESDec.gcda ooh323c/src/h323/H323-MESSAGESEnc.gcda ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.gcda ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.gcda ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.gcda ooh323cDriver.gcda ooh323c/src/ooCmdChannel.gcno ooh323c/src/ooLogChan.gcno ooh323c/src/ooUtils.gcno ooh323c/src/ooGkClient.gcno ooh323c/src/context.gcno ooh323c/src/ooDateTime.gcno ooh323c/src/decode.gcno ooh323c/src/dlist.gcno ooh323c/src/encode.gcno ooh323c/src/errmgmt.gcno ooh323c/src/memheap.gcno ooh323c/src/ootrace.gcno ooh323c/src/oochannels.gcno ooh323c/src/ooh245.gcno ooh323c/src/ooports.gcno ooh323c/src/ooq931.gcno ooh323c/src/ooCapability.gcno ooh323c/src/ooSocket.gcno ooh323c/src/perutil.gcno ooh323c/src/eventHandler.gcno ooh323c/src/ooCalls.gcno ooh323c/src/ooStackCmds.gcno ooh323c/src/ooh323.gcno ooh323c/src/ooh323ep.gcno ooh323c/src/printHandler.gcno ooh323c/src/rtctype.gcno ooh323c/src/ooTimer.gcno ooh323c/src/h323/H235-SECURITY-MESSAGESDec.gcno ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.gcno ooh323c/src/h323/H323-MESSAGES.gcno ooh323c/src/h323/H323-MESSAGESDec.gcno ooh323c/src/h323/H323-MESSAGESEnc.gcno ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.gcno ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.gcno ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.gcno ooh323cDriver.gcno
make[2]: Leaving directory '/asterisk/addons'
rm -f defaults.h
rm -f include/asterisk/build.h
rm -f main/version.c
rm -f doc/core-en_US.xml
rm -f doc/full-en_US.xml
rm -f doc/rest-api/*.wiki
rm -f doxygen.log
rm -rf latex
rm -f rest-api-templates/*.pyc
make[2]: Entering directory '/asterisk/menuselect'
rm -f menuselect cmenuselect gmenuselect nmenuselect menuselect.o strcompat.o menuselect_stub.o menuselect_curses.o
make[2]: Leaving directory '/asterisk/menuselect'
cp -f .cleancount .lastclean
make[1]: Leaving directory '/asterisk'
CC="cc" CXX="afl-cc" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory '/asterisk/menuselect'
make[1]: 'makeopts' is up to date.
make[1]: Leaving directory '/asterisk/menuselect'
CC="cc" CXX="afl-cc" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory '/asterisk/menuselect'
afl-cc -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES -I/usr/include/libxml2 -c -o menuselect.o menuselect.c
afl-cc -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES -c -o strcompat.o strcompat.c
afl-cc -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES -c -o menuselect_stub.o menuselect_stub.c
afl-cc -o menuselect menuselect.o strcompat.o menuselect_stub.o -lxml2
make[1]: Leaving directory '/asterisk/menuselect'
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
menuselect/menuselect --check-deps menuselect.makeopts
make[1]: Entering directory '/asterisk/utils'
afl-cc -o astcanary.o -c astcanary.c -MD -MT astcanary.o -MF .astcanary.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -Wno-unused-value -Wno-parentheses-equality
afl-cc -o astcanary -pthread astcanary.o -lc
afl-cc -o astdb2sqlite3.o -c astdb2sqlite3.c -MD -MT astdb2sqlite3.o -MF .astdb2sqlite3.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-unused-value -Wno-parentheses-equality
_ASTCFLAGS="-I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing" ASTCFLAGS="" make -C db1-ast libdb1.a
make[2]: Entering directory '/asterisk/utils/db1-ast'
afl-cc -o hash/hash.o -c hash/hash.c -MD -MT hash/hash.o -MF .hash_hash.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o hash/hash_bigkey.o -c hash/hash_bigkey.c -MD -MT hash/hash_bigkey.o -MF .hash_hash_bigkey.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o hash/hash_buf.o -c hash/hash_buf.c -MD -MT hash/hash_buf.o -MF .hash_hash_buf.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o hash/hash_func.o -c hash/hash_func.c -MD -MT hash/hash_func.o -MF .hash_hash_func.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o hash/hash_log2.o -c hash/hash_log2.c -MD -MT hash/hash_log2.o -MF .hash_hash_log2.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o hash/hash_page.o -c hash/hash_page.c -MD -MT hash/hash_page.o -MF .hash_hash_page.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o hash/ndbm.o -c hash/ndbm.c -MD -MT hash/ndbm.o -MF .hash_ndbm.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_close.o -c btree/bt_close.c -MD -MT btree/bt_close.o -MF .btree_bt_close.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_conv.o -c btree/bt_conv.c -MD -MT btree/bt_conv.o -MF .btree_bt_conv.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_debug.o -c btree/bt_debug.c -MD -MT btree/bt_debug.o -MF .btree_bt_debug.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_delete.o -c btree/bt_delete.c -MD -MT btree/bt_delete.o -MF .btree_bt_delete.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_get.o -c btree/bt_get.c -MD -MT btree/bt_get.o -MF .btree_bt_get.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_open.o -c btree/bt_open.c -MD -MT btree/bt_open.o -MF .btree_bt_open.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_overflow.o -c btree/bt_overflow.c -MD -MT btree/bt_overflow.o -MF .btree_bt_overflow.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_page.o -c btree/bt_page.c -MD -MT btree/bt_page.o -MF .btree_bt_page.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_put.o -c btree/bt_put.c -MD -MT btree/bt_put.o -MF .btree_bt_put.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_search.o -c btree/bt_search.c -MD -MT btree/bt_search.o -MF .btree_bt_search.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_seq.o -c btree/bt_seq.c -MD -MT btree/bt_seq.o -MF .btree_bt_seq.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_split.o -c btree/bt_split.c -MD -MT btree/bt_split.o -MF .btree_bt_split.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o btree/bt_utils.o -c btree/bt_utils.c -MD -MT btree/bt_utils.o -MF .btree_bt_utils.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o db/db.o -c db/db.c -MD -MT db/db.o -MF .db_db.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o mpool/mpool.o -c mpool/mpool.c -MD -MT mpool/mpool.o -MF .mpool_mpool.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o recno/rec_close.o -c recno/rec_close.c -MD -MT recno/rec_close.o -MF .recno_rec_close.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o recno/rec_delete.o -c recno/rec_delete.c -MD -MT recno/rec_delete.o -MF .recno_rec_delete.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o recno/rec_get.o -c recno/rec_get.c -MD -MT recno/rec_get.o -MF .recno_rec_get.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o recno/rec_open.o -c recno/rec_open.c -MD -MT recno/rec_open.o -MF .recno_rec_open.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o recno/rec_put.o -c recno/rec_put.c -MD -MT recno/rec_put.o -MF .recno_rec_put.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o recno/rec_search.o -c recno/rec_search.c -MD -MT recno/rec_search.o -MF .recno_rec_search.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o recno/rec_seq.o -c recno/rec_seq.c -MD -MT recno/rec_seq.o -MF .recno_rec_seq.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o recno/rec_utils.o -c recno/rec_utils.c -MD -MT recno/rec_utils.o -MF .recno_rec_utils.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-strict-aliasing -O3 -Wno-unused-value -Wno-parentheses-equality
ar cr libdb1.a hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o mpool/mpool.o recno/rec_close.o recno/rec_delete.o recno/rec_get.o recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o recno/rec_utils.o
ranlib libdb1.a
make[2]: Leaving directory '/asterisk/utils/db1-ast'
afl-cc -o astdb2sqlite3 -pthread astdb2sqlite3.o db1-ast/libdb1.a -lc -lsqlite3
afl-cc -o astdb2bdb.o -c astdb2bdb.c -MD -MT astdb2bdb.o -MF .astdb2bdb.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -DSTANDALONE -O3 -Wno-parentheses-equality -pthread -Wno-unused-value -Wno-parentheses-equality
afl-cc -o astdb2bdb -pthread astdb2bdb.o db1-ast/libdb1.a -lc -lsqlite3
make[1]: Leaving directory '/asterisk/utils'
make[1]: Entering directory '/asterisk/agi'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/asterisk/agi'
make[1]: Entering directory '/asterisk/contrib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/asterisk/contrib'
make[1]: Entering directory '/asterisk/third-party'
make -C pjproject all
make[2]: Entering directory '/asterisk/third-party/pjproject'
make clean
make[3]: Entering directory '/asterisk/third-party/pjproject'
test -d source && (make -C source clean || : ;\
rm -rf source/pjsip-apps/bin/* || : ;\
find source -name *.a | xargs rm -rf ;\
find source -name *.o | xargs rm -rf ;\
find source -name *.so | xargs rm -rf ; ) || :
make[4]: Entering directory '/asterisk/third-party/pjproject/source'
for dir in pjlib/build pjlib-util/build pjnath/build third_party/build pjmedia/build pjsip/build pjsip-apps/build ; do \
if make -C $dir clean; then \
true; \
else \
exit 1; \
fi; \
done
make[5]: Entering directory '/asterisk/third-party/pjproject/source/pjlib/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJLIB app=pjlib clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjlib/build'
rm -rf output/pjlib-x86_64-unknown-linux-gnu/*
rm -rf output/pjlib-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjlib/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=TEST app=pjlib-test clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjlib/build'
rm -rf output/pjlib-test-x86_64-unknown-linux-gnu/*
rm -rf output/pjlib-test-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjlib/build'
make[5]: Leaving directory '/asterisk/third-party/pjproject/source/pjlib/build'
make[5]: Entering directory '/asterisk/third-party/pjproject/source/pjlib-util/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJLIB_UTIL app=pjlib-util clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjlib-util/build'
rm -rf output/pjlib-util-x86_64-unknown-linux-gnu/*
rm -rf output/pjlib-util-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjlib-util/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=UTIL_TEST app=pjlib-util-test clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjlib-util/build'
rm -rf output/pjlib-util-test-x86_64-unknown-linux-gnu/*
rm -rf output/pjlib-util-test-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjlib-util/build'
make[5]: Leaving directory '/asterisk/third-party/pjproject/source/pjlib-util/build'
make[5]: Entering directory '/asterisk/third-party/pjproject/source/pjnath/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJNATH app=pjnath clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjnath/build'
rm -rf output/pjnath-x86_64-unknown-linux-gnu/*
rm -rf output/pjnath-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjnath/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJNATH_TEST app=pjnath-test clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjnath/build'
rm -rf output/pjnath-test-x86_64-unknown-linux-gnu/*
rm -rf output/pjnath-test-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjnath/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJTURN_CLIENT app=pjturn-client clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjnath/build'
rm -rf output/pjturn-client-x86_64-unknown-linux-gnu/*
rm -rf output/pjturn-client-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjnath/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJTURN_SRV app=pjturn-srv clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjnath/build'
rm -rf output/pjturn-srv-x86_64-unknown-linux-gnu/*
rm -rf output/pjturn-srv-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjnath/build'
make[5]: Leaving directory '/asterisk/third-party/pjproject/source/pjnath/build'
make[5]: Entering directory '/asterisk/third-party/pjproject/source/third_party/build'
for dir in srtp; do \
if make -C $dir clean; then \
true; \
else \
exit 1; \
fi; \
done
make[6]: Entering directory '/asterisk/third-party/pjproject/source/third_party/build/srtp'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=SRTP app=libsrtp clean
make[7]: Entering directory '/asterisk/third-party/pjproject/source/third_party/build/srtp'
rm -rf output/libsrtp-x86_64-unknown-linux-gnu/*
rm -rf output/libsrtp-x86_64-unknown-linux-gnu
make[7]: Leaving directory '/asterisk/third-party/pjproject/source/third_party/build/srtp'
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/third_party/build/srtp'
make[5]: Leaving directory '/asterisk/third-party/pjproject/source/third_party/build'
make[5]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJMEDIA app=pjmedia clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
rm -rf output/pjmedia-x86_64-unknown-linux-gnu/*
rm -rf output/pjmedia-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJMEDIA_CODEC app=pjmedia-codec clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
rm -rf output/pjmedia-codec-x86_64-unknown-linux-gnu/*
rm -rf output/pjmedia-codec-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJMEDIA_VIDEODEV app=pjmedia-videodev clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
rm -rf output/pjmedia-videodev-x86_64-unknown-linux-gnu/*
rm -rf output/pjmedia-videodev-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJMEDIA_AUDIODEV app=pjmedia-audiodev clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
rm -rf output/pjmedia-audiodev-x86_64-unknown-linux-gnu/*
rm -rf output/pjmedia-audiodev-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSDP app=pjsdp clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
rm -rf output/pjsdp-x86_64-unknown-linux-gnu/*
rm -rf output/pjsdp-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJMEDIA_TEST app=pjmedia-test clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
rm -rf output/pjmedia-test-x86_64-unknown-linux-gnu/*
rm -rf output/pjmedia-test-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make[5]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make[5]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSIP app=pjsip clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
rm -rf output/pjsip-x86_64-unknown-linux-gnu/*
rm -rf output/pjsip-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSIP_UA app=pjsip-ua clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
rm -rf output/pjsip-ua-x86_64-unknown-linux-gnu/*
rm -rf output/pjsip-ua-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSIP_SIMPLE app=pjsip-simple clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
rm -rf output/pjsip-simple-x86_64-unknown-linux-gnu/*
rm -rf output/pjsip-simple-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSUA_LIB app=pjsua-lib clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
rm -rf output/pjsua-lib-x86_64-unknown-linux-gnu/*
rm -rf output/pjsua-lib-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSUA2_LIB app=pjsua2-lib clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
rm -rf output/pjsua2-lib-x86_64-unknown-linux-gnu/*
rm -rf output/pjsua2-lib-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=TEST app=pjsip-test clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
rm -rf output/pjsip-test-x86_64-unknown-linux-gnu/*
rm -rf output/pjsip-test-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSUA2_TEST app=pjsua2-test clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
rm -rf output/pjsua2-test-x86_64-unknown-linux-gnu/*
rm -rf output/pjsua2-test-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make[5]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make[5]: Entering directory '/asterisk/third-party/pjproject/source/pjsip-apps/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSUA app=pjsua clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjsip-apps/build'
rm -rf output/pjsua-x86_64-unknown-linux-gnu/*
rm -rf output/pjsua-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip-apps/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSYSTEST app=pjsystest clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjsip-apps/build'
rm -rf output/pjsystest-x86_64-unknown-linux-gnu/*
rm -rf output/pjsystest-x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip-apps/build'
make -f Samples.mak clean
make[6]: Entering directory '/asterisk/third-party/pjproject/source/pjsip-apps/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=SAMPLE app=sample clean
make[7]: Entering directory '/asterisk/third-party/pjproject/source/pjsip-apps/build'
rm -rf output/sample-x86_64-unknown-linux-gnu/*
rm -rf output/sample-x86_64-unknown-linux-gnu
make[7]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip-apps/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSUA2_SAMPLE app=pjsua2_sample clean
make[7]: Entering directory '/asterisk/third-party/pjproject/source/pjsip-apps/build'
rm -rf output/pjsua2_sample-x86_64-unknown-linux-gnu/*
rm -rf output/pjsua2_sample-x86_64-unknown-linux-gnu
make[7]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip-apps/build'
rm -f auddemo aviplay aectest clidemo confsample encdec httpdemo icedemo jbsim latency level mix pjsip-perf pcaputil playfile playsine recfile resampleplay simpleua simple_pjsua sipecho siprtp sipstateless stateful_proxy stateless_proxy stereotest streamutil strerror tonegen vid_codec_test vid_streamutil
rm -rf ../bin/samples/x86_64-unknown-linux-gnu
make[6]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip-apps/build'
make[5]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip-apps/build'
make[4]: Leaving directory '/asterisk/third-party/pjproject/source'
rm -rf pjproject.symbols
make[3]: Leaving directory '/asterisk/third-party/pjproject'
(cd source ; ./aconfigure --prefix=/opt/pjproject --disable-speex-codec --disable-speex-aec --disable-bcg729 --disable-gsm-codec --disable-ilbc-codec --disable-l16-codec --disable-g722-codec --disable-g7221-codec --disable-opencore-amr --disable-silk --disable-opus --disable-video --disable-v4l2 --disable-sound --disable-ext-sound --disable-sdl --disable-libyuv --disable-ffmpeg --disable-openh264 --disable-ipp --disable-libwebrtc --without-external-pa --without-external-srtp --disable-resample --disable-g711-codec --enable-epoll)
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... afl-cc
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 afl-cc accepts -g... yes
checking for afl-cc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether afl-cc accepts -g... yes
checking for ranlib... ranlib
checking for pthread_create in -lpthread... yes
checking for puts in -lwsock32... no
checking for puts in -lws2_32... no
checking for puts in -lole32... no
checking for puts in -lwinmm... no
checking for puts in -lsocket... no
checking for puts in -lrt... yes
checking for sin in -lm... yes
checking for uuid_generate in -luuid... yes
checking for uuid_generate in -luuid... (cached) yes
checking for library containing gethostbyname... none required
Setting PJ_M_NAME to x86_64
checking memory alignment... 8 bytes
checking how to run the C preprocessor... afl-cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
Checking if floating point is disabled... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking linux/socket.h usability... yes
checking linux/socket.h presence... yes
checking for linux/socket.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for netinet/ip.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for getifaddrs... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for sys/types.h... (cached) yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for mswsock.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for net/if.h... yes
checking for localtime_r... yes
Setting PJ_OS_NAME to x86_64-unknown-linux-gnu
Setting PJ_HAS_ERRNO_VAR to 1
Setting PJ_HAS_HIGH_RES_TIMER to 1
Setting PJ_HAS_MALLOC to 1
Setting PJ_NATIVE_STRING_IS_UNICODE to 0
Setting PJ_ATOMIC_VALUE_TYPE to long
checking if inet_aton() is available... yes
checking if inet_pton() is available... yes
checking if inet_ntop() is available... yes
checking if getaddrinfo() is available... yes
checking if sockaddr_in has sin_len member... no
checking if socklen_t is available... yes
checking if IPV6_V6ONLY is available... yes
checking if SO_ERROR is available... yes
checking if pthread_rwlock_t is available... yes
checking if pthread_mutexattr_settype() is available... no
checking if pthread_mutexattr_t has recursive member... no
checking ioqueue backend... /dev/epoll
Building shared libraries... no
Checking if resampling is disabled...yes
Checking if sound is disabled... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
Video is disabled
Checking if small filter is disabled... no
Checking if large filter is disabled... no
Checking if Speex AEC is disabled...yes
Checking if G.711 codec is disabled...yes
Checking if L16 codecs are disabled...yes
Checking if GSM codec is disabled...yes
Checking if G.722 codec is disabled...yes
Checking if G.722.1 codec is disabled...yes
Checking if Speex codec is disabled...yes
Checking if iLBC codec is disabled...yes
Checking if libsamplerate is enabled...no
Building libresample as shared library... no
Checking if SDL is disabled... yes
Checking if ffmpeg is disabled... yes
Checking if V4L2 is disabled... yes
Checking if OpenH264 is disabled... yes
checking VPX usability... no
Skipping Intel IPP settings (not wanted)
checking for OpenSSL installations..
checking openssl/ssl.h usability... no
checking openssl/ssl.h presence... no
checking for openssl/ssl.h... no
checking for ERR_load_BIO_strings in -lcrypto... no
checking for SSL_CTX_new in -lssl... no
** OpenSSL libraries not found **
checking for x86_64-unknown-linux-gnu-pkg-config... no
checking for pkg-config... pkg-config
checking for GnuTLS installations..
checking gnutls/gnutls.h usability... no
checking gnutls/gnutls.h presence... no
checking for gnutls/gnutls.h... no
checking for gnutls_certificate_set_x509_system_trust in -lgnutls... no
** No GnuTLS libraries found, disabling SSL support **
Checking if OpenCORE AMR support is disabled... yes
Checking if SILK support is disabled... yes
Checking if OPUS support is disabled... yes
Checking if bcg729 is disabled... yes
Checking if libyuv is disabled...yes
Checking if libwebrtc is disabled...yes
checking if select() needs correct nfds... no (default)
** Decided that select() doesn't need correct nfds (please check)
checking if pj_thread_create() should enforce stack size... no (default)
checking if pj_thread_create() should allocate stack... no (default)
** Setting non-blocking recv() retval to EAGAIN (please check)
** Setting non-blocking connect() retval to EINPROGRESS (please check)
aconfigure: creating ./config.status
config.status: creating build.mak
config.status: creating build/os-auto.mak
config.status: creating build/cc-auto.mak
config.status: creating pjlib/build/os-auto.mak
config.status: creating pjlib-util/build/os-auto.mak
config.status: creating pjmedia/build/os-auto.mak
config.status: creating pjsip/build/os-auto.mak
config.status: creating third_party/build/os-auto.mak
config.status: creating pjlib/include/pj/compat/os_auto.h
config.status: pjlib/include/pj/compat/os_auto.h is unchanged
config.status: creating pjlib/include/pj/compat/m_auto.h
config.status: pjlib/include/pj/compat/m_auto.h is unchanged
config.status: creating pjmedia/include/pjmedia/config_auto.h
config.status: pjmedia/include/pjmedia/config_auto.h is unchanged
config.status: creating pjmedia/include/pjmedia-codec/config_auto.h
config.status: pjmedia/include/pjmedia-codec/config_auto.h is unchanged
config.status: creating pjsip/include/pjsip/sip_autoconf.h
config.status: pjsip/include/pjsip/sip_autoconf.h is unchanged
Configurations for current target have been written to 'build.mak', and 'os-auto.mak' in various build directories, and pjlib/include/pj/compat/os_auto.h.
Further customizations can be put in:
- 'user.mak'
- 'pjlib/include/pj/config_site.h'
The next step now is to run 'make dep' and 'make'.
/usr/bin/grep -v -e prefix -e "export PJ_SHARED_LIBRARIES" -e MACHINE_NAME \
-e OS_NAME -e HOST_NAME -e CC_NAME -e CROSS_COMPILE -e LINUX_POLL source/build.mak > build.mak
make -C /asterisk/third-party/pjproject/source/pjlib//build libpj-x86_64-unknown-linux-gnu.a
make[3]: Entering directory '/asterisk/third-party/pjproject/source/pjlib/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJLIB app=pjlib ../lib/libpj-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjlib/build'
mkdir -p output/pjlib-x86_64-unknown-linux-gnu/
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/ioqueue_epoll.o \
../src/pj/ioqueue_epoll.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/file_access_unistd.o \
../src/pj/file_access_unistd.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/file_io_ansi.o \
../src/pj/file_io_ansi.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/os_core_unix.o \
../src/pj/os_core_unix.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/os_error_unix.o \
../src/pj/os_error_unix.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/os_time_unix.o \
../src/pj/os_time_unix.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/os_timestamp_posix.o \
../src/pj/os_timestamp_posix.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/sock_qos_bsd.o \
../src/pj/sock_qos_bsd.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/guid_uuid.o \
../src/pj/guid_uuid.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/addr_resolv_sock.o \
../src/pj/addr_resolv_sock.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/log_writer_stdout.o \
../src/pj/log_writer_stdout.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/os_timestamp_common.o \
../src/pj/os_timestamp_common.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/pool_policy_malloc.o \
../src/pj/pool_policy_malloc.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/sock_bsd.o \
../src/pj/sock_bsd.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/sock_select.o \
../src/pj/sock_select.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/activesock.o \
../src/pj/activesock.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/array.o \
../src/pj/array.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/config.o \
../src/pj/config.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/ctype.o \
../src/pj/ctype.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/errno.o \
../src/pj/errno.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/except.o \
../src/pj/except.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/fifobuf.o \
../src/pj/fifobuf.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/guid.o \
../src/pj/guid.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/hash.o \
../src/pj/hash.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/ip_helper_generic.o \
../src/pj/ip_helper_generic.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/list.o \
../src/pj/list.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/lock.o \
../src/pj/lock.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/log.o \
../src/pj/log.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/os_time_common.o \
../src/pj/os_time_common.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/os_info.o \
../src/pj/os_info.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/pool.o \
../src/pj/pool.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/pool_buf.o \
../src/pj/pool_buf.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/pool_caching.o \
../src/pj/pool_caching.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/pool_dbg.o \
../src/pj/pool_dbg.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/rand.o \
../src/pj/rand.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/rbtree.o \
../src/pj/rbtree.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/sock_common.o \
../src/pj/sock_common.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/sock_qos_common.o \
../src/pj/sock_qos_common.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_common.o \
../src/pj/ssl_sock_common.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_ossl.o \
../src/pj/ssl_sock_ossl.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_gtls.o \
../src/pj/ssl_sock_gtls.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_dump.o \
../src/pj/ssl_sock_dump.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_darwin.o \
../src/pj/ssl_sock_darwin.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/string.o \
../src/pj/string.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/timer.o \
../src/pj/timer.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
-o output/pjlib-x86_64-unknown-linux-gnu/types.o \
../src/pj/types.c
if test ! -d ../lib; then mkdir -p ../lib; fi
ar rv ../lib/libpj-x86_64-unknown-linux-gnu.a output/pjlib-x86_64-unknown-linux-gnu/ioqueue_epoll.o output/pjlib-x86_64-unknown-linux-gnu/file_access_unistd.o output/pjlib-x86_64-unknown-linux-gnu/file_io_ansi.o output/pjlib-x86_64-unknown-linux-gnu/os_core_unix.o output/pjlib-x86_64-unknown-linux-gnu/os_error_unix.o output/pjlib-x86_64-unknown-linux-gnu/os_time_unix.o output/pjlib-x86_64-unknown-linux-gnu/os_timestamp_posix.o output/pjlib-x86_64-unknown-linux-gnu/sock_qos_bsd.o output/pjlib-x86_64-unknown-linux-gnu/guid_uuid.o output/pjlib-x86_64-unknown-linux-gnu/addr_resolv_sock.o output/pjlib-x86_64-unknown-linux-gnu/log_writer_stdout.o output/pjlib-x86_64-unknown-linux-gnu/os_timestamp_common.o output/pjlib-x86_64-unknown-linux-gnu/pool_policy_malloc.o output/pjlib-x86_64-unknown-linux-gnu/sock_bsd.o output/pjlib-x86_64-unknown-linux-gnu/sock_select.o output/pjlib-x86_64-unknown-linux-gnu/activesock.o output/pjlib-x86_64-unknown-linux-gnu/array.o output/pjlib-x86_64-unknown-linux-gnu/config.o output/pjlib-x86_64-unknown-linux-gnu/ctype.o output/pjlib-x86_64-unknown-linux-gnu/errno.o output/pjlib-x86_64-unknown-linux-gnu/except.o output/pjlib-x86_64-unknown-linux-gnu/fifobuf.o output/pjlib-x86_64-unknown-linux-gnu/guid.o output/pjlib-x86_64-unknown-linux-gnu/hash.o output/pjlib-x86_64-unknown-linux-gnu/ip_helper_generic.o output/pjlib-x86_64-unknown-linux-gnu/list.o output/pjlib-x86_64-unknown-linux-gnu/lock.o output/pjlib-x86_64-unknown-linux-gnu/log.o output/pjlib-x86_64-unknown-linux-gnu/os_time_common.o output/pjlib-x86_64-unknown-linux-gnu/os_info.o output/pjlib-x86_64-unknown-linux-gnu/pool.o output/pjlib-x86_64-unknown-linux-gnu/pool_buf.o output/pjlib-x86_64-unknown-linux-gnu/pool_caching.o output/pjlib-x86_64-unknown-linux-gnu/pool_dbg.o output/pjlib-x86_64-unknown-linux-gnu/rand.o output/pjlib-x86_64-unknown-linux-gnu/rbtree.o output/pjlib-x86_64-unknown-linux-gnu/sock_common.o output/pjlib-x86_64-unknown-linux-gnu/sock_qos_common.o output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_common.o output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_ossl.o output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_gtls.o output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_dump.o output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_darwin.o output/pjlib-x86_64-unknown-linux-gnu/string.o output/pjlib-x86_64-unknown-linux-gnu/timer.o output/pjlib-x86_64-unknown-linux-gnu/types.o
ar: creating ../lib/libpj-x86_64-unknown-linux-gnu.a
a - output/pjlib-x86_64-unknown-linux-gnu/ioqueue_epoll.o
a - output/pjlib-x86_64-unknown-linux-gnu/file_access_unistd.o
a - output/pjlib-x86_64-unknown-linux-gnu/file_io_ansi.o
a - output/pjlib-x86_64-unknown-linux-gnu/os_core_unix.o
a - output/pjlib-x86_64-unknown-linux-gnu/os_error_unix.o
a - output/pjlib-x86_64-unknown-linux-gnu/os_time_unix.o
a - output/pjlib-x86_64-unknown-linux-gnu/os_timestamp_posix.o
a - output/pjlib-x86_64-unknown-linux-gnu/sock_qos_bsd.o
a - output/pjlib-x86_64-unknown-linux-gnu/guid_uuid.o
a - output/pjlib-x86_64-unknown-linux-gnu/addr_resolv_sock.o
a - output/pjlib-x86_64-unknown-linux-gnu/log_writer_stdout.o
a - output/pjlib-x86_64-unknown-linux-gnu/os_timestamp_common.o
a - output/pjlib-x86_64-unknown-linux-gnu/pool_policy_malloc.o
a - output/pjlib-x86_64-unknown-linux-gnu/sock_bsd.o
a - output/pjlib-x86_64-unknown-linux-gnu/sock_select.o
a - output/pjlib-x86_64-unknown-linux-gnu/activesock.o
a - output/pjlib-x86_64-unknown-linux-gnu/array.o
a - output/pjlib-x86_64-unknown-linux-gnu/config.o
a - output/pjlib-x86_64-unknown-linux-gnu/ctype.o
a - output/pjlib-x86_64-unknown-linux-gnu/errno.o
a - output/pjlib-x86_64-unknown-linux-gnu/except.o
a - output/pjlib-x86_64-unknown-linux-gnu/fifobuf.o
a - output/pjlib-x86_64-unknown-linux-gnu/guid.o
a - output/pjlib-x86_64-unknown-linux-gnu/hash.o
a - output/pjlib-x86_64-unknown-linux-gnu/ip_helper_generic.o
a - output/pjlib-x86_64-unknown-linux-gnu/list.o
a - output/pjlib-x86_64-unknown-linux-gnu/lock.o
a - output/pjlib-x86_64-unknown-linux-gnu/log.o
a - output/pjlib-x86_64-unknown-linux-gnu/os_time_common.o
a - output/pjlib-x86_64-unknown-linux-gnu/os_info.o
a - output/pjlib-x86_64-unknown-linux-gnu/pool.o
a - output/pjlib-x86_64-unknown-linux-gnu/pool_buf.o
a - output/pjlib-x86_64-unknown-linux-gnu/pool_caching.o
a - output/pjlib-x86_64-unknown-linux-gnu/pool_dbg.o
a - output/pjlib-x86_64-unknown-linux-gnu/rand.o
a - output/pjlib-x86_64-unknown-linux-gnu/rbtree.o
a - output/pjlib-x86_64-unknown-linux-gnu/sock_common.o
a - output/pjlib-x86_64-unknown-linux-gnu/sock_qos_common.o
a - output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_common.o
a - output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_ossl.o
a - output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_gtls.o
a - output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_dump.o
a - output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_darwin.o
a - output/pjlib-x86_64-unknown-linux-gnu/string.o
a - output/pjlib-x86_64-unknown-linux-gnu/timer.o
a - output/pjlib-x86_64-unknown-linux-gnu/types.o
ranlib ../lib/libpj-x86_64-unknown-linux-gnu.a
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjlib/build'
make[3]: Leaving directory '/asterisk/third-party/pjproject/source/pjlib/build'
make -C /asterisk/third-party/pjproject/source/pjlib-util//build libpjlib-util-x86_64-unknown-linux-gnu.a
make[3]: Entering directory '/asterisk/third-party/pjproject/source/pjlib-util/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJLIB_UTIL app=pjlib-util ../lib/libpjlib-util-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjlib-util/build'
mkdir -p output/pjlib-util-x86_64-unknown-linux-gnu/
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/base64.o \
../src/pjlib-util/base64.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/cli.o \
../src/pjlib-util/cli.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/cli_console.o \
../src/pjlib-util/cli_console.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/cli_telnet.o \
../src/pjlib-util/cli_telnet.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/crc32.o \
../src/pjlib-util/crc32.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/errno.o \
../src/pjlib-util/errno.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/dns.o \
../src/pjlib-util/dns.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/dns_dump.o \
../src/pjlib-util/dns_dump.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/dns_server.o \
../src/pjlib-util/dns_server.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/getopt.o \
../src/pjlib-util/getopt.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/hmac_md5.o \
../src/pjlib-util/hmac_md5.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/hmac_sha1.o \
../src/pjlib-util/hmac_sha1.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/http_client.o \
../src/pjlib-util/http_client.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/json.o \
../src/pjlib-util/json.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/md5.o \
../src/pjlib-util/md5.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/pcap.o \
../src/pjlib-util/pcap.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/resolver.o \
../src/pjlib-util/resolver.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/scanner.o \
../src/pjlib-util/scanner.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/sha1.o \
../src/pjlib-util/sha1.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/srv_resolver.o \
../src/pjlib-util/srv_resolver.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/string.o \
../src/pjlib-util/string.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/stun_simple.o \
../src/pjlib-util/stun_simple.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/stun_simple_client.o \
../src/pjlib-util/stun_simple_client.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
-o output/pjlib-util-x86_64-unknown-linux-gnu/xml.o \
../src/pjlib-util/xml.c
if test ! -d ../lib; then mkdir -p ../lib; fi
ar rv ../lib/libpjlib-util-x86_64-unknown-linux-gnu.a output/pjlib-util-x86_64-unknown-linux-gnu/base64.o output/pjlib-util-x86_64-unknown-linux-gnu/cli.o output/pjlib-util-x86_64-unknown-linux-gnu/cli_console.o output/pjlib-util-x86_64-unknown-linux-gnu/cli_telnet.o output/pjlib-util-x86_64-unknown-linux-gnu/crc32.o output/pjlib-util-x86_64-unknown-linux-gnu/errno.o output/pjlib-util-x86_64-unknown-linux-gnu/dns.o output/pjlib-util-x86_64-unknown-linux-gnu/dns_dump.o output/pjlib-util-x86_64-unknown-linux-gnu/dns_server.o output/pjlib-util-x86_64-unknown-linux-gnu/getopt.o output/pjlib-util-x86_64-unknown-linux-gnu/hmac_md5.o output/pjlib-util-x86_64-unknown-linux-gnu/hmac_sha1.o output/pjlib-util-x86_64-unknown-linux-gnu/http_client.o output/pjlib-util-x86_64-unknown-linux-gnu/json.o output/pjlib-util-x86_64-unknown-linux-gnu/md5.o output/pjlib-util-x86_64-unknown-linux-gnu/pcap.o output/pjlib-util-x86_64-unknown-linux-gnu/resolver.o output/pjlib-util-x86_64-unknown-linux-gnu/scanner.o output/pjlib-util-x86_64-unknown-linux-gnu/sha1.o output/pjlib-util-x86_64-unknown-linux-gnu/srv_resolver.o output/pjlib-util-x86_64-unknown-linux-gnu/string.o output/pjlib-util-x86_64-unknown-linux-gnu/stun_simple.o output/pjlib-util-x86_64-unknown-linux-gnu/stun_simple_client.o output/pjlib-util-x86_64-unknown-linux-gnu/xml.o
ar: creating ../lib/libpjlib-util-x86_64-unknown-linux-gnu.a
a - output/pjlib-util-x86_64-unknown-linux-gnu/base64.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/cli.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/cli_console.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/cli_telnet.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/crc32.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/errno.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/dns.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/dns_dump.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/dns_server.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/getopt.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/hmac_md5.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/hmac_sha1.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/http_client.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/json.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/md5.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/pcap.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/resolver.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/scanner.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/sha1.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/srv_resolver.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/string.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/stun_simple.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/stun_simple_client.o
a - output/pjlib-util-x86_64-unknown-linux-gnu/xml.o
ranlib ../lib/libpjlib-util-x86_64-unknown-linux-gnu.a
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjlib-util/build'
make[3]: Leaving directory '/asterisk/third-party/pjproject/source/pjlib-util/build'
make -C /asterisk/third-party/pjproject/source/pjsip//build libpjsua-x86_64-unknown-linux-gnu.a
make[3]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSIP app=pjsip ../lib/libpjsip-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
mkdir -p output/pjsip-x86_64-unknown-linux-gnu/
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_config.o \
../src/pjsip/sip_config.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_multipart.o \
../src/pjsip/sip_multipart.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_errno.o \
../src/pjsip/sip_errno.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_msg.o \
../src/pjsip/sip_msg.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_parser.o \
../src/pjsip/sip_parser.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_tel_uri.o \
../src/pjsip/sip_tel_uri.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_uri.o \
../src/pjsip/sip_uri.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_endpoint.o \
../src/pjsip/sip_endpoint.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_util.o \
../src/pjsip/sip_util.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_util_proxy.o \
../src/pjsip/sip_util_proxy.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_resolve.o \
../src/pjsip/sip_resolve.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_transport.o \
../src/pjsip/sip_transport.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_transport_loop.o \
../src/pjsip/sip_transport_loop.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_transport_udp.o \
../src/pjsip/sip_transport_udp.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_transport_tcp.o \
../src/pjsip/sip_transport_tcp.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_transport_tls.o \
../src/pjsip/sip_transport_tls.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_auth_aka.o \
../src/pjsip/sip_auth_aka.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_auth_client.o \
../src/pjsip/sip_auth_client.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_auth_msg.o \
../src/pjsip/sip_auth_msg.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_auth_parser.o \
../src/pjsip/sip_auth_parser.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_auth_server.o \
../src/pjsip/sip_auth_server.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_transaction.o \
../src/pjsip/sip_transaction.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_util_statefull.o \
../src/pjsip/sip_util_statefull.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_dialog.o \
../src/pjsip/sip_dialog.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-x86_64-unknown-linux-gnu/sip_ua_layer.o \
../src/pjsip/sip_ua_layer.c
if test ! -d ../lib; then mkdir -p ../lib; fi
ar rv ../lib/libpjsip-x86_64-unknown-linux-gnu.a output/pjsip-x86_64-unknown-linux-gnu/sip_config.o output/pjsip-x86_64-unknown-linux-gnu/sip_multipart.o output/pjsip-x86_64-unknown-linux-gnu/sip_errno.o output/pjsip-x86_64-unknown-linux-gnu/sip_msg.o output/pjsip-x86_64-unknown-linux-gnu/sip_parser.o output/pjsip-x86_64-unknown-linux-gnu/sip_tel_uri.o output/pjsip-x86_64-unknown-linux-gnu/sip_uri.o output/pjsip-x86_64-unknown-linux-gnu/sip_endpoint.o output/pjsip-x86_64-unknown-linux-gnu/sip_util.o output/pjsip-x86_64-unknown-linux-gnu/sip_util_proxy.o output/pjsip-x86_64-unknown-linux-gnu/sip_resolve.o output/pjsip-x86_64-unknown-linux-gnu/sip_transport.o output/pjsip-x86_64-unknown-linux-gnu/sip_transport_loop.o output/pjsip-x86_64-unknown-linux-gnu/sip_transport_udp.o output/pjsip-x86_64-unknown-linux-gnu/sip_transport_tcp.o output/pjsip-x86_64-unknown-linux-gnu/sip_transport_tls.o output/pjsip-x86_64-unknown-linux-gnu/sip_auth_aka.o output/pjsip-x86_64-unknown-linux-gnu/sip_auth_client.o output/pjsip-x86_64-unknown-linux-gnu/sip_auth_msg.o output/pjsip-x86_64-unknown-linux-gnu/sip_auth_parser.o output/pjsip-x86_64-unknown-linux-gnu/sip_auth_server.o output/pjsip-x86_64-unknown-linux-gnu/sip_transaction.o output/pjsip-x86_64-unknown-linux-gnu/sip_util_statefull.o output/pjsip-x86_64-unknown-linux-gnu/sip_dialog.o output/pjsip-x86_64-unknown-linux-gnu/sip_ua_layer.o
ar: creating ../lib/libpjsip-x86_64-unknown-linux-gnu.a
a - output/pjsip-x86_64-unknown-linux-gnu/sip_config.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_multipart.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_errno.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_msg.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_parser.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_tel_uri.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_uri.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_endpoint.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_util.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_util_proxy.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_resolve.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_transport.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_transport_loop.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_transport_udp.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_transport_tcp.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_transport_tls.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_auth_aka.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_auth_client.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_auth_msg.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_auth_parser.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_auth_server.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_transaction.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_util_statefull.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_dialog.o
a - output/pjsip-x86_64-unknown-linux-gnu/sip_ua_layer.o
ranlib ../lib/libpjsip-x86_64-unknown-linux-gnu.a
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSIP_SIMPLE app=pjsip-simple ../lib/libpjsip-simple-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
mkdir -p output/pjsip-simple-x86_64-unknown-linux-gnu/
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-simple-x86_64-unknown-linux-gnu/errno.o \
../src/pjsip-simple/errno.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-simple-x86_64-unknown-linux-gnu/evsub.o \
../src/pjsip-simple/evsub.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-simple-x86_64-unknown-linux-gnu/evsub_msg.o \
../src/pjsip-simple/evsub_msg.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-simple-x86_64-unknown-linux-gnu/iscomposing.o \
../src/pjsip-simple/iscomposing.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-simple-x86_64-unknown-linux-gnu/mwi.o \
../src/pjsip-simple/mwi.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-simple-x86_64-unknown-linux-gnu/pidf.o \
../src/pjsip-simple/pidf.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-simple-x86_64-unknown-linux-gnu/presence.o \
../src/pjsip-simple/presence.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-simple-x86_64-unknown-linux-gnu/presence_body.o \
../src/pjsip-simple/presence_body.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-simple-x86_64-unknown-linux-gnu/publishc.o \
../src/pjsip-simple/publishc.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-simple-x86_64-unknown-linux-gnu/rpid.o \
../src/pjsip-simple/rpid.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-simple-x86_64-unknown-linux-gnu/xpidf.o \
../src/pjsip-simple/xpidf.c
if test ! -d ../lib; then mkdir -p ../lib; fi
ar rv ../lib/libpjsip-simple-x86_64-unknown-linux-gnu.a output/pjsip-simple-x86_64-unknown-linux-gnu/errno.o output/pjsip-simple-x86_64-unknown-linux-gnu/evsub.o output/pjsip-simple-x86_64-unknown-linux-gnu/evsub_msg.o output/pjsip-simple-x86_64-unknown-linux-gnu/iscomposing.o output/pjsip-simple-x86_64-unknown-linux-gnu/mwi.o output/pjsip-simple-x86_64-unknown-linux-gnu/pidf.o output/pjsip-simple-x86_64-unknown-linux-gnu/presence.o output/pjsip-simple-x86_64-unknown-linux-gnu/presence_body.o output/pjsip-simple-x86_64-unknown-linux-gnu/publishc.o output/pjsip-simple-x86_64-unknown-linux-gnu/rpid.o output/pjsip-simple-x86_64-unknown-linux-gnu/xpidf.o
ar: creating ../lib/libpjsip-simple-x86_64-unknown-linux-gnu.a
a - output/pjsip-simple-x86_64-unknown-linux-gnu/errno.o
a - output/pjsip-simple-x86_64-unknown-linux-gnu/evsub.o
a - output/pjsip-simple-x86_64-unknown-linux-gnu/evsub_msg.o
a - output/pjsip-simple-x86_64-unknown-linux-gnu/iscomposing.o
a - output/pjsip-simple-x86_64-unknown-linux-gnu/mwi.o
a - output/pjsip-simple-x86_64-unknown-linux-gnu/pidf.o
a - output/pjsip-simple-x86_64-unknown-linux-gnu/presence.o
a - output/pjsip-simple-x86_64-unknown-linux-gnu/presence_body.o
a - output/pjsip-simple-x86_64-unknown-linux-gnu/publishc.o
a - output/pjsip-simple-x86_64-unknown-linux-gnu/rpid.o
a - output/pjsip-simple-x86_64-unknown-linux-gnu/xpidf.o
ranlib ../lib/libpjsip-simple-x86_64-unknown-linux-gnu.a
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSIP_UA app=pjsip-ua ../lib/libpjsip-ua-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
mkdir -p output/pjsip-ua-x86_64-unknown-linux-gnu/
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-ua-x86_64-unknown-linux-gnu/sip_inv.o \
../src/pjsip-ua/sip_inv.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-ua-x86_64-unknown-linux-gnu/sip_reg.o \
../src/pjsip-ua/sip_reg.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-ua-x86_64-unknown-linux-gnu/sip_replaces.o \
../src/pjsip-ua/sip_replaces.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-ua-x86_64-unknown-linux-gnu/sip_xfer.o \
../src/pjsip-ua/sip_xfer.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-ua-x86_64-unknown-linux-gnu/sip_100rel.o \
../src/pjsip-ua/sip_100rel.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsip-ua-x86_64-unknown-linux-gnu/sip_timer.o \
../src/pjsip-ua/sip_timer.c
if test ! -d ../lib; then mkdir -p ../lib; fi
ar rv ../lib/libpjsip-ua-x86_64-unknown-linux-gnu.a output/pjsip-ua-x86_64-unknown-linux-gnu/sip_inv.o output/pjsip-ua-x86_64-unknown-linux-gnu/sip_reg.o output/pjsip-ua-x86_64-unknown-linux-gnu/sip_replaces.o output/pjsip-ua-x86_64-unknown-linux-gnu/sip_xfer.o output/pjsip-ua-x86_64-unknown-linux-gnu/sip_100rel.o output/pjsip-ua-x86_64-unknown-linux-gnu/sip_timer.o
ar: creating ../lib/libpjsip-ua-x86_64-unknown-linux-gnu.a
a - output/pjsip-ua-x86_64-unknown-linux-gnu/sip_inv.o
a - output/pjsip-ua-x86_64-unknown-linux-gnu/sip_reg.o
a - output/pjsip-ua-x86_64-unknown-linux-gnu/sip_replaces.o
a - output/pjsip-ua-x86_64-unknown-linux-gnu/sip_xfer.o
a - output/pjsip-ua-x86_64-unknown-linux-gnu/sip_100rel.o
a - output/pjsip-ua-x86_64-unknown-linux-gnu/sip_timer.o
ranlib ../lib/libpjsip-ua-x86_64-unknown-linux-gnu.a
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSUA_LIB app=pjsua-lib ../lib/libpjsua-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
mkdir -p output/pjsua-lib-x86_64-unknown-linux-gnu/
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_acc.o \
../src/pjsua-lib/pjsua_acc.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_call.o \
../src/pjsua-lib/pjsua_call.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_core.o \
../src/pjsua-lib/pjsua_core.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_im.o \
../src/pjsua-lib/pjsua_im.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_media.o \
../src/pjsua-lib/pjsua_media.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_pres.o \
../src/pjsua-lib/pjsua_pres.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_dump.o \
../src/pjsua-lib/pjsua_dump.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_aud.o \
../src/pjsua-lib/pjsua_aud.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
-o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_vid.o \
../src/pjsua-lib/pjsua_vid.c
if test ! -d ../lib; then mkdir -p ../lib; fi
ar rv ../lib/libpjsua-x86_64-unknown-linux-gnu.a output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_acc.o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_call.o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_core.o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_im.o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_media.o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_pres.o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_dump.o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_aud.o output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_vid.o
ar: creating ../lib/libpjsua-x86_64-unknown-linux-gnu.a
a - output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_acc.o
a - output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_call.o
a - output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_core.o
a - output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_im.o
a - output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_media.o
a - output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_pres.o
a - output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_dump.o
a - output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_aud.o
a - output/pjsua-lib-x86_64-unknown-linux-gnu/pjsua_vid.o
ranlib ../lib/libpjsua-x86_64-unknown-linux-gnu.a
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make[3]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -C /asterisk/third-party/pjproject/source/pjsip//build libpjsip-ua-x86_64-unknown-linux-gnu.a
make[3]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSIP app=pjsip ../lib/libpjsip-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
make[4]: '../lib/libpjsip-x86_64-unknown-linux-gnu.a' is up to date.
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSIP_SIMPLE app=pjsip-simple ../lib/libpjsip-simple-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
make[4]: '../lib/libpjsip-simple-x86_64-unknown-linux-gnu.a' is up to date.
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSIP_UA app=pjsip-ua ../lib/libpjsip-ua-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
make[4]: '../lib/libpjsip-ua-x86_64-unknown-linux-gnu.a' is up to date.
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make[3]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -C /asterisk/third-party/pjproject/source/pjsip//build libpjsip-simple-x86_64-unknown-linux-gnu.a
make[3]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSIP app=pjsip ../lib/libpjsip-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
make[4]: '../lib/libpjsip-x86_64-unknown-linux-gnu.a' is up to date.
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSIP_SIMPLE app=pjsip-simple ../lib/libpjsip-simple-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
make[4]: '../lib/libpjsip-simple-x86_64-unknown-linux-gnu.a' is up to date.
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make[3]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -C /asterisk/third-party/pjproject/source/pjsip//build libpjsip-x86_64-unknown-linux-gnu.a
make[3]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJSIP app=pjsip ../lib/libpjsip-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjsip/build'
make[4]: '../lib/libpjsip-x86_64-unknown-linux-gnu.a' is up to date.
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make[3]: Leaving directory '/asterisk/third-party/pjproject/source/pjsip/build'
make -C /asterisk/third-party/pjproject/source/pjmedia//build libpjmedia-codec-x86_64-unknown-linux-gnu.a
make[3]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJMEDIA app=pjmedia ../lib/libpjmedia-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
mkdir -p output/pjmedia-x86_64-unknown-linux-gnu/
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/alaw_ulaw.o \
../src/pjmedia/alaw_ulaw.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/alaw_ulaw_table.o \
../src/pjmedia/alaw_ulaw_table.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/avi_player.o \
../src/pjmedia/avi_player.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/bidirectional.o \
../src/pjmedia/bidirectional.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/clock_thread.o \
../src/pjmedia/clock_thread.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/codec.o \
../src/pjmedia/codec.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/conference.o \
../src/pjmedia/conference.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/conf_switch.o \
../src/pjmedia/conf_switch.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/converter.o \
../src/pjmedia/converter.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/converter_libswscale.o \
../src/pjmedia/converter_libswscale.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/converter_libyuv.o \
../src/pjmedia/converter_libyuv.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/delaybuf.o \
../src/pjmedia/delaybuf.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/echo_common.o \
../src/pjmedia/echo_common.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/echo_port.o \
../src/pjmedia/echo_port.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/echo_suppress.o \
../src/pjmedia/echo_suppress.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/echo_webrtc.o \
../src/pjmedia/echo_webrtc.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/endpoint.o \
../src/pjmedia/endpoint.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/errno.o \
../src/pjmedia/errno.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/event.o \
../src/pjmedia/event.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/format.o \
../src/pjmedia/format.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/ffmpeg_util.o \
../src/pjmedia/ffmpeg_util.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/g711.o \
../src/pjmedia/g711.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/jbuf.o \
../src/pjmedia/jbuf.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/master_port.o \
../src/pjmedia/master_port.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/mem_capture.o \
../src/pjmedia/mem_capture.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/mem_player.o \
../src/pjmedia/mem_player.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/null_port.o \
../src/pjmedia/null_port.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/plc_common.o \
../src/pjmedia/plc_common.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/port.o \
../src/pjmedia/port.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/splitcomb.o \
../src/pjmedia/splitcomb.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/resample_resample.o \
../src/pjmedia/resample_resample.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/resample_libsamplerate.o \
../src/pjmedia/resample_libsamplerate.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/resample_speex.o \
../src/pjmedia/resample_speex.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/resample_port.o \
../src/pjmedia/resample_port.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/rtcp.o \
../src/pjmedia/rtcp.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/rtcp_xr.o \
../src/pjmedia/rtcp_xr.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/rtcp_fb.o \
../src/pjmedia/rtcp_fb.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/rtp.o \
../src/pjmedia/rtp.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/sdp.o \
../src/pjmedia/sdp.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/sdp_cmp.o \
../src/pjmedia/sdp_cmp.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/sdp_neg.o \
../src/pjmedia/sdp_neg.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/session.o \
../src/pjmedia/session.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/silencedet.o \
../src/pjmedia/silencedet.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/sound_legacy.o \
../src/pjmedia/sound_legacy.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/sound_port.o \
../src/pjmedia/sound_port.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/stereo_port.o \
../src/pjmedia/stereo_port.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/stream_common.o \
../src/pjmedia/stream_common.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/stream.o \
../src/pjmedia/stream.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/stream_info.o \
../src/pjmedia/stream_info.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/tonegen.o \
../src/pjmedia/tonegen.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/transport_adapter_sample.o \
../src/pjmedia/transport_adapter_sample.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/transport_ice.o \
../src/pjmedia/transport_ice.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/transport_loop.o \
../src/pjmedia/transport_loop.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/transport_srtp.o \
../src/pjmedia/transport_srtp.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/transport_udp.o \
../src/pjmedia/transport_udp.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/types.o \
../src/pjmedia/types.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/vid_codec.o \
../src/pjmedia/vid_codec.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/vid_codec_util.o \
../src/pjmedia/vid_codec_util.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/vid_port.o \
../src/pjmedia/vid_port.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/vid_stream.o \
../src/pjmedia/vid_stream.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/vid_stream_info.o \
../src/pjmedia/vid_stream_info.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/vid_conf.o \
../src/pjmedia/vid_conf.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/wav_player.o \
../src/pjmedia/wav_player.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/wav_playlist.o \
../src/pjmedia/wav_playlist.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/wav_writer.o \
../src/pjmedia/wav_writer.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/wave.o \
../src/pjmedia/wave.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/wsola.o \
../src/pjmedia/wsola.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/audiodev.o \
../src/pjmedia/audiodev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-x86_64-unknown-linux-gnu/videodev.o \
../src/pjmedia/videodev.c
if test ! -d ../lib; then mkdir -p ../lib; fi
ar rv ../lib/libpjmedia-x86_64-unknown-linux-gnu.a output/pjmedia-x86_64-unknown-linux-gnu/alaw_ulaw.o output/pjmedia-x86_64-unknown-linux-gnu/alaw_ulaw_table.o output/pjmedia-x86_64-unknown-linux-gnu/avi_player.o output/pjmedia-x86_64-unknown-linux-gnu/bidirectional.o output/pjmedia-x86_64-unknown-linux-gnu/clock_thread.o output/pjmedia-x86_64-unknown-linux-gnu/codec.o output/pjmedia-x86_64-unknown-linux-gnu/conference.o output/pjmedia-x86_64-unknown-linux-gnu/conf_switch.o output/pjmedia-x86_64-unknown-linux-gnu/converter.o output/pjmedia-x86_64-unknown-linux-gnu/converter_libswscale.o output/pjmedia-x86_64-unknown-linux-gnu/converter_libyuv.o output/pjmedia-x86_64-unknown-linux-gnu/delaybuf.o output/pjmedia-x86_64-unknown-linux-gnu/echo_common.o output/pjmedia-x86_64-unknown-linux-gnu/echo_port.o output/pjmedia-x86_64-unknown-linux-gnu/echo_suppress.o output/pjmedia-x86_64-unknown-linux-gnu/echo_webrtc.o output/pjmedia-x86_64-unknown-linux-gnu/endpoint.o output/pjmedia-x86_64-unknown-linux-gnu/errno.o output/pjmedia-x86_64-unknown-linux-gnu/event.o output/pjmedia-x86_64-unknown-linux-gnu/format.o output/pjmedia-x86_64-unknown-linux-gnu/ffmpeg_util.o output/pjmedia-x86_64-unknown-linux-gnu/g711.o output/pjmedia-x86_64-unknown-linux-gnu/jbuf.o output/pjmedia-x86_64-unknown-linux-gnu/master_port.o output/pjmedia-x86_64-unknown-linux-gnu/mem_capture.o output/pjmedia-x86_64-unknown-linux-gnu/mem_player.o output/pjmedia-x86_64-unknown-linux-gnu/null_port.o output/pjmedia-x86_64-unknown-linux-gnu/plc_common.o output/pjmedia-x86_64-unknown-linux-gnu/port.o output/pjmedia-x86_64-unknown-linux-gnu/splitcomb.o output/pjmedia-x86_64-unknown-linux-gnu/resample_resample.o output/pjmedia-x86_64-unknown-linux-gnu/resample_libsamplerate.o output/pjmedia-x86_64-unknown-linux-gnu/resample_speex.o output/pjmedia-x86_64-unknown-linux-gnu/resample_port.o output/pjmedia-x86_64-unknown-linux-gnu/rtcp.o output/pjmedia-x86_64-unknown-linux-gnu/rtcp_xr.o output/pjmedia-x86_64-unknown-linux-gnu/rtcp_fb.o output/pjmedia-x86_64-unknown-linux-gnu/rtp.o output/pjmedia-x86_64-unknown-linux-gnu/sdp.o output/pjmedia-x86_64-unknown-linux-gnu/sdp_cmp.o output/pjmedia-x86_64-unknown-linux-gnu/sdp_neg.o output/pjmedia-x86_64-unknown-linux-gnu/session.o output/pjmedia-x86_64-unknown-linux-gnu/silencedet.o output/pjmedia-x86_64-unknown-linux-gnu/sound_legacy.o output/pjmedia-x86_64-unknown-linux-gnu/sound_port.o output/pjmedia-x86_64-unknown-linux-gnu/stereo_port.o output/pjmedia-x86_64-unknown-linux-gnu/stream_common.o output/pjmedia-x86_64-unknown-linux-gnu/stream.o output/pjmedia-x86_64-unknown-linux-gnu/stream_info.o output/pjmedia-x86_64-unknown-linux-gnu/tonegen.o output/pjmedia-x86_64-unknown-linux-gnu/transport_adapter_sample.o output/pjmedia-x86_64-unknown-linux-gnu/transport_ice.o output/pjmedia-x86_64-unknown-linux-gnu/transport_loop.o output/pjmedia-x86_64-unknown-linux-gnu/transport_srtp.o output/pjmedia-x86_64-unknown-linux-gnu/transport_udp.o output/pjmedia-x86_64-unknown-linux-gnu/types.o output/pjmedia-x86_64-unknown-linux-gnu/vid_codec.o output/pjmedia-x86_64-unknown-linux-gnu/vid_codec_util.o output/pjmedia-x86_64-unknown-linux-gnu/vid_port.o output/pjmedia-x86_64-unknown-linux-gnu/vid_stream.o output/pjmedia-x86_64-unknown-linux-gnu/vid_stream_info.o output/pjmedia-x86_64-unknown-linux-gnu/vid_conf.o output/pjmedia-x86_64-unknown-linux-gnu/wav_player.o output/pjmedia-x86_64-unknown-linux-gnu/wav_playlist.o output/pjmedia-x86_64-unknown-linux-gnu/wav_writer.o output/pjmedia-x86_64-unknown-linux-gnu/wave.o output/pjmedia-x86_64-unknown-linux-gnu/wsola.o output/pjmedia-x86_64-unknown-linux-gnu/audiodev.o output/pjmedia-x86_64-unknown-linux-gnu/videodev.o
ar: creating ../lib/libpjmedia-x86_64-unknown-linux-gnu.a
a - output/pjmedia-x86_64-unknown-linux-gnu/alaw_ulaw.o
a - output/pjmedia-x86_64-unknown-linux-gnu/alaw_ulaw_table.o
a - output/pjmedia-x86_64-unknown-linux-gnu/avi_player.o
a - output/pjmedia-x86_64-unknown-linux-gnu/bidirectional.o
a - output/pjmedia-x86_64-unknown-linux-gnu/clock_thread.o
a - output/pjmedia-x86_64-unknown-linux-gnu/codec.o
a - output/pjmedia-x86_64-unknown-linux-gnu/conference.o
a - output/pjmedia-x86_64-unknown-linux-gnu/conf_switch.o
a - output/pjmedia-x86_64-unknown-linux-gnu/converter.o
a - output/pjmedia-x86_64-unknown-linux-gnu/converter_libswscale.o
a - output/pjmedia-x86_64-unknown-linux-gnu/converter_libyuv.o
a - output/pjmedia-x86_64-unknown-linux-gnu/delaybuf.o
a - output/pjmedia-x86_64-unknown-linux-gnu/echo_common.o
a - output/pjmedia-x86_64-unknown-linux-gnu/echo_port.o
a - output/pjmedia-x86_64-unknown-linux-gnu/echo_suppress.o
a - output/pjmedia-x86_64-unknown-linux-gnu/echo_webrtc.o
a - output/pjmedia-x86_64-unknown-linux-gnu/endpoint.o
a - output/pjmedia-x86_64-unknown-linux-gnu/errno.o
a - output/pjmedia-x86_64-unknown-linux-gnu/event.o
a - output/pjmedia-x86_64-unknown-linux-gnu/format.o
a - output/pjmedia-x86_64-unknown-linux-gnu/ffmpeg_util.o
a - output/pjmedia-x86_64-unknown-linux-gnu/g711.o
a - output/pjmedia-x86_64-unknown-linux-gnu/jbuf.o
a - output/pjmedia-x86_64-unknown-linux-gnu/master_port.o
a - output/pjmedia-x86_64-unknown-linux-gnu/mem_capture.o
a - output/pjmedia-x86_64-unknown-linux-gnu/mem_player.o
a - output/pjmedia-x86_64-unknown-linux-gnu/null_port.o
a - output/pjmedia-x86_64-unknown-linux-gnu/plc_common.o
a - output/pjmedia-x86_64-unknown-linux-gnu/port.o
a - output/pjmedia-x86_64-unknown-linux-gnu/splitcomb.o
a - output/pjmedia-x86_64-unknown-linux-gnu/resample_resample.o
a - output/pjmedia-x86_64-unknown-linux-gnu/resample_libsamplerate.o
a - output/pjmedia-x86_64-unknown-linux-gnu/resample_speex.o
a - output/pjmedia-x86_64-unknown-linux-gnu/resample_port.o
a - output/pjmedia-x86_64-unknown-linux-gnu/rtcp.o
a - output/pjmedia-x86_64-unknown-linux-gnu/rtcp_xr.o
a - output/pjmedia-x86_64-unknown-linux-gnu/rtcp_fb.o
a - output/pjmedia-x86_64-unknown-linux-gnu/rtp.o
a - output/pjmedia-x86_64-unknown-linux-gnu/sdp.o
a - output/pjmedia-x86_64-unknown-linux-gnu/sdp_cmp.o
a - output/pjmedia-x86_64-unknown-linux-gnu/sdp_neg.o
a - output/pjmedia-x86_64-unknown-linux-gnu/session.o
a - output/pjmedia-x86_64-unknown-linux-gnu/silencedet.o
a - output/pjmedia-x86_64-unknown-linux-gnu/sound_legacy.o
a - output/pjmedia-x86_64-unknown-linux-gnu/sound_port.o
a - output/pjmedia-x86_64-unknown-linux-gnu/stereo_port.o
a - output/pjmedia-x86_64-unknown-linux-gnu/stream_common.o
a - output/pjmedia-x86_64-unknown-linux-gnu/stream.o
a - output/pjmedia-x86_64-unknown-linux-gnu/stream_info.o
a - output/pjmedia-x86_64-unknown-linux-gnu/tonegen.o
a - output/pjmedia-x86_64-unknown-linux-gnu/transport_adapter_sample.o
a - output/pjmedia-x86_64-unknown-linux-gnu/transport_ice.o
a - output/pjmedia-x86_64-unknown-linux-gnu/transport_loop.o
a - output/pjmedia-x86_64-unknown-linux-gnu/transport_srtp.o
a - output/pjmedia-x86_64-unknown-linux-gnu/transport_udp.o
a - output/pjmedia-x86_64-unknown-linux-gnu/types.o
a - output/pjmedia-x86_64-unknown-linux-gnu/vid_codec.o
a - output/pjmedia-x86_64-unknown-linux-gnu/vid_codec_util.o
a - output/pjmedia-x86_64-unknown-linux-gnu/vid_port.o
a - output/pjmedia-x86_64-unknown-linux-gnu/vid_stream.o
a - output/pjmedia-x86_64-unknown-linux-gnu/vid_stream_info.o
a - output/pjmedia-x86_64-unknown-linux-gnu/vid_conf.o
a - output/pjmedia-x86_64-unknown-linux-gnu/wav_player.o
a - output/pjmedia-x86_64-unknown-linux-gnu/wav_playlist.o
a - output/pjmedia-x86_64-unknown-linux-gnu/wav_writer.o
a - output/pjmedia-x86_64-unknown-linux-gnu/wave.o
a - output/pjmedia-x86_64-unknown-linux-gnu/wsola.o
a - output/pjmedia-x86_64-unknown-linux-gnu/audiodev.o
a - output/pjmedia-x86_64-unknown-linux-gnu/videodev.o
ranlib ../lib/libpjmedia-x86_64-unknown-linux-gnu.a
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJMEDIA_CODEC app=pjmedia-codec ../lib/libpjmedia-codec-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
mkdir -p output/pjmedia-codec-x86_64-unknown-linux-gnu/
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-codec-x86_64-unknown-linux-gnu/audio_codecs.o \
../src/pjmedia-codec/audio_codecs.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-codec-x86_64-unknown-linux-gnu/ffmpeg_vid_codecs.o \
../src/pjmedia-codec/ffmpeg_vid_codecs.c
afl-cc -c -DPJ_AUTOCONF=1 -g -O2 -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-codec-x86_64-unknown-linux-gnu/openh264.o \
../src/pjmedia-codec/openh264.cpp
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-codec-x86_64-unknown-linux-gnu/h263_packetizer.o \
../src/pjmedia-codec/h263_packetizer.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-codec-x86_64-unknown-linux-gnu/h264_packetizer.o \
../src/pjmedia-codec/h264_packetizer.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-codec-x86_64-unknown-linux-gnu/ipp_codecs.o \
../src/pjmedia-codec/ipp_codecs.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-codec-x86_64-unknown-linux-gnu/silk.o \
../src/pjmedia-codec/silk.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-codec-x86_64-unknown-linux-gnu/opus.o \
../src/pjmedia-codec/opus.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-codec-x86_64-unknown-linux-gnu/g7221_sdp_match.o \
../src/pjmedia-codec/g7221_sdp_match.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-codec-x86_64-unknown-linux-gnu/amr_sdp_match.o \
../src/pjmedia-codec/amr_sdp_match.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-codec-x86_64-unknown-linux-gnu/passthrough.o \
../src/pjmedia-codec/passthrough.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-codec-x86_64-unknown-linux-gnu/vpx.o \
../src/pjmedia-codec/vpx.c
if test ! -d ../lib; then mkdir -p ../lib; fi
ar rv ../lib/libpjmedia-codec-x86_64-unknown-linux-gnu.a output/pjmedia-codec-x86_64-unknown-linux-gnu/audio_codecs.o output/pjmedia-codec-x86_64-unknown-linux-gnu/ffmpeg_vid_codecs.o output/pjmedia-codec-x86_64-unknown-linux-gnu/openh264.o output/pjmedia-codec-x86_64-unknown-linux-gnu/h263_packetizer.o output/pjmedia-codec-x86_64-unknown-linux-gnu/h264_packetizer.o output/pjmedia-codec-x86_64-unknown-linux-gnu/ipp_codecs.o output/pjmedia-codec-x86_64-unknown-linux-gnu/silk.o output/pjmedia-codec-x86_64-unknown-linux-gnu/opus.o output/pjmedia-codec-x86_64-unknown-linux-gnu/g7221_sdp_match.o output/pjmedia-codec-x86_64-unknown-linux-gnu/amr_sdp_match.o output/pjmedia-codec-x86_64-unknown-linux-gnu/passthrough.o output/pjmedia-codec-x86_64-unknown-linux-gnu/vpx.o
ar: creating ../lib/libpjmedia-codec-x86_64-unknown-linux-gnu.a
a - output/pjmedia-codec-x86_64-unknown-linux-gnu/audio_codecs.o
a - output/pjmedia-codec-x86_64-unknown-linux-gnu/ffmpeg_vid_codecs.o
a - output/pjmedia-codec-x86_64-unknown-linux-gnu/openh264.o
a - output/pjmedia-codec-x86_64-unknown-linux-gnu/h263_packetizer.o
a - output/pjmedia-codec-x86_64-unknown-linux-gnu/h264_packetizer.o
a - output/pjmedia-codec-x86_64-unknown-linux-gnu/ipp_codecs.o
a - output/pjmedia-codec-x86_64-unknown-linux-gnu/silk.o
a - output/pjmedia-codec-x86_64-unknown-linux-gnu/opus.o
a - output/pjmedia-codec-x86_64-unknown-linux-gnu/g7221_sdp_match.o
a - output/pjmedia-codec-x86_64-unknown-linux-gnu/amr_sdp_match.o
a - output/pjmedia-codec-x86_64-unknown-linux-gnu/passthrough.o
a - output/pjmedia-codec-x86_64-unknown-linux-gnu/vpx.o
ranlib ../lib/libpjmedia-codec-x86_64-unknown-linux-gnu.a
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make[3]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -C /asterisk/third-party/pjproject/source/pjmedia//build libpjmedia-videodev-x86_64-unknown-linux-gnu.a
make[3]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJMEDIA app=pjmedia ../lib/libpjmedia-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make[4]: '../lib/libpjmedia-x86_64-unknown-linux-gnu.a' is up to date.
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJMEDIA_VIDEODEV app=pjmedia-videodev ../lib/libpjmedia-videodev-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
mkdir -p output/pjmedia-videodev-x86_64-unknown-linux-gnu/
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-videodev-x86_64-unknown-linux-gnu/sdl_dev.o \
../src/pjmedia-videodev/sdl_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-videodev-x86_64-unknown-linux-gnu/videodev.o \
../src/pjmedia-videodev/videodev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-videodev-x86_64-unknown-linux-gnu/errno.o \
../src/pjmedia-videodev/errno.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-videodev-x86_64-unknown-linux-gnu/avi_dev.o \
../src/pjmedia-videodev/avi_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-videodev-x86_64-unknown-linux-gnu/ffmpeg_dev.o \
../src/pjmedia-videodev/ffmpeg_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-videodev-x86_64-unknown-linux-gnu/colorbar_dev.o \
../src/pjmedia-videodev/colorbar_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-videodev-x86_64-unknown-linux-gnu/v4l2_dev.o \
../src/pjmedia-videodev/v4l2_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-videodev-x86_64-unknown-linux-gnu/opengl_dev.o \
../src/pjmedia-videodev/opengl_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-videodev-x86_64-unknown-linux-gnu/util.o \
../src/pjmedia-videodev/util.c
if test ! -d ../lib; then mkdir -p ../lib; fi
ar rv ../lib/libpjmedia-videodev-x86_64-unknown-linux-gnu.a output/pjmedia-videodev-x86_64-unknown-linux-gnu/sdl_dev.o output/pjmedia-videodev-x86_64-unknown-linux-gnu/videodev.o output/pjmedia-videodev-x86_64-unknown-linux-gnu/errno.o output/pjmedia-videodev-x86_64-unknown-linux-gnu/avi_dev.o output/pjmedia-videodev-x86_64-unknown-linux-gnu/ffmpeg_dev.o output/pjmedia-videodev-x86_64-unknown-linux-gnu/colorbar_dev.o output/pjmedia-videodev-x86_64-unknown-linux-gnu/v4l2_dev.o output/pjmedia-videodev-x86_64-unknown-linux-gnu/opengl_dev.o output/pjmedia-videodev-x86_64-unknown-linux-gnu/util.o
ar: creating ../lib/libpjmedia-videodev-x86_64-unknown-linux-gnu.a
a - output/pjmedia-videodev-x86_64-unknown-linux-gnu/sdl_dev.o
a - output/pjmedia-videodev-x86_64-unknown-linux-gnu/videodev.o
a - output/pjmedia-videodev-x86_64-unknown-linux-gnu/errno.o
a - output/pjmedia-videodev-x86_64-unknown-linux-gnu/avi_dev.o
a - output/pjmedia-videodev-x86_64-unknown-linux-gnu/ffmpeg_dev.o
a - output/pjmedia-videodev-x86_64-unknown-linux-gnu/colorbar_dev.o
a - output/pjmedia-videodev-x86_64-unknown-linux-gnu/v4l2_dev.o
a - output/pjmedia-videodev-x86_64-unknown-linux-gnu/opengl_dev.o
a - output/pjmedia-videodev-x86_64-unknown-linux-gnu/util.o
ranlib ../lib/libpjmedia-videodev-x86_64-unknown-linux-gnu.a
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make[3]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -C /asterisk/third-party/pjproject/source/pjmedia//build libpjmedia-x86_64-unknown-linux-gnu.a
make[3]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJMEDIA app=pjmedia ../lib/libpjmedia-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make[4]: '../lib/libpjmedia-x86_64-unknown-linux-gnu.a' is up to date.
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make[3]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -C /asterisk/third-party/pjproject/source/pjmedia//build libpjmedia-audiodev-x86_64-unknown-linux-gnu.a
make[3]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJMEDIA app=pjmedia ../lib/libpjmedia-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make[4]: '../lib/libpjmedia-x86_64-unknown-linux-gnu.a' is up to date.
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJMEDIA_AUDIODEV app=pjmedia-audiodev ../lib/libpjmedia-audiodev-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjmedia/build'
mkdir -p output/pjmedia-audiodev-x86_64-unknown-linux-gnu/
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/audiodev.o \
../src/pjmedia-audiodev/audiodev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/audiotest.o \
../src/pjmedia-audiodev/audiotest.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/errno.o \
../src/pjmedia-audiodev/errno.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/legacy_dev.o \
../src/pjmedia-audiodev/legacy_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/null_dev.o \
../src/pjmedia-audiodev/null_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/pa_dev.o \
../src/pjmedia-audiodev/pa_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/wmme_dev.o \
../src/pjmedia-audiodev/wmme_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/alsa_dev.o \
../src/pjmedia-audiodev/alsa_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/bb10_dev.o \
../src/pjmedia-audiodev/bb10_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/bdimad_dev.o \
../src/pjmedia-audiodev/bdimad_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/android_jni_dev.o \
../src/pjmedia-audiodev/android_jni_dev.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJMEDIA_HAS_SPEEX_AEC=0 -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/asterisk/third-party/pjproject/source/third_party/build/srtp -I/asterisk/third-party/pjproject/source/third_party/srtp/crypto/include -I/asterisk/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
-o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/opensl_dev.o \
../src/pjmedia-audiodev/opensl_dev.c
if test ! -d ../lib; then mkdir -p ../lib; fi
ar rv ../lib/libpjmedia-audiodev-x86_64-unknown-linux-gnu.a output/pjmedia-audiodev-x86_64-unknown-linux-gnu/audiodev.o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/audiotest.o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/errno.o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/legacy_dev.o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/null_dev.o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/pa_dev.o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/wmme_dev.o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/alsa_dev.o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/bb10_dev.o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/bdimad_dev.o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/android_jni_dev.o output/pjmedia-audiodev-x86_64-unknown-linux-gnu/opensl_dev.o
ar: creating ../lib/libpjmedia-audiodev-x86_64-unknown-linux-gnu.a
a - output/pjmedia-audiodev-x86_64-unknown-linux-gnu/audiodev.o
a - output/pjmedia-audiodev-x86_64-unknown-linux-gnu/audiotest.o
a - output/pjmedia-audiodev-x86_64-unknown-linux-gnu/errno.o
a - output/pjmedia-audiodev-x86_64-unknown-linux-gnu/legacy_dev.o
a - output/pjmedia-audiodev-x86_64-unknown-linux-gnu/null_dev.o
a - output/pjmedia-audiodev-x86_64-unknown-linux-gnu/pa_dev.o
a - output/pjmedia-audiodev-x86_64-unknown-linux-gnu/wmme_dev.o
a - output/pjmedia-audiodev-x86_64-unknown-linux-gnu/alsa_dev.o
a - output/pjmedia-audiodev-x86_64-unknown-linux-gnu/bb10_dev.o
a - output/pjmedia-audiodev-x86_64-unknown-linux-gnu/bdimad_dev.o
a - output/pjmedia-audiodev-x86_64-unknown-linux-gnu/android_jni_dev.o
a - output/pjmedia-audiodev-x86_64-unknown-linux-gnu/opensl_dev.o
ranlib ../lib/libpjmedia-audiodev-x86_64-unknown-linux-gnu.a
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make[3]: Leaving directory '/asterisk/third-party/pjproject/source/pjmedia/build'
make -C /asterisk/third-party/pjproject/source/pjnath//build libpjnath-x86_64-unknown-linux-gnu.a
make[3]: Entering directory '/asterisk/third-party/pjproject/source/pjnath/build'
make -f /asterisk/third-party/pjproject/source/build/rules.mak APP=PJNATH app=pjnath ../lib/libpjnath-x86_64-unknown-linux-gnu.a
make[4]: Entering directory '/asterisk/third-party/pjproject/source/pjnath/build'
mkdir -p output/pjnath-x86_64-unknown-linux-gnu/
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
-o output/pjnath-x86_64-unknown-linux-gnu/errno.o \
../src/pjnath/errno.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
-o output/pjnath-x86_64-unknown-linux-gnu/ice_session.o \
../src/pjnath/ice_session.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
-o output/pjnath-x86_64-unknown-linux-gnu/ice_strans.o \
../src/pjnath/ice_strans.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
-o output/pjnath-x86_64-unknown-linux-gnu/nat_detect.o \
../src/pjnath/nat_detect.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
-o output/pjnath-x86_64-unknown-linux-gnu/stun_auth.o \
../src/pjnath/stun_auth.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
-o output/pjnath-x86_64-unknown-linux-gnu/stun_msg.o \
../src/pjnath/stun_msg.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
-o output/pjnath-x86_64-unknown-linux-gnu/stun_msg_dump.o \
../src/pjnath/stun_msg_dump.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
-o output/pjnath-x86_64-unknown-linux-gnu/stun_session.o \
../src/pjnath/stun_session.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
-o output/pjnath-x86_64-unknown-linux-gnu/stun_sock.o \
../src/pjnath/stun_sock.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
-o output/pjnath-x86_64-unknown-linux-gnu/stun_transaction.o \
../src/pjnath/stun_transaction.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
-o output/pjnath-x86_64-unknown-linux-gnu/turn_session.o \
../src/pjnath/turn_session.c
afl-cc -c -Wall -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
-o output/pjnath-x86_64-unknown-linux-gnu/turn_sock.o \
../src/pjnath/turn_sock.c
if test ! -d ../lib; then mkdir -p ../lib; fi
ar rv ../lib/libpjnath-x86_64-unknown-linux-gnu.a output/pjnath-x86_64-unknown-linux-gnu/errno.o output/pjnath-x86_64-unknown-linux-gnu/ice_session.o output/pjnath-x86_64-unknown-linux-gnu/ice_strans.o output/pjnath-x86_64-unknown-linux-gnu/nat_detect.o output/pjnath-x86_64-unknown-linux-gnu/stun_auth.o output/pjnath-x86_64-unknown-linux-gnu/stun_msg.o output/pjnath-x86_64-unknown-linux-gnu/stun_msg_dump.o output/pjnath-x86_64-unknown-linux-gnu/stun_session.o output/pjnath-x86_64-unknown-linux-gnu/stun_sock.o output/pjnath-x86_64-unknown-linux-gnu/stun_transaction.o output/pjnath-x86_64-unknown-linux-gnu/turn_session.o output/pjnath-x86_64-unknown-linux-gnu/turn_sock.o
ar: creating ../lib/libpjnath-x86_64-unknown-linux-gnu.a
a - output/pjnath-x86_64-unknown-linux-gnu/errno.o
a - output/pjnath-x86_64-unknown-linux-gnu/ice_session.o
a - output/pjnath-x86_64-unknown-linux-gnu/ice_strans.o
a - output/pjnath-x86_64-unknown-linux-gnu/nat_detect.o
a - output/pjnath-x86_64-unknown-linux-gnu/stun_auth.o
a - output/pjnath-x86_64-unknown-linux-gnu/stun_msg.o
a - output/pjnath-x86_64-unknown-linux-gnu/stun_msg_dump.o
a - output/pjnath-x86_64-unknown-linux-gnu/stun_session.o
a - output/pjnath-x86_64-unknown-linux-gnu/stun_sock.o
a - output/pjnath-x86_64-unknown-linux-gnu/stun_transaction.o
a - output/pjnath-x86_64-unknown-linux-gnu/turn_session.o
a - output/pjnath-x86_64-unknown-linux-gnu/turn_sock.o
ranlib ../lib/libpjnath-x86_64-unknown-linux-gnu.a
make[4]: Leaving directory '/asterisk/third-party/pjproject/source/pjnath/build'
make[3]: Leaving directory '/asterisk/third-party/pjproject/source/pjnath/build'
/usr/bin/nm -Pog /asterisk/third-party/pjproject/source/pjlib/lib/libpj-x86_64-unknown-linux-gnu.a /asterisk/third-party/pjproject/source/pjlib-util/lib/libpjlib-util-x86_64-unknown-linux-gnu.a /asterisk/third-party/pjproject/source/pjsip/lib/libpjsua-x86_64-unknown-linux-gnu.a /asterisk/third-party/pjproject/source/pjsip/lib/libpjsip-ua-x86_64-unknown-linux-gnu.a /asterisk/third-party/pjproject/source/pjsip/lib/libpjsip-simple-x86_64-unknown-linux-gnu.a /asterisk/third-party/pjproject/source/pjsip/lib/libpjsip-x86_64-unknown-linux-gnu.a /asterisk/third-party/pjproject/source/pjmedia/lib/libpjmedia-codec-x86_64-unknown-linux-gnu.a /asterisk/third-party/pjproject/source/pjmedia/lib/libpjmedia-videodev-x86_64-unknown-linux-gnu.a /asterisk/third-party/pjproject/source/pjmedia/lib/libpjmedia-x86_64-unknown-linux-gnu.a /asterisk/third-party/pjproject/source/pjmedia/lib/libpjmedia-audiodev-x86_64-unknown-linux-gnu.a /asterisk/third-party/pjproject/source/pjnath/lib/libpjnath-x86_64-unknown-linux-gnu.a | /usr/bin/sed -n -E -e "s/.+: ([_]?[pP][jJ][^ ]+) .+/\1/gp" | sort -u > pjproject.symbols
make[2]: Leaving directory '/asterisk/third-party/pjproject'
make -C jansson all
make[2]: Entering directory '/asterisk/third-party/jansson'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/asterisk/third-party/jansson'
make[1]: Leaving directory '/asterisk/third-party'
make[1]: Entering directory '/asterisk/channels'
afl-cc -o chan_unistim.o -c chan_unistim.c -MD -MT chan_unistim.o -MF .chan_unistim.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_unistim\" -DAST_MODULE_SELF_SYM=__internal_chan_unistim_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script chan_unistim "" "/asterisk"
afl-cc -o chan_unistim.so -pthread -shared -Wl,--version-script,chan_unistim.exports,--warn-common chan_unistim.o
afl-cc -o chan_audiosocket.o -c chan_audiosocket.c -MD -MT chan_audiosocket.o -MF .chan_audiosocket.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_audiosocket\" -DAST_MODULE_SELF_SYM=__internal_chan_audiosocket_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script chan_audiosocket "" "/asterisk"
afl-cc -o chan_audiosocket.so -pthread -shared -Wl,--version-script,chan_audiosocket.exports,--warn-common chan_audiosocket.o
afl-cc -o chan_iax2.o -c chan_iax2.c -MD -MT chan_iax2.o -MF .chan_iax2.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o iax2/netsock.o -c iax2/netsock.c -MD -MT iax2/netsock.o -MF .iax2_netsock.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o iax2/parser.o -c iax2/parser.c -MD -MT iax2/parser.o -MF .iax2_parser.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o iax2/firmware.o -c iax2/firmware.c -MD -MT iax2/firmware.o -MF .iax2_firmware.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o iax2/provision.o -c iax2/provision.c -MD -MT iax2/provision.o -MF .iax2_provision.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o iax2/codec_pref.o -c iax2/codec_pref.c -MD -MT iax2/codec_pref.o -MF .iax2_codec_pref.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o iax2/format_compatibility.o -c iax2/format_compatibility.c -MD -MT iax2/format_compatibility.o -MF .iax2_format_compatibility.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script chan_iax2 "" "/asterisk"
afl-cc -o chan_iax2.so -pthread -shared -Wl,--version-script,chan_iax2.exports,--warn-common chan_iax2.o iax2/netsock.o iax2/parser.o iax2/firmware.o iax2/provision.o iax2/codec_pref.o iax2/format_compatibility.o
afl-cc -o chan_mgcp.o -c chan_mgcp.c -MD -MT chan_mgcp.o -MF .chan_mgcp.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_mgcp\" -DAST_MODULE_SELF_SYM=__internal_chan_mgcp_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script chan_mgcp "" "/asterisk"
afl-cc -o chan_mgcp.so -pthread -shared -Wl,--version-script,chan_mgcp.exports,--warn-common chan_mgcp.o
afl-cc -o chan_pjsip.o -c chan_pjsip.c -MD -MT chan_pjsip.o -MF .chan_pjsip.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_pjsip\" -DAST_MODULE_SELF_SYM=__internal_chan_pjsip_self -DPJ_AUTOCONF=1 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -I/asterisk/third-party/pjproject/source/pjlib/include -I/asterisk/third-party/pjproject/source/pjlib-util/include -I/asterisk/third-party/pjproject/source/pjnath/include -I/asterisk/third-party/pjproject/source/pjmedia/include -I/asterisk/third-party/pjproject/source/pjsip/include -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pjsip/dialplan_functions.o -c pjsip/dialplan_functions.c -MD -MT pjsip/dialplan_functions.o -MF .pjsip_dialplan_functions.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_pjsip\" -DAST_MODULE_SELF_SYM=__internal_chan_pjsip_self -DPJ_AUTOCONF=1 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -I/asterisk/third-party/pjproject/source/pjlib/include -I/asterisk/third-party/pjproject/source/pjlib-util/include -I/asterisk/third-party/pjproject/source/pjnath/include -I/asterisk/third-party/pjproject/source/pjmedia/include -I/asterisk/third-party/pjproject/source/pjsip/include -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pjsip/cli_commands.o -c pjsip/cli_commands.c -MD -MT pjsip/cli_commands.o -MF .pjsip_cli_commands.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_pjsip\" -DAST_MODULE_SELF_SYM=__internal_chan_pjsip_self -DPJ_AUTOCONF=1 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -I/asterisk/third-party/pjproject/source/pjlib/include -I/asterisk/third-party/pjproject/source/pjlib-util/include -I/asterisk/third-party/pjproject/source/pjnath/include -I/asterisk/third-party/pjproject/source/pjmedia/include -I/asterisk/third-party/pjproject/source/pjsip/include -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script chan_pjsip "" "/asterisk"
afl-cc -o chan_pjsip.so -pthread -shared -Wl,--version-script,chan_pjsip.exports,--warn-common chan_pjsip.o pjsip/dialplan_functions.o pjsip/cli_commands.o
afl-cc -o chan_oss.o -c chan_oss.c -MD -MT chan_oss.o -MF .chan_oss.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_oss\" -DAST_MODULE_SELF_SYM=__internal_chan_oss_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o console_video.o -c console_video.c -MD -MT console_video.o -MF .console_video.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_oss\" -DAST_MODULE_SELF_SYM=__internal_chan_oss_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o vgrabbers.o -c vgrabbers.c -MD -MT vgrabbers.o -MF .vgrabbers.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_oss\" -DAST_MODULE_SELF_SYM=__internal_chan_oss_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o console_board.o -c console_board.c -MD -MT console_board.o -MF .console_board.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_oss\" -DAST_MODULE_SELF_SYM=__internal_chan_oss_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script chan_oss "" "/asterisk"
afl-cc -o chan_oss.so -pthread -shared -Wl,--version-script,chan_oss.exports,--warn-common chan_oss.o console_video.o vgrabbers.o console_board.o
afl-cc -o chan_skinny.o -c chan_skinny.c -MD -MT chan_skinny.o -MF .chan_skinny.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_skinny\" -DAST_MODULE_SELF_SYM=__internal_chan_skinny_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script chan_skinny "" "/asterisk"
afl-cc -o chan_skinny.so -pthread -shared -Wl,--version-script,chan_skinny.exports,--warn-common chan_skinny.o
afl-cc -o chan_bridge_media.o -c chan_bridge_media.c -MD -MT chan_bridge_media.o -MF .chan_bridge_media.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_bridge_media\" -DAST_MODULE_SELF_SYM=__internal_chan_bridge_media_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script chan_bridge_media "" "/asterisk"
afl-cc -o chan_bridge_media.so -pthread -shared -Wl,--version-script,chan_bridge_media.exports,--warn-common chan_bridge_media.o
afl-cc -o chan_rtp.o -c chan_rtp.c -MD -MT chan_rtp.o -MF .chan_rtp.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"chan_rtp\" -DAST_MODULE_SELF_SYM=__internal_chan_rtp_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script chan_rtp "" "/asterisk"
afl-cc -o chan_rtp.so -pthread -shared -Wl,--version-script,chan_rtp.exports,--warn-common chan_rtp.o
make[1]: Leaving directory '/asterisk/channels'
make[1]: Entering directory '/asterisk/pbx'
afl-cc -o pbx_spool.o -c pbx_spool.c -MD -MT pbx_spool.o -MF .pbx_spool.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"pbx_spool\" -DAST_MODULE_SELF_SYM=__internal_pbx_spool_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script pbx_spool "" "/asterisk"
afl-cc -o pbx_spool.so -pthread -shared -Wl,--version-script,pbx_spool.exports,--warn-common pbx_spool.o
afl-cc -o pbx_realtime.o -c pbx_realtime.c -MD -MT pbx_realtime.o -MF .pbx_realtime.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"pbx_realtime\" -DAST_MODULE_SELF_SYM=__internal_pbx_realtime_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script pbx_realtime "" "/asterisk"
afl-cc -o pbx_realtime.so -pthread -shared -Wl,--version-script,pbx_realtime.exports,--warn-common pbx_realtime.o
afl-cc -o pbx_ael.o -c pbx_ael.c -MD -MT pbx_ael.o -MF .pbx_ael.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"pbx_ael\" -DAST_MODULE_SELF_SYM=__internal_pbx_ael_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script pbx_ael "" "/asterisk"
afl-cc -o pbx_ael.so -pthread -shared -Wl,--version-script,pbx_ael.exports,--warn-common pbx_ael.o
afl-cc -o pbx_dundi.o -c pbx_dundi.c -MD -MT pbx_dundi.o -MF .pbx_dundi.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"pbx_dundi\" -DAST_MODULE_SELF_SYM=__internal_pbx_dundi_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dundi-parser.o -c dundi-parser.c -MD -MT dundi-parser.o -MF .dundi-parser.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"pbx_dundi\" -DAST_MODULE_SELF_SYM=__internal_pbx_dundi_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script pbx_dundi "" "/asterisk"
afl-cc -o pbx_dundi.so -pthread -shared -Wl,--version-script,pbx_dundi.exports,--warn-common pbx_dundi.o dundi-parser.o -lz
afl-cc -o pbx_loopback.o -c pbx_loopback.c -MD -MT pbx_loopback.o -MF .pbx_loopback.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"pbx_loopback\" -DAST_MODULE_SELF_SYM=__internal_pbx_loopback_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script pbx_loopback "" "/asterisk"
afl-cc -o pbx_loopback.so -pthread -shared -Wl,--version-script,pbx_loopback.exports,--warn-common pbx_loopback.o
afl-cc -o pbx_config.o -c pbx_config.c -MD -MT pbx_config.o -MF .pbx_config.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"pbx_config\" -DAST_MODULE_SELF_SYM=__internal_pbx_config_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script pbx_config "" "/asterisk"
afl-cc -o pbx_config.so -pthread -shared -Wl,--version-script,pbx_config.exports,--warn-common pbx_config.o
make[1]: Leaving directory '/asterisk/pbx'
make[1]: Entering directory '/asterisk/apps'
afl-cc -o app_externalivr.o -c app_externalivr.c -MD -MT app_externalivr.o -MF .app_externalivr.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_externalivr\" -DAST_MODULE_SELF_SYM=__internal_app_externalivr_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_externalivr "" "/asterisk"
afl-cc -o app_externalivr.so -pthread -shared -Wl,--version-script,app_externalivr.exports,--warn-common app_externalivr.o
afl-cc -o app_milliwatt.o -c app_milliwatt.c -MD -MT app_milliwatt.o -MF .app_milliwatt.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_milliwatt\" -DAST_MODULE_SELF_SYM=__internal_app_milliwatt_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_milliwatt "" "/asterisk"
afl-cc -o app_milliwatt.so -pthread -shared -Wl,--version-script,app_milliwatt.exports,--warn-common app_milliwatt.o
afl-cc -o app_talkdetect.o -c app_talkdetect.c -MD -MT app_talkdetect.o -MF .app_talkdetect.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_talkdetect\" -DAST_MODULE_SELF_SYM=__internal_app_talkdetect_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_talkdetect "" "/asterisk"
afl-cc -o app_talkdetect.so -pthread -shared -Wl,--version-script,app_talkdetect.exports,--warn-common app_talkdetect.o
afl-cc -o app_authenticate.o -c app_authenticate.c -MD -MT app_authenticate.o -MF .app_authenticate.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_authenticate\" -DAST_MODULE_SELF_SYM=__internal_app_authenticate_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_authenticate "" "/asterisk"
afl-cc -o app_authenticate.so -pthread -shared -Wl,--version-script,app_authenticate.exports,--warn-common app_authenticate.o
afl-cc -o app_exec.o -c app_exec.c -MD -MT app_exec.o -MF .app_exec.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_exec\" -DAST_MODULE_SELF_SYM=__internal_app_exec_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_exec "" "/asterisk"
afl-cc -o app_exec.so -pthread -shared -Wl,--version-script,app_exec.exports,--warn-common app_exec.o
afl-cc -o app_controlplayback.o -c app_controlplayback.c -MD -MT app_controlplayback.o -MF .app_controlplayback.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_controlplayback\" -DAST_MODULE_SELF_SYM=__internal_app_controlplayback_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_controlplayback "" "/asterisk"
afl-cc -o app_controlplayback.so -pthread -shared -Wl,--version-script,app_controlplayback.exports,--warn-common app_controlplayback.o
afl-cc -o app_festival.o -c app_festival.c -MD -MT app_festival.o -MF .app_festival.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_festival\" -DAST_MODULE_SELF_SYM=__internal_app_festival_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_festival "" "/asterisk"
afl-cc -o app_festival.so -pthread -shared -Wl,--version-script,app_festival.exports,--warn-common app_festival.o
afl-cc -o app_page.o -c app_page.c -MD -MT app_page.o -MF .app_page.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_page\" -DAST_MODULE_SELF_SYM=__internal_app_page_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_page "" "/asterisk"
afl-cc -o app_page.so -pthread -shared -Wl,--version-script,app_page.exports,--warn-common app_page.o
afl-cc -o app_userevent.o -c app_userevent.c -MD -MT app_userevent.o -MF .app_userevent.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_userevent\" -DAST_MODULE_SELF_SYM=__internal_app_userevent_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_userevent "" "/asterisk"
afl-cc -o app_userevent.so -pthread -shared -Wl,--version-script,app_userevent.exports,--warn-common app_userevent.o
afl-cc -o app_waitforsilence.o -c app_waitforsilence.c -MD -MT app_waitforsilence.o -MF .app_waitforsilence.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_waitforsilence\" -DAST_MODULE_SELF_SYM=__internal_app_waitforsilence_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_waitforsilence "" "/asterisk"
afl-cc -o app_waitforsilence.so -pthread -shared -Wl,--version-script,app_waitforsilence.exports,--warn-common app_waitforsilence.o
afl-cc -o app_read.o -c app_read.c -MD -MT app_read.o -MF .app_read.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_read\" -DAST_MODULE_SELF_SYM=__internal_app_read_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_read "" "/asterisk"
afl-cc -o app_read.so -pthread -shared -Wl,--version-script,app_read.exports,--warn-common app_read.o
afl-cc -o app_cdr.o -c app_cdr.c -MD -MT app_cdr.o -MF .app_cdr.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_cdr\" -DAST_MODULE_SELF_SYM=__internal_app_cdr_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_cdr "" "/asterisk"
afl-cc -o app_cdr.so -pthread -shared -Wl,--version-script,app_cdr.exports,--warn-common app_cdr.o
afl-cc -o app_forkcdr.o -c app_forkcdr.c -MD -MT app_forkcdr.o -MF .app_forkcdr.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_forkcdr\" -DAST_MODULE_SELF_SYM=__internal_app_forkcdr_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_forkcdr "" "/asterisk"
afl-cc -o app_forkcdr.so -pthread -shared -Wl,--version-script,app_forkcdr.exports,--warn-common app_forkcdr.o
afl-cc -o app_bridgeaddchan.o -c app_bridgeaddchan.c -MD -MT app_bridgeaddchan.o -MF .app_bridgeaddchan.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_bridgeaddchan\" -DAST_MODULE_SELF_SYM=__internal_app_bridgeaddchan_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_bridgeaddchan "" "/asterisk"
afl-cc -o app_bridgeaddchan.so -pthread -shared -Wl,--version-script,app_bridgeaddchan.exports,--warn-common app_bridgeaddchan.o
afl-cc -o app_record.o -c app_record.c -MD -MT app_record.o -MF .app_record.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_record\" -DAST_MODULE_SELF_SYM=__internal_app_record_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_record "" "/asterisk"
afl-cc -o app_record.so -pthread -shared -Wl,--version-script,app_record.exports,--warn-common app_record.o
afl-cc -o app_dictate.o -c app_dictate.c -MD -MT app_dictate.o -MF .app_dictate.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_dictate\" -DAST_MODULE_SELF_SYM=__internal_app_dictate_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_dictate "" "/asterisk"
afl-cc -o app_dictate.so -pthread -shared -Wl,--version-script,app_dictate.exports,--warn-common app_dictate.o
afl-cc -o app_directory.o -c app_directory.c -MD -MT app_directory.o -MF .app_directory.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_directory\" -DAST_MODULE_SELF_SYM=__internal_app_directory_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_directory "" "/asterisk"
afl-cc -o app_directory.so -pthread -shared -Wl,--version-script,app_directory.exports,--warn-common app_directory.o
afl-cc -o app_sms.o -c app_sms.c -MD -MT app_sms.o -MF .app_sms.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_sms\" -DAST_MODULE_SELF_SYM=__internal_app_sms_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_sms "" "/asterisk"
afl-cc -o app_sms.so -pthread -shared -Wl,--version-script,app_sms.exports,--warn-common app_sms.o
afl-cc -o app_waituntil.o -c app_waituntil.c -MD -MT app_waituntil.o -MF .app_waituntil.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_waituntil\" -DAST_MODULE_SELF_SYM=__internal_app_waituntil_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_waituntil "" "/asterisk"
afl-cc -o app_waituntil.so -pthread -shared -Wl,--version-script,app_waituntil.exports,--warn-common app_waituntil.o
afl-cc -o app_privacy.o -c app_privacy.c -MD -MT app_privacy.o -MF .app_privacy.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_privacy\" -DAST_MODULE_SELF_SYM=__internal_app_privacy_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_privacy "" "/asterisk"
afl-cc -o app_privacy.so -pthread -shared -Wl,--version-script,app_privacy.exports,--warn-common app_privacy.o
afl-cc -o app_system.o -c app_system.c -MD -MT app_system.o -MF .app_system.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_system\" -DAST_MODULE_SELF_SYM=__internal_app_system_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_system "" "/asterisk"
afl-cc -o app_system.so -pthread -shared -Wl,--version-script,app_system.exports,--warn-common app_system.o
afl-cc -o app_morsecode.o -c app_morsecode.c -MD -MT app_morsecode.o -MF .app_morsecode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_morsecode\" -DAST_MODULE_SELF_SYM=__internal_app_morsecode_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_morsecode "" "/asterisk"
afl-cc -o app_morsecode.so -pthread -shared -Wl,--version-script,app_morsecode.exports,--warn-common app_morsecode.o
afl-cc -o app_voicemail.o -c app_voicemail.c -MD -MT app_voicemail.o -MF .app_voicemail.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_voicemail\" -DAST_MODULE_SELF_SYM=__internal_app_voicemail_self -DFILE_STORAGE -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_voicemail "" "/asterisk"
afl-cc -o app_voicemail.so -pthread -shared -Wl,--version-script,app_voicemail.exports,--warn-common app_voicemail.o
afl-cc -o app_minivm.o -c app_minivm.c -MD -MT app_minivm.o -MF .app_minivm.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_minivm\" -DAST_MODULE_SELF_SYM=__internal_app_minivm_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_minivm "" "/asterisk"
afl-cc -o app_minivm.so -pthread -shared -Wl,--version-script,app_minivm.exports,--warn-common app_minivm.o
afl-cc -o app_image.o -c app_image.c -MD -MT app_image.o -MF .app_image.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_image\" -DAST_MODULE_SELF_SYM=__internal_app_image_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_image "" "/asterisk"
afl-cc -o app_image.so -pthread -shared -Wl,--version-script,app_image.exports,--warn-common app_image.o
afl-cc -o app_bridgewait.o -c app_bridgewait.c -MD -MT app_bridgewait.o -MF .app_bridgewait.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_bridgewait\" -DAST_MODULE_SELF_SYM=__internal_app_bridgewait_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_bridgewait "" "/asterisk"
afl-cc -o app_bridgewait.so -pthread -shared -Wl,--version-script,app_bridgewait.exports,--warn-common app_bridgewait.o
afl-cc -o app_url.o -c app_url.c -MD -MT app_url.o -MF .app_url.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_url\" -DAST_MODULE_SELF_SYM=__internal_app_url_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_url "" "/asterisk"
afl-cc -o app_url.so -pthread -shared -Wl,--version-script,app_url.exports,--warn-common app_url.o
afl-cc -o app_db.o -c app_db.c -MD -MT app_db.o -MF .app_db.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_db\" -DAST_MODULE_SELF_SYM=__internal_app_db_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_db "" "/asterisk"
afl-cc -o app_db.so -pthread -shared -Wl,--version-script,app_db.exports,--warn-common app_db.o
afl-cc -o app_chanisavail.o -c app_chanisavail.c -MD -MT app_chanisavail.o -MF .app_chanisavail.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_chanisavail\" -DAST_MODULE_SELF_SYM=__internal_app_chanisavail_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_chanisavail "" "/asterisk"
afl-cc -o app_chanisavail.so -pthread -shared -Wl,--version-script,app_chanisavail.exports,--warn-common app_chanisavail.o
afl-cc -o app_confbridge.o -c app_confbridge.c -MD -MT app_confbridge.o -MF .app_confbridge.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o confbridge/conf_state_single_marked.o -c confbridge/conf_state_single_marked.c -MD -MT confbridge/conf_state_single_marked.o -MF .confbridge_conf_state_single_marked.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o confbridge/conf_state.o -c confbridge/conf_state.c -MD -MT confbridge/conf_state.o -MF .confbridge_conf_state.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o confbridge/conf_state_single.o -c confbridge/conf_state_single.c -MD -MT confbridge/conf_state_single.o -MF .confbridge_conf_state_single.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o confbridge/conf_state_multi_marked.o -c confbridge/conf_state_multi_marked.c -MD -MT confbridge/conf_state_multi_marked.o -MF .confbridge_conf_state_multi_marked.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o confbridge/conf_chan_record.o -c confbridge/conf_chan_record.c -MD -MT confbridge/conf_chan_record.o -MF .confbridge_conf_chan_record.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o confbridge/conf_state_multi.o -c confbridge/conf_state_multi.c -MD -MT confbridge/conf_state_multi.o -MF .confbridge_conf_state_multi.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o confbridge/conf_state_empty.o -c confbridge/conf_state_empty.c -MD -MT confbridge/conf_state_empty.o -MF .confbridge_conf_state_empty.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o confbridge/conf_config_parser.o -c confbridge/conf_config_parser.c -MD -MT confbridge/conf_config_parser.o -MF .confbridge_conf_config_parser.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o confbridge/confbridge_manager.o -c confbridge/confbridge_manager.c -MD -MT confbridge/confbridge_manager.o -MF .confbridge_confbridge_manager.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o confbridge/conf_chan_announce.o -c confbridge/conf_chan_announce.c -MD -MT confbridge/conf_chan_announce.o -MF .confbridge_conf_chan_announce.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o confbridge/conf_state_inactive.o -c confbridge/conf_state_inactive.c -MD -MT confbridge/conf_state_inactive.o -MF .confbridge_conf_state_inactive.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_confbridge "" "/asterisk"
afl-cc -o app_confbridge.so -pthread -shared -Wl,--version-script,app_confbridge.exports,--warn-common app_confbridge.o confbridge/conf_state_single_marked.o confbridge/conf_state.o confbridge/conf_state_single.o confbridge/conf_state_multi_marked.o confbridge/conf_chan_record.o confbridge/conf_state_multi.o confbridge/conf_state_empty.o confbridge/conf_config_parser.o confbridge/confbridge_manager.o confbridge/conf_chan_announce.o confbridge/conf_state_inactive.o
afl-cc -o app_stack.o -c app_stack.c -MD -MT app_stack.o -MF .app_stack.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_stack\" -DAST_MODULE_SELF_SYM=__internal_app_stack_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_stack "" "/asterisk"
afl-cc -o app_stack.so -pthread -shared -Wl,--version-script,app_stack.exports,--warn-common app_stack.o
afl-cc -o app_readexten.o -c app_readexten.c -MD -MT app_readexten.o -MF .app_readexten.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_readexten\" -DAST_MODULE_SELF_SYM=__internal_app_readexten_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_readexten "" "/asterisk"
afl-cc -o app_readexten.so -pthread -shared -Wl,--version-script,app_readexten.exports,--warn-common app_readexten.o
afl-cc -o app_echo.o -c app_echo.c -MD -MT app_echo.o -MF .app_echo.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_echo\" -DAST_MODULE_SELF_SYM=__internal_app_echo_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_echo "" "/asterisk"
afl-cc -o app_echo.so -pthread -shared -Wl,--version-script,app_echo.exports,--warn-common app_echo.o
afl-cc -o app_while.o -c app_while.c -MD -MT app_while.o -MF .app_while.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_while\" -DAST_MODULE_SELF_SYM=__internal_app_while_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_while "" "/asterisk"
afl-cc -o app_while.so -pthread -shared -Wl,--version-script,app_while.exports,--warn-common app_while.o
afl-cc -o app_senddtmf.o -c app_senddtmf.c -MD -MT app_senddtmf.o -MF .app_senddtmf.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_senddtmf\" -DAST_MODULE_SELF_SYM=__internal_app_senddtmf_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_senddtmf "" "/asterisk"
afl-cc -o app_senddtmf.so -pthread -shared -Wl,--version-script,app_senddtmf.exports,--warn-common app_senddtmf.o
afl-cc -o app_mp3.o -c app_mp3.c -MD -MT app_mp3.o -MF .app_mp3.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_mp3\" -DAST_MODULE_SELF_SYM=__internal_app_mp3_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_mp3 "" "/asterisk"
afl-cc -o app_mp3.so -pthread -shared -Wl,--version-script,app_mp3.exports,--warn-common app_mp3.o
afl-cc -o app_waitforring.o -c app_waitforring.c -MD -MT app_waitforring.o -MF .app_waitforring.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_waitforring\" -DAST_MODULE_SELF_SYM=__internal_app_waitforring_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_waitforring "" "/asterisk"
afl-cc -o app_waitforring.so -pthread -shared -Wl,--version-script,app_waitforring.exports,--warn-common app_waitforring.o
afl-cc -o app_channelredirect.o -c app_channelredirect.c -MD -MT app_channelredirect.o -MF .app_channelredirect.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_channelredirect\" -DAST_MODULE_SELF_SYM=__internal_app_channelredirect_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_channelredirect "" "/asterisk"
afl-cc -o app_channelredirect.so -pthread -shared -Wl,--version-script,app_channelredirect.exports,--warn-common app_channelredirect.o
afl-cc -o app_celgenuserevent.o -c app_celgenuserevent.c -MD -MT app_celgenuserevent.o -MF .app_celgenuserevent.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_celgenuserevent\" -DAST_MODULE_SELF_SYM=__internal_app_celgenuserevent_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_celgenuserevent "" "/asterisk"
afl-cc -o app_celgenuserevent.so -pthread -shared -Wl,--version-script,app_celgenuserevent.exports,--warn-common app_celgenuserevent.o
afl-cc -o app_zapateller.o -c app_zapateller.c -MD -MT app_zapateller.o -MF .app_zapateller.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_zapateller\" -DAST_MODULE_SELF_SYM=__internal_app_zapateller_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_zapateller "" "/asterisk"
afl-cc -o app_zapateller.so -pthread -shared -Wl,--version-script,app_zapateller.exports,--warn-common app_zapateller.o
afl-cc -o app_transfer.o -c app_transfer.c -MD -MT app_transfer.o -MF .app_transfer.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_transfer\" -DAST_MODULE_SELF_SYM=__internal_app_transfer_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_transfer "" "/asterisk"
afl-cc -o app_transfer.so -pthread -shared -Wl,--version-script,app_transfer.exports,--warn-common app_transfer.o
afl-cc -o app_verbose.o -c app_verbose.c -MD -MT app_verbose.o -MF .app_verbose.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_verbose\" -DAST_MODULE_SELF_SYM=__internal_app_verbose_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_verbose "" "/asterisk"
afl-cc -o app_verbose.so -pthread -shared -Wl,--version-script,app_verbose.exports,--warn-common app_verbose.o
afl-cc -o app_playtones.o -c app_playtones.c -MD -MT app_playtones.o -MF .app_playtones.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_playtones\" -DAST_MODULE_SELF_SYM=__internal_app_playtones_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_playtones "" "/asterisk"
afl-cc -o app_playtones.so -pthread -shared -Wl,--version-script,app_playtones.exports,--warn-common app_playtones.o
afl-cc -o app_originate.o -c app_originate.c -MD -MT app_originate.o -MF .app_originate.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_originate\" -DAST_MODULE_SELF_SYM=__internal_app_originate_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_originate "" "/asterisk"
afl-cc -o app_originate.so -pthread -shared -Wl,--version-script,app_originate.exports,--warn-common app_originate.o
afl-cc -o app_adsiprog.o -c app_adsiprog.c -MD -MT app_adsiprog.o -MF .app_adsiprog.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_adsiprog\" -DAST_MODULE_SELF_SYM=__internal_app_adsiprog_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_adsiprog "" "/asterisk"
afl-cc -o app_adsiprog.so -pthread -shared -Wl,--version-script,app_adsiprog.exports,--warn-common app_adsiprog.o
afl-cc -o app_amd.o -c app_amd.c -MD -MT app_amd.o -MF .app_amd.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_amd\" -DAST_MODULE_SELF_SYM=__internal_app_amd_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_amd "" "/asterisk"
afl-cc -o app_amd.so -pthread -shared -Wl,--version-script,app_amd.exports,--warn-common app_amd.o
afl-cc -o app_blind_transfer.o -c app_blind_transfer.c -MD -MT app_blind_transfer.o -MF .app_blind_transfer.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_blind_transfer\" -DAST_MODULE_SELF_SYM=__internal_app_blind_transfer_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_blind_transfer "" "/asterisk"
afl-cc -o app_blind_transfer.so -pthread -shared -Wl,--version-script,app_blind_transfer.exports,--warn-common app_blind_transfer.o
afl-cc -o app_disa.o -c app_disa.c -MD -MT app_disa.o -MF .app_disa.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_disa\" -DAST_MODULE_SELF_SYM=__internal_app_disa_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_disa "" "/asterisk"
afl-cc -o app_disa.so -pthread -shared -Wl,--version-script,app_disa.exports,--warn-common app_disa.o
afl-cc -o app_directed_pickup.o -c app_directed_pickup.c -MD -MT app_directed_pickup.o -MF .app_directed_pickup.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_directed_pickup\" -DAST_MODULE_SELF_SYM=__internal_app_directed_pickup_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_directed_pickup "" "/asterisk"
afl-cc -o app_directed_pickup.so -pthread -shared -Wl,--version-script,app_directed_pickup.exports,--warn-common app_directed_pickup.o
afl-cc -o app_attended_transfer.o -c app_attended_transfer.c -MD -MT app_attended_transfer.o -MF .app_attended_transfer.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_attended_transfer\" -DAST_MODULE_SELF_SYM=__internal_app_attended_transfer_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_attended_transfer "" "/asterisk"
afl-cc -o app_attended_transfer.so -pthread -shared -Wl,--version-script,app_attended_transfer.exports,--warn-common app_attended_transfer.o
afl-cc -o app_queue.o -c app_queue.c -MD -MT app_queue.o -MF .app_queue.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_queue\" -DAST_MODULE_SELF_SYM=__internal_app_queue_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_queue "" "/asterisk"
afl-cc -o app_queue.so -pthread -shared -Wl,--version-script,app_queue.exports,--warn-common app_queue.o
afl-cc -o app_stasis.o -c app_stasis.c -MD -MT app_stasis.o -MF .app_stasis.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_stasis\" -DAST_MODULE_SELF_SYM=__internal_app_stasis_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_stasis "" "/asterisk"
afl-cc -o app_stasis.so -pthread -shared -Wl,--version-script,app_stasis.exports,--warn-common app_stasis.o
afl-cc -o app_agent_pool.o -c app_agent_pool.c -MD -MT app_agent_pool.o -MF .app_agent_pool.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_agent_pool\" -DAST_MODULE_SELF_SYM=__internal_app_agent_pool_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_agent_pool "" "/asterisk"
afl-cc -o app_agent_pool.so -pthread -shared -Wl,--version-script,app_agent_pool.exports,--warn-common app_agent_pool.o
afl-cc -o app_dumpchan.o -c app_dumpchan.c -MD -MT app_dumpchan.o -MF .app_dumpchan.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_dumpchan\" -DAST_MODULE_SELF_SYM=__internal_app_dumpchan_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_dumpchan "" "/asterisk"
afl-cc -o app_dumpchan.so -pthread -shared -Wl,--version-script,app_dumpchan.exports,--warn-common app_dumpchan.o
afl-cc -o app_softhangup.o -c app_softhangup.c -MD -MT app_softhangup.o -MF .app_softhangup.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_softhangup\" -DAST_MODULE_SELF_SYM=__internal_app_softhangup_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_softhangup "" "/asterisk"
afl-cc -o app_softhangup.so -pthread -shared -Wl,--version-script,app_softhangup.exports,--warn-common app_softhangup.o
afl-cc -o app_mixmonitor.o -c app_mixmonitor.c -MD -MT app_mixmonitor.o -MF .app_mixmonitor.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_mixmonitor\" -DAST_MODULE_SELF_SYM=__internal_app_mixmonitor_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_mixmonitor "" "/asterisk"
afl-cc -o app_mixmonitor.so -pthread -shared -Wl,--version-script,app_mixmonitor.exports,--warn-common app_mixmonitor.o
afl-cc -o app_getcpeid.o -c app_getcpeid.c -MD -MT app_getcpeid.o -MF .app_getcpeid.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_getcpeid\" -DAST_MODULE_SELF_SYM=__internal_app_getcpeid_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_getcpeid "" "/asterisk"
afl-cc -o app_getcpeid.so -pthread -shared -Wl,--version-script,app_getcpeid.exports,--warn-common app_getcpeid.o
afl-cc -o app_sendtext.o -c app_sendtext.c -MD -MT app_sendtext.o -MF .app_sendtext.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_sendtext\" -DAST_MODULE_SELF_SYM=__internal_app_sendtext_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_sendtext "" "/asterisk"
afl-cc -o app_sendtext.so -pthread -shared -Wl,--version-script,app_sendtext.exports,--warn-common app_sendtext.o
afl-cc -o app_nbscat.o -c app_nbscat.c -MD -MT app_nbscat.o -MF .app_nbscat.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_nbscat\" -DAST_MODULE_SELF_SYM=__internal_app_nbscat_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_nbscat "" "/asterisk"
afl-cc -o app_nbscat.so -pthread -shared -Wl,--version-script,app_nbscat.exports,--warn-common app_nbscat.o
afl-cc -o app_followme.o -c app_followme.c -MD -MT app_followme.o -MF .app_followme.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_followme\" -DAST_MODULE_SELF_SYM=__internal_app_followme_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_followme "" "/asterisk"
afl-cc -o app_followme.so -pthread -shared -Wl,--version-script,app_followme.exports,--warn-common app_followme.o
afl-cc -o app_alarmreceiver.o -c app_alarmreceiver.c -MD -MT app_alarmreceiver.o -MF .app_alarmreceiver.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_alarmreceiver\" -DAST_MODULE_SELF_SYM=__internal_app_alarmreceiver_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_alarmreceiver "" "/asterisk"
afl-cc -o app_alarmreceiver.so -pthread -shared -Wl,--version-script,app_alarmreceiver.exports,--warn-common app_alarmreceiver.o
afl-cc -o app_sayunixtime.o -c app_sayunixtime.c -MD -MT app_sayunixtime.o -MF .app_sayunixtime.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_sayunixtime\" -DAST_MODULE_SELF_SYM=__internal_app_sayunixtime_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_sayunixtime "" "/asterisk"
afl-cc -o app_sayunixtime.so -pthread -shared -Wl,--version-script,app_sayunixtime.exports,--warn-common app_sayunixtime.o
afl-cc -o app_stream_echo.o -c app_stream_echo.c -MD -MT app_stream_echo.o -MF .app_stream_echo.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_stream_echo\" -DAST_MODULE_SELF_SYM=__internal_app_stream_echo_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_stream_echo "" "/asterisk"
afl-cc -o app_stream_echo.so -pthread -shared -Wl,--version-script,app_stream_echo.exports,--warn-common app_stream_echo.o
afl-cc -o app_playback.o -c app_playback.c -MD -MT app_playback.o -MF .app_playback.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_playback\" -DAST_MODULE_SELF_SYM=__internal_app_playback_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_playback "" "/asterisk"
afl-cc -o app_playback.so -pthread -shared -Wl,--version-script,app_playback.exports,--warn-common app_playback.o
afl-cc -o app_chanspy.o -c app_chanspy.c -MD -MT app_chanspy.o -MF .app_chanspy.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_chanspy\" -DAST_MODULE_SELF_SYM=__internal_app_chanspy_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_chanspy "" "/asterisk"
afl-cc -o app_chanspy.so -pthread -shared -Wl,--version-script,app_chanspy.exports,--warn-common app_chanspy.o
afl-cc -o app_ices.o -c app_ices.c -MD -MT app_ices.o -MF .app_ices.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_ices\" -DAST_MODULE_SELF_SYM=__internal_app_ices_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_ices "" "/asterisk"
afl-cc -o app_ices.so -pthread -shared -Wl,--version-script,app_ices.exports,--warn-common app_ices.o
afl-cc -o app_audiosocket.o -c app_audiosocket.c -MD -MT app_audiosocket.o -MF .app_audiosocket.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_audiosocket\" -DAST_MODULE_SELF_SYM=__internal_app_audiosocket_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_audiosocket "" "/asterisk"
afl-cc -o app_audiosocket.so -pthread -shared -Wl,--version-script,app_audiosocket.exports,--warn-common app_audiosocket.o
afl-cc -o app_speech_utils.o -c app_speech_utils.c -MD -MT app_speech_utils.o -MF .app_speech_utils.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_speech_utils\" -DAST_MODULE_SELF_SYM=__internal_app_speech_utils_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_speech_utils "" "/asterisk"
afl-cc -o app_speech_utils.so -pthread -shared -Wl,--version-script,app_speech_utils.exports,--warn-common app_speech_utils.o
afl-cc -o app_test.o -c app_test.c -MD -MT app_test.o -MF .app_test.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_test\" -DAST_MODULE_SELF_SYM=__internal_app_test_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_test "" "/asterisk"
afl-cc -o app_test.so -pthread -shared -Wl,--version-script,app_test.exports,--warn-common app_test.o
afl-cc -o app_dial.o -c app_dial.c -MD -MT app_dial.o -MF .app_dial.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"app_dial\" -DAST_MODULE_SELF_SYM=__internal_app_dial_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script app_dial "" "/asterisk"
afl-cc -o app_dial.so -pthread -shared -Wl,--version-script,app_dial.exports,--warn-common app_dial.o
make[1]: Leaving directory '/asterisk/apps'
make[1]: Entering directory '/asterisk/codecs'
make[2]: Entering directory '/asterisk/codecs/lpc10'
afl-cc -o f2clib.o -c f2clib.c -MD -MT f2clib.o -MF .f2clib.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o analys.o -c analys.c -MD -MT analys.o -MF .analys.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o bsynz.o -c bsynz.c -MD -MT bsynz.o -MF .bsynz.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o chanwr.o -c chanwr.c -MD -MT chanwr.o -MF .chanwr.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dcbias.o -c dcbias.c -MD -MT dcbias.o -MF .dcbias.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o decode.o -c decode.c -MD -MT decode.o -MF .decode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o deemp.o -c deemp.c -MD -MT deemp.o -MF .deemp.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o difmag.o -c difmag.c -MD -MT difmag.o -MF .difmag.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dyptrk.o -c dyptrk.c -MD -MT dyptrk.o -MF .dyptrk.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o encode.o -c encode.c -MD -MT encode.o -MF .encode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o energy.o -c energy.c -MD -MT energy.o -MF .energy.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o ham84.o -c ham84.c -MD -MT ham84.o -MF .ham84.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o hp100.o -c hp100.c -MD -MT hp100.o -MF .hp100.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o invert.o -c invert.c -MD -MT invert.o -MF .invert.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o irc2pc.o -c irc2pc.c -MD -MT irc2pc.o -MF .irc2pc.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o ivfilt.o -c ivfilt.c -MD -MT ivfilt.o -MF .ivfilt.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o lpcdec.o -c lpcdec.c -MD -MT lpcdec.o -MF .lpcdec.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o lpcenc.o -c lpcenc.c -MD -MT lpcenc.o -MF .lpcenc.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o lpcini.o -c lpcini.c -MD -MT lpcini.o -MF .lpcini.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o lpfilt.o -c lpfilt.c -MD -MT lpfilt.o -MF .lpfilt.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o median.o -c median.c -MD -MT median.o -MF .median.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o mload.o -c mload.c -MD -MT mload.o -MF .mload.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o onset.o -c onset.c -MD -MT onset.o -MF .onset.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pitsyn.o -c pitsyn.c -MD -MT pitsyn.o -MF .pitsyn.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o placea.o -c placea.c -MD -MT placea.o -MF .placea.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o placev.o -c placev.c -MD -MT placev.o -MF .placev.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o preemp.o -c preemp.c -MD -MT preemp.o -MF .preemp.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o prepro.o -c prepro.c -MD -MT prepro.o -MF .prepro.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o random.o -c random.c -MD -MT random.o -MF .random.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o rcchk.o -c rcchk.c -MD -MT rcchk.o -MF .rcchk.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o synths.o -c synths.c -MD -MT synths.o -MF .synths.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o tbdm.o -c tbdm.c -MD -MT tbdm.o -MF .tbdm.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o voicin.o -c voicin.c -MD -MT voicin.o -MF .voicin.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o vparms.o -c vparms.c -MD -MT vparms.o -MF .vparms.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -O3 -Wno-unused-value -Wno-parentheses-equality
ar cr liblpc10.a f2clib.o analys.o bsynz.o chanwr.o dcbias.o decode.o deemp.o difmag.o dyptrk.o encode.o energy.o ham84.o hp100.o invert.o irc2pc.o ivfilt.o lpcdec.o lpcenc.o lpcini.o lpfilt.o median.o mload.o onset.o pitsyn.o placea.o placev.o preemp.o prepro.o random.o rcchk.o synths.o tbdm.o voicin.o vparms.o
ranlib liblpc10.a
make[2]: Leaving directory '/asterisk/codecs/lpc10'
make[2]: Entering directory '/asterisk/codecs/ilbc'
afl-cc -o anaFilter.o -c anaFilter.c -MD -MT anaFilter.o -MF .anaFilter.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o constants.o -c constants.c -MD -MT constants.o -MF .constants.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o createCB.o -c createCB.c -MD -MT createCB.o -MF .createCB.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o doCPLC.o -c doCPLC.c -MD -MT doCPLC.o -MF .doCPLC.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o enhancer.o -c enhancer.c -MD -MT enhancer.o -MF .enhancer.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o filter.o -c filter.c -MD -MT filter.o -MF .filter.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o FrameClassify.o -c FrameClassify.c -MD -MT FrameClassify.o -MF .FrameClassify.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o gainquant.o -c gainquant.c -MD -MT gainquant.o -MF .gainquant.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o getCBvec.o -c getCBvec.c -MD -MT getCBvec.o -MF .getCBvec.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o helpfun.o -c helpfun.c -MD -MT helpfun.o -MF .helpfun.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o hpInput.o -c hpInput.c -MD -MT hpInput.o -MF .hpInput.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o hpOutput.o -c hpOutput.c -MD -MT hpOutput.o -MF .hpOutput.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o iCBConstruct.o -c iCBConstruct.c -MD -MT iCBConstruct.o -MF .iCBConstruct.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o iCBSearch.o -c iCBSearch.c -MD -MT iCBSearch.o -MF .iCBSearch.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o iLBC_decode.o -c iLBC_decode.c -MD -MT iLBC_decode.o -MF .iLBC_decode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o iLBC_encode.o -c iLBC_encode.c -MD -MT iLBC_encode.o -MF .iLBC_encode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o iLBC_test.o -c iLBC_test.c -MD -MT iLBC_test.o -MF .iLBC_test.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o LPCdecode.o -c LPCdecode.c -MD -MT LPCdecode.o -MF .LPCdecode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o LPCencode.o -c LPCencode.c -MD -MT LPCencode.o -MF .LPCencode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o lsf.o -c lsf.c -MD -MT lsf.o -MF .lsf.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o packing.o -c packing.c -MD -MT packing.o -MF .packing.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o StateConstructW.o -c StateConstructW.c -MD -MT StateConstructW.o -MF .StateConstructW.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o StateSearchW.o -c StateSearchW.c -MD -MT StateSearchW.o -MF .StateSearchW.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
afl-cc -o syntFilter.o -c syntFilter.c -MD -MT syntFilter.o -MF .syntFilter.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -Wno-unused-value -Wno-parentheses-equality
ar cr libilbc.a anaFilter.o constants.o createCB.o doCPLC.o enhancer.o filter.o FrameClassify.o gainquant.o getCBvec.o helpfun.o hpInput.o hpOutput.o iCBConstruct.o iCBSearch.o iLBC_decode.o iLBC_encode.o iLBC_test.o LPCdecode.o LPCencode.o lsf.o packing.o StateConstructW.o StateSearchW.o syntFilter.o
ranlib libilbc.a
make[2]: Leaving directory '/asterisk/codecs/ilbc'
make[2]: Entering directory '/asterisk/codecs/gsm'
afl-cc -o src/add.o -c src/add.c -MD -MT src/add.o -MF .src_add.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/code.o -c src/code.c -MD -MT src/code.o -MF .src_code.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/debug.o -c src/debug.c -MD -MT src/debug.o -MF .src_debug.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/decode.o -c src/decode.c -MD -MT src/decode.o -MF .src_decode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/long_term.o -c src/long_term.c -MD -MT src/long_term.o -MF .src_long_term.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/lpc.o -c src/lpc.c -MD -MT src/lpc.o -MF .src_lpc.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/preprocess.o -c src/preprocess.c -MD -MT src/preprocess.o -MF .src_preprocess.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/rpe.o -c src/rpe.c -MD -MT src/rpe.o -MF .src_rpe.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/gsm_destroy.o -c src/gsm_destroy.c -MD -MT src/gsm_destroy.o -MF .src_gsm_destroy.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/gsm_decode.o -c src/gsm_decode.c -MD -MT src/gsm_decode.o -MF .src_gsm_decode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/gsm_encode.o -c src/gsm_encode.c -MD -MT src/gsm_encode.o -MF .src_gsm_encode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/gsm_explode.o -c src/gsm_explode.c -MD -MT src/gsm_explode.o -MF .src_gsm_explode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/gsm_implode.o -c src/gsm_implode.c -MD -MT src/gsm_implode.o -MF .src_gsm_implode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/gsm_create.o -c src/gsm_create.c -MD -MT src/gsm_create.o -MF .src_gsm_create.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/gsm_print.o -c src/gsm_print.c -MD -MT src/gsm_print.o -MF .src_gsm_print.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/gsm_option.o -c src/gsm_option.c -MD -MT src/gsm_option.o -MF .src_gsm_option.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/short_term.o -c src/short_term.c -MD -MT src/short_term.o -MF .src_short_term.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
afl-cc -o src/table.o -c src/table.c -MD -MT src/table.o -MF .src_table.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -Wno-unused-value -Wno-parentheses-equality
ar cr lib/libgsm.a src/add.o src/code.o src/debug.o src/decode.o src/long_term.o src/lpc.o src/preprocess.o src/rpe.o src/gsm_destroy.o src/gsm_decode.o src/gsm_encode.o src/gsm_explode.o src/gsm_implode.o src/gsm_create.o src/gsm_print.o src/gsm_option.o src/short_term.o src/table.o
ranlib lib/libgsm.a
make[2]: Leaving directory '/asterisk/codecs/gsm'
afl-cc -o codec_lpc10.o -c codec_lpc10.c -MD -MT codec_lpc10.o -MF .codec_lpc10.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_lpc10\" -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script codec_lpc10 "" "/asterisk"
afl-cc -o codec_lpc10.so -pthread -shared -Wl,--version-script,codec_lpc10.exports,--warn-common codec_lpc10.o lpc10/liblpc10.a
afl-cc -o codec_a_mu.o -c codec_a_mu.c -MD -MT codec_a_mu.o -MF .codec_a_mu.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_a_mu\" -DAST_MODULE_SELF_SYM=__internal_codec_a_mu_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script codec_a_mu "" "/asterisk"
afl-cc -o codec_a_mu.so -pthread -shared -Wl,--version-script,codec_a_mu.exports,--warn-common codec_a_mu.o
afl-cc -o codec_g726.o -c codec_g726.c -MD -MT codec_g726.o -MF .codec_g726.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_g726\" -DAST_MODULE_SELF_SYM=__internal_codec_g726_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script codec_g726 "" "/asterisk"
afl-cc -o codec_g726.so -pthread -shared -Wl,--version-script,codec_g726.exports,--warn-common codec_g726.o
afl-cc -o codec_ilbc.o -c codec_ilbc.c -MD -MT codec_ilbc.o -MF .codec_ilbc.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_ilbc\" -DAST_MODULE_SELF_SYM=__internal_codec_ilbc_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script codec_ilbc "" "/asterisk"
afl-cc -o codec_ilbc.so -pthread -shared -Wl,--version-script,codec_ilbc.exports,--warn-common codec_ilbc.o ilbc/libilbc.a
afl-cc -o codec_resample.o -c codec_resample.c -MD -MT codec_resample.o -MF .codec_resample.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_resample\" -DAST_MODULE_SELF_SYM=__internal_codec_resample_self -DOUTSIDE_SPEEX -Wno-unused-value -Wno-parentheses-equality
afl-cc -o speex/resample.o -c speex/resample.c -MD -MT speex/resample.o -MF .speex_resample.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_resample\" -DAST_MODULE_SELF_SYM=__internal_codec_resample_self -fPIC -DOUTSIDE_SPEEX -DEXPORT= -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script codec_resample "" "/asterisk"
afl-cc -o codec_resample.so -pthread -shared -Wl,--version-script,codec_resample.exports,--warn-common codec_resample.o speex/resample.o
afl-cc -o codec_gsm.o -c codec_gsm.c -MD -MT codec_gsm.o -MF .codec_gsm.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_gsm\" -DAST_MODULE_SELF_SYM=__internal_codec_gsm_self -Igsm/inc -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script codec_gsm "" "/asterisk"
afl-cc -o codec_gsm.so -pthread -shared -Wl,--version-script,codec_gsm.exports,--warn-common codec_gsm.o gsm/lib/libgsm.a
afl-cc -o codec_adpcm.o -c codec_adpcm.c -MD -MT codec_adpcm.o -MF .codec_adpcm.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_adpcm\" -DAST_MODULE_SELF_SYM=__internal_codec_adpcm_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script codec_adpcm "" "/asterisk"
afl-cc -o codec_adpcm.so -pthread -shared -Wl,--version-script,codec_adpcm.exports,--warn-common codec_adpcm.o
afl-cc -o codec_g722.o -c codec_g722.c -MD -MT codec_g722.o -MF .codec_g722.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_g722\" -DAST_MODULE_SELF_SYM=__internal_codec_g722_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o g722/g722_encode.o -c g722/g722_encode.c -MD -MT g722/g722_encode.o -MF .g722_g722_encode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_g722\" -DAST_MODULE_SELF_SYM=__internal_codec_g722_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o g722/g722_decode.o -c g722/g722_decode.c -MD -MT g722/g722_decode.o -MF .g722_g722_decode.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_g722\" -DAST_MODULE_SELF_SYM=__internal_codec_g722_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script codec_g722 "" "/asterisk"
afl-cc -o codec_g722.so -pthread -shared -Wl,--version-script,codec_g722.exports,--warn-common codec_g722.o g722/g722_encode.o g722/g722_decode.o
afl-cc -o codec_ulaw.o -c codec_ulaw.c -MD -MT codec_ulaw.o -MF .codec_ulaw.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_ulaw\" -DAST_MODULE_SELF_SYM=__internal_codec_ulaw_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script codec_ulaw "" "/asterisk"
afl-cc -o codec_ulaw.so -pthread -shared -Wl,--version-script,codec_ulaw.exports,--warn-common codec_ulaw.o
afl-cc -o codec_alaw.o -c codec_alaw.c -MD -MT codec_alaw.o -MF .codec_alaw.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"codec_alaw\" -DAST_MODULE_SELF_SYM=__internal_codec_alaw_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script codec_alaw "" "/asterisk"
afl-cc -o codec_alaw.so -pthread -shared -Wl,--version-script,codec_alaw.exports,--warn-common codec_alaw.o
make[1]: Leaving directory '/asterisk/codecs'
make[1]: Entering directory '/asterisk/formats'
afl-cc -o format_h264.o -c format_h264.c -MD -MT format_h264.o -MF .format_h264.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_h264\" -DAST_MODULE_SELF_SYM=__internal_format_h264_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_h264 "" "/asterisk"
afl-cc -o format_h264.so -pthread -shared -Wl,--version-script,format_h264.exports,--warn-common format_h264.o
afl-cc -o format_siren14.o -c format_siren14.c -MD -MT format_siren14.o -MF .format_siren14.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_siren14\" -DAST_MODULE_SELF_SYM=__internal_format_siren14_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_siren14 "" "/asterisk"
afl-cc -o format_siren14.so -pthread -shared -Wl,--version-script,format_siren14.exports,--warn-common format_siren14.o
afl-cc -o format_g719.o -c format_g719.c -MD -MT format_g719.o -MF .format_g719.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_g719\" -DAST_MODULE_SELF_SYM=__internal_format_g719_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_g719 "" "/asterisk"
afl-cc -o format_g719.so -pthread -shared -Wl,--version-script,format_g719.exports,--warn-common format_g719.o
afl-cc -o format_g723.o -c format_g723.c -MD -MT format_g723.o -MF .format_g723.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_g723\" -DAST_MODULE_SELF_SYM=__internal_format_g723_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_g723 "" "/asterisk"
afl-cc -o format_g723.so -pthread -shared -Wl,--version-script,format_g723.exports,--warn-common format_g723.o
afl-cc -o format_wav_gsm.o -c format_wav_gsm.c -MD -MT format_wav_gsm.o -MF .format_wav_gsm.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_wav_gsm\" -DAST_MODULE_SELF_SYM=__internal_format_wav_gsm_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_wav_gsm "" "/asterisk"
afl-cc -o format_wav_gsm.so -pthread -shared -Wl,--version-script,format_wav_gsm.exports,--warn-common format_wav_gsm.o
afl-cc -o format_g726.o -c format_g726.c -MD -MT format_g726.o -MF .format_g726.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_g726\" -DAST_MODULE_SELF_SYM=__internal_format_g726_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_g726 "" "/asterisk"
afl-cc -o format_g726.so -pthread -shared -Wl,--version-script,format_g726.exports,--warn-common format_g726.o
afl-cc -o format_sln.o -c format_sln.c -MD -MT format_sln.o -MF .format_sln.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_sln\" -DAST_MODULE_SELF_SYM=__internal_format_sln_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_sln "" "/asterisk"
afl-cc -o format_sln.so -pthread -shared -Wl,--version-script,format_sln.exports,--warn-common format_sln.o
afl-cc -o format_siren7.o -c format_siren7.c -MD -MT format_siren7.o -MF .format_siren7.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_siren7\" -DAST_MODULE_SELF_SYM=__internal_format_siren7_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_siren7 "" "/asterisk"
afl-cc -o format_siren7.so -pthread -shared -Wl,--version-script,format_siren7.exports,--warn-common format_siren7.o
afl-cc -o format_pcm.o -c format_pcm.c -MD -MT format_pcm.o -MF .format_pcm.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_pcm\" -DAST_MODULE_SELF_SYM=__internal_format_pcm_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_pcm "" "/asterisk"
afl-cc -o format_pcm.so -pthread -shared -Wl,--version-script,format_pcm.exports,--warn-common format_pcm.o
afl-cc -o format_h263.o -c format_h263.c -MD -MT format_h263.o -MF .format_h263.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_h263\" -DAST_MODULE_SELF_SYM=__internal_format_h263_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_h263 "" "/asterisk"
afl-cc -o format_h263.so -pthread -shared -Wl,--version-script,format_h263.exports,--warn-common format_h263.o
afl-cc -o format_ilbc.o -c format_ilbc.c -MD -MT format_ilbc.o -MF .format_ilbc.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_ilbc\" -DAST_MODULE_SELF_SYM=__internal_format_ilbc_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_ilbc "" "/asterisk"
afl-cc -o format_ilbc.so -pthread -shared -Wl,--version-script,format_ilbc.exports,--warn-common format_ilbc.o
afl-cc -o format_vox.o -c format_vox.c -MD -MT format_vox.o -MF .format_vox.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_vox\" -DAST_MODULE_SELF_SYM=__internal_format_vox_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_vox "" "/asterisk"
afl-cc -o format_vox.so -pthread -shared -Wl,--version-script,format_vox.exports,--warn-common format_vox.o
afl-cc -o format_gsm.o -c format_gsm.c -MD -MT format_gsm.o -MF .format_gsm.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_gsm\" -DAST_MODULE_SELF_SYM=__internal_format_gsm_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_gsm "" "/asterisk"
afl-cc -o format_gsm.so -pthread -shared -Wl,--version-script,format_gsm.exports,--warn-common format_gsm.o
afl-cc -o format_wav.o -c format_wav.c -MD -MT format_wav.o -MF .format_wav.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_wav\" -DAST_MODULE_SELF_SYM=__internal_format_wav_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_wav "" "/asterisk"
afl-cc -o format_wav.so -pthread -shared -Wl,--version-script,format_wav.exports,--warn-common format_wav.o
afl-cc -o format_g729.o -c format_g729.c -MD -MT format_g729.o -MF .format_g729.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"format_g729\" -DAST_MODULE_SELF_SYM=__internal_format_g729_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script format_g729 "" "/asterisk"
afl-cc -o format_g729.so -pthread -shared -Wl,--version-script,format_g729.exports,--warn-common format_g729.o
make[1]: Leaving directory '/asterisk/formats'
make[1]: Entering directory '/asterisk/cdr'
afl-cc -o cdr_csv.o -c cdr_csv.c -MD -MT cdr_csv.o -MF .cdr_csv.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"cdr_csv\" -DAST_MODULE_SELF_SYM=__internal_cdr_csv_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script cdr_csv "" "/asterisk"
afl-cc -o cdr_csv.so -pthread -shared -Wl,--version-script,cdr_csv.exports,--warn-common cdr_csv.o
afl-cc -o cdr_sqlite3_custom.o -c cdr_sqlite3_custom.c -MD -MT cdr_sqlite3_custom.o -MF .cdr_sqlite3_custom.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"cdr_sqlite3_custom\" -DAST_MODULE_SELF_SYM=__internal_cdr_sqlite3_custom_self -pthread -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script cdr_sqlite3_custom "" "/asterisk"
afl-cc -o cdr_sqlite3_custom.so -pthread -shared -Wl,--version-script,cdr_sqlite3_custom.exports,--warn-common cdr_sqlite3_custom.o -lsqlite3
afl-cc -o cdr_custom.o -c cdr_custom.c -MD -MT cdr_custom.o -MF .cdr_custom.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"cdr_custom\" -DAST_MODULE_SELF_SYM=__internal_cdr_custom_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script cdr_custom "" "/asterisk"
afl-cc -o cdr_custom.so -pthread -shared -Wl,--version-script,cdr_custom.exports,--warn-common cdr_custom.o
afl-cc -o cdr_manager.o -c cdr_manager.c -MD -MT cdr_manager.o -MF .cdr_manager.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"cdr_manager\" -DAST_MODULE_SELF_SYM=__internal_cdr_manager_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script cdr_manager "" "/asterisk"
afl-cc -o cdr_manager.so -pthread -shared -Wl,--version-script,cdr_manager.exports,--warn-common cdr_manager.o
make[1]: Leaving directory '/asterisk/cdr'
make[1]: Entering directory '/asterisk/cel'
afl-cc -o cel_sqlite3_custom.o -c cel_sqlite3_custom.c -MD -MT cel_sqlite3_custom.o -MF .cel_sqlite3_custom.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"cel_sqlite3_custom\" -DAST_MODULE_SELF_SYM=__internal_cel_sqlite3_custom_self -pthread -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script cel_sqlite3_custom "" "/asterisk"
afl-cc -o cel_sqlite3_custom.so -pthread -shared -Wl,--version-script,cel_sqlite3_custom.exports,--warn-common cel_sqlite3_custom.o -lsqlite3
afl-cc -o cel_custom.o -c cel_custom.c -MD -MT cel_custom.o -MF .cel_custom.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"cel_custom\" -DAST_MODULE_SELF_SYM=__internal_cel_custom_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script cel_custom "" "/asterisk"
afl-cc -o cel_custom.so -pthread -shared -Wl,--version-script,cel_custom.exports,--warn-common cel_custom.o
afl-cc -o cel_manager.o -c cel_manager.c -MD -MT cel_manager.o -MF .cel_manager.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"cel_manager\" -DAST_MODULE_SELF_SYM=__internal_cel_manager_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script cel_manager "" "/asterisk"
afl-cc -o cel_manager.so -pthread -shared -Wl,--version-script,cel_manager.exports,--warn-common cel_manager.o
make[1]: Leaving directory '/asterisk/cel'
make[1]: Entering directory '/asterisk/bridges'
afl-cc -o bridge_softmix.o -c bridge_softmix.c -MD -MT bridge_softmix.o -MF .bridge_softmix.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"bridge_softmix\" -DAST_MODULE_SELF_SYM=__internal_bridge_softmix_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o bridge_softmix/bridge_softmix_binaural.o -c bridge_softmix/bridge_softmix_binaural.c -MD -MT bridge_softmix/bridge_softmix_binaural.o -MF .bridge_softmix_bridge_softmix_binaural.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"bridge_softmix\" -DAST_MODULE_SELF_SYM=__internal_bridge_softmix_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script bridge_softmix "" "/asterisk"
afl-cc -o bridge_softmix.so -pthread -shared -Wl,--version-script,bridge_softmix.exports,--warn-common bridge_softmix.o bridge_softmix/bridge_softmix_binaural.o
afl-cc -o bridge_builtin_features.o -c bridge_builtin_features.c -MD -MT bridge_builtin_features.o -MF .bridge_builtin_features.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"bridge_builtin_features\" -DAST_MODULE_SELF_SYM=__internal_bridge_builtin_features_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script bridge_builtin_features "" "/asterisk"
afl-cc -o bridge_builtin_features.so -pthread -shared -Wl,--version-script,bridge_builtin_features.exports,--warn-common bridge_builtin_features.o
afl-cc -o bridge_native_rtp.o -c bridge_native_rtp.c -MD -MT bridge_native_rtp.o -MF .bridge_native_rtp.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"bridge_native_rtp\" -DAST_MODULE_SELF_SYM=__internal_bridge_native_rtp_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script bridge_native_rtp "" "/asterisk"
afl-cc -o bridge_native_rtp.so -pthread -shared -Wl,--version-script,bridge_native_rtp.exports,--warn-common bridge_native_rtp.o
afl-cc -o bridge_builtin_interval_features.o -c bridge_builtin_interval_features.c -MD -MT bridge_builtin_interval_features.o -MF .bridge_builtin_interval_features.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"bridge_builtin_interval_features\" -DAST_MODULE_SELF_SYM=__internal_bridge_builtin_interval_features_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script bridge_builtin_interval_features "" "/asterisk"
afl-cc -o bridge_builtin_interval_features.so -pthread -shared -Wl,--version-script,bridge_builtin_interval_features.exports,--warn-common bridge_builtin_interval_features.o
afl-cc -o bridge_simple.o -c bridge_simple.c -MD -MT bridge_simple.o -MF .bridge_simple.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"bridge_simple\" -DAST_MODULE_SELF_SYM=__internal_bridge_simple_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script bridge_simple "" "/asterisk"
afl-cc -o bridge_simple.so -pthread -shared -Wl,--version-script,bridge_simple.exports,--warn-common bridge_simple.o
afl-cc -o bridge_holding.o -c bridge_holding.c -MD -MT bridge_holding.o -MF .bridge_holding.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"bridge_holding\" -DAST_MODULE_SELF_SYM=__internal_bridge_holding_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script bridge_holding "" "/asterisk"
afl-cc -o bridge_holding.so -pthread -shared -Wl,--version-script,bridge_holding.exports,--warn-common bridge_holding.o
make[1]: Leaving directory '/asterisk/bridges'
make[1]: Entering directory '/asterisk/funcs'
afl-cc -o func_shell.o -c func_shell.c -MD -MT func_shell.o -MF .func_shell.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_shell\" -DAST_MODULE_SELF_SYM=__internal_func_shell_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_shell "" "/asterisk"
afl-cc -o func_shell.so -pthread -shared -Wl,--version-script,func_shell.exports,--warn-common func_shell.o
afl-cc -o func_math.o -c func_math.c -MD -MT func_math.o -MF .func_math.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_math\" -DAST_MODULE_SELF_SYM=__internal_func_math_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_math "" "/asterisk"
afl-cc -o func_math.so -pthread -shared -Wl,--version-script,func_math.exports,--warn-common func_math.o
afl-cc -o func_realtime.o -c func_realtime.c -MD -MT func_realtime.o -MF .func_realtime.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_realtime\" -DAST_MODULE_SELF_SYM=__internal_func_realtime_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_realtime "" "/asterisk"
afl-cc -o func_realtime.so -pthread -shared -Wl,--version-script,func_realtime.exports,--warn-common func_realtime.o
afl-cc -o func_frame_trace.o -c func_frame_trace.c -MD -MT func_frame_trace.o -MF .func_frame_trace.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_frame_trace\" -DAST_MODULE_SELF_SYM=__internal_func_frame_trace_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_frame_trace "" "/asterisk"
afl-cc -o func_frame_trace.so -pthread -shared -Wl,--version-script,func_frame_trace.exports,--warn-common func_frame_trace.o
afl-cc -o func_groupcount.o -c func_groupcount.c -MD -MT func_groupcount.o -MF .func_groupcount.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_groupcount\" -DAST_MODULE_SELF_SYM=__internal_func_groupcount_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_groupcount "" "/asterisk"
afl-cc -o func_groupcount.so -pthread -shared -Wl,--version-script,func_groupcount.exports,--warn-common func_groupcount.o
afl-cc -o func_volume.o -c func_volume.c -MD -MT func_volume.o -MF .func_volume.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_volume\" -DAST_MODULE_SELF_SYM=__internal_func_volume_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_volume "" "/asterisk"
afl-cc -o func_volume.so -pthread -shared -Wl,--version-script,func_volume.exports,--warn-common func_volume.o
afl-cc -o func_iconv.o -c func_iconv.c -MD -MT func_iconv.o -MF .func_iconv.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_iconv\" -DAST_MODULE_SELF_SYM=__internal_func_iconv_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_iconv "" "/asterisk"
afl-cc -o func_iconv.so -pthread -shared -Wl,--version-script,func_iconv.exports,--warn-common func_iconv.o -lc
afl-cc -o func_extstate.o -c func_extstate.c -MD -MT func_extstate.o -MF .func_extstate.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_extstate\" -DAST_MODULE_SELF_SYM=__internal_func_extstate_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_extstate "" "/asterisk"
afl-cc -o func_extstate.so -pthread -shared -Wl,--version-script,func_extstate.exports,--warn-common func_extstate.o
afl-cc -o func_logic.o -c func_logic.c -MD -MT func_logic.o -MF .func_logic.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_logic\" -DAST_MODULE_SELF_SYM=__internal_func_logic_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_logic "" "/asterisk"
afl-cc -o func_logic.so -pthread -shared -Wl,--version-script,func_logic.exports,--warn-common func_logic.o
afl-cc -o func_timeout.o -c func_timeout.c -MD -MT func_timeout.o -MF .func_timeout.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_timeout\" -DAST_MODULE_SELF_SYM=__internal_func_timeout_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_timeout "" "/asterisk"
afl-cc -o func_timeout.so -pthread -shared -Wl,--version-script,func_timeout.exports,--warn-common func_timeout.o
afl-cc -o func_vmcount.o -c func_vmcount.c -MD -MT func_vmcount.o -MF .func_vmcount.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_vmcount\" -DAST_MODULE_SELF_SYM=__internal_func_vmcount_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_vmcount "" "/asterisk"
afl-cc -o func_vmcount.so -pthread -shared -Wl,--version-script,func_vmcount.exports,--warn-common func_vmcount.o
afl-cc -o func_cdr.o -c func_cdr.c -MD -MT func_cdr.o -MF .func_cdr.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_cdr\" -DAST_MODULE_SELF_SYM=__internal_func_cdr_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_cdr "" "/asterisk"
afl-cc -o func_cdr.so -pthread -shared -Wl,--version-script,func_cdr.exports,--warn-common func_cdr.o
afl-cc -o func_md5.o -c func_md5.c -MD -MT func_md5.o -MF .func_md5.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_md5\" -DAST_MODULE_SELF_SYM=__internal_func_md5_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_md5 "" "/asterisk"
afl-cc -o func_md5.so -pthread -shared -Wl,--version-script,func_md5.exports,--warn-common func_md5.o
afl-cc -o func_uri.o -c func_uri.c -MD -MT func_uri.o -MF .func_uri.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_uri\" -DAST_MODULE_SELF_SYM=__internal_func_uri_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_uri "" "/asterisk"
afl-cc -o func_uri.so -pthread -shared -Wl,--version-script,func_uri.exports,--warn-common func_uri.o
afl-cc -o func_dialgroup.o -c func_dialgroup.c -MD -MT func_dialgroup.o -MF .func_dialgroup.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_dialgroup\" -DAST_MODULE_SELF_SYM=__internal_func_dialgroup_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_dialgroup "" "/asterisk"
afl-cc -o func_dialgroup.so -pthread -shared -Wl,--version-script,func_dialgroup.exports,--warn-common func_dialgroup.o
afl-cc -o func_cut.o -c func_cut.c -MD -MT func_cut.o -MF .func_cut.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_cut\" -DAST_MODULE_SELF_SYM=__internal_func_cut_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_cut "" "/asterisk"
afl-cc -o func_cut.so -pthread -shared -Wl,--version-script,func_cut.exports,--warn-common func_cut.o
afl-cc -o func_version.o -c func_version.c -MD -MT func_version.o -MF .func_version.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_version\" -DAST_MODULE_SELF_SYM=__internal_func_version_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_version "" "/asterisk"
afl-cc -o func_version.so -pthread -shared -Wl,--version-script,func_version.exports,--warn-common func_version.o
afl-cc -o func_enum.o -c func_enum.c -MD -MT func_enum.o -MF .func_enum.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_enum\" -DAST_MODULE_SELF_SYM=__internal_func_enum_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_enum "" "/asterisk"
afl-cc -o func_enum.so -pthread -shared -Wl,--version-script,func_enum.exports,--warn-common func_enum.o
afl-cc -o func_jitterbuffer.o -c func_jitterbuffer.c -MD -MT func_jitterbuffer.o -MF .func_jitterbuffer.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_jitterbuffer\" -DAST_MODULE_SELF_SYM=__internal_func_jitterbuffer_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_jitterbuffer "" "/asterisk"
afl-cc -o func_jitterbuffer.so -pthread -shared -Wl,--version-script,func_jitterbuffer.exports,--warn-common func_jitterbuffer.o
afl-cc -o func_pjsip_aor.o -c func_pjsip_aor.c -MD -MT func_pjsip_aor.o -MF .func_pjsip_aor.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_pjsip_aor\" -DAST_MODULE_SELF_SYM=__internal_func_pjsip_aor_self -DPJ_AUTOCONF=1 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -I/asterisk/third-party/pjproject/source/pjlib/include -I/asterisk/third-party/pjproject/source/pjlib-util/include -I/asterisk/third-party/pjproject/source/pjnath/include -I/asterisk/third-party/pjproject/source/pjmedia/include -I/asterisk/third-party/pjproject/source/pjsip/include -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_pjsip_aor "" "/asterisk"
afl-cc -o func_pjsip_aor.so -pthread -shared -Wl,--version-script,func_pjsip_aor.exports,--warn-common func_pjsip_aor.o
afl-cc -o func_sha1.o -c func_sha1.c -MD -MT func_sha1.o -MF .func_sha1.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_sha1\" -DAST_MODULE_SELF_SYM=__internal_func_sha1_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_sha1 "" "/asterisk"
afl-cc -o func_sha1.so -pthread -shared -Wl,--version-script,func_sha1.exports,--warn-common func_sha1.o
afl-cc -o func_channel.o -c func_channel.c -MD -MT func_channel.o -MF .func_channel.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_channel\" -DAST_MODULE_SELF_SYM=__internal_func_channel_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_channel "" "/asterisk"
afl-cc -o func_channel.so -pthread -shared -Wl,--version-script,func_channel.exports,--warn-common func_channel.o
afl-cc -o func_presencestate.o -c func_presencestate.c -MD -MT func_presencestate.o -MF .func_presencestate.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_presencestate\" -DAST_MODULE_SELF_SYM=__internal_func_presencestate_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_presencestate "" "/asterisk"
afl-cc -o func_presencestate.so -pthread -shared -Wl,--version-script,func_presencestate.exports,--warn-common func_presencestate.o
afl-cc -o func_blacklist.o -c func_blacklist.c -MD -MT func_blacklist.o -MF .func_blacklist.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_blacklist\" -DAST_MODULE_SELF_SYM=__internal_func_blacklist_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_blacklist "" "/asterisk"
afl-cc -o func_blacklist.so -pthread -shared -Wl,--version-script,func_blacklist.exports,--warn-common func_blacklist.o
afl-cc -o func_db.o -c func_db.c -MD -MT func_db.o -MF .func_db.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_db\" -DAST_MODULE_SELF_SYM=__internal_func_db_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_db "" "/asterisk"
afl-cc -o func_db.so -pthread -shared -Wl,--version-script,func_db.exports,--warn-common func_db.o
afl-cc -o func_config.o -c func_config.c -MD -MT func_config.o -MF .func_config.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_config\" -DAST_MODULE_SELF_SYM=__internal_func_config_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_config "" "/asterisk"
afl-cc -o func_config.so -pthread -shared -Wl,--version-script,func_config.exports,--warn-common func_config.o
afl-cc -o func_lock.o -c func_lock.c -MD -MT func_lock.o -MF .func_lock.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_lock\" -DAST_MODULE_SELF_SYM=__internal_func_lock_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_lock "" "/asterisk"
afl-cc -o func_lock.so -pthread -shared -Wl,--version-script,func_lock.exports,--warn-common func_lock.o
afl-cc -o func_dialplan.o -c func_dialplan.c -MD -MT func_dialplan.o -MF .func_dialplan.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_dialplan\" -DAST_MODULE_SELF_SYM=__internal_func_dialplan_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_dialplan "" "/asterisk"
afl-cc -o func_dialplan.so -pthread -shared -Wl,--version-script,func_dialplan.exports,--warn-common func_dialplan.o
afl-cc -o func_callerid.o -c func_callerid.c -MD -MT func_callerid.o -MF .func_callerid.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_callerid\" -DAST_MODULE_SELF_SYM=__internal_func_callerid_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_callerid "" "/asterisk"
afl-cc -o func_callerid.so -pthread -shared -Wl,--version-script,func_callerid.exports,--warn-common func_callerid.o
afl-cc -o func_callcompletion.o -c func_callcompletion.c -MD -MT func_callcompletion.o -MF .func_callcompletion.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_callcompletion\" -DAST_MODULE_SELF_SYM=__internal_func_callcompletion_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_callcompletion "" "/asterisk"
afl-cc -o func_callcompletion.so -pthread -shared -Wl,--version-script,func_callcompletion.exports,--warn-common func_callcompletion.o
afl-cc -o func_srv.o -c func_srv.c -MD -MT func_srv.o -MF .func_srv.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_srv\" -DAST_MODULE_SELF_SYM=__internal_func_srv_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_srv "" "/asterisk"
afl-cc -o func_srv.so -pthread -shared -Wl,--version-script,func_srv.exports,--warn-common func_srv.o
afl-cc -o func_holdintercept.o -c func_holdintercept.c -MD -MT func_holdintercept.o -MF .func_holdintercept.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_holdintercept\" -DAST_MODULE_SELF_SYM=__internal_func_holdintercept_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_holdintercept "" "/asterisk"
afl-cc -o func_holdintercept.so -pthread -shared -Wl,--version-script,func_holdintercept.exports,--warn-common func_holdintercept.o
afl-cc -o func_base64.o -c func_base64.c -MD -MT func_base64.o -MF .func_base64.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_base64\" -DAST_MODULE_SELF_SYM=__internal_func_base64_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_base64 "" "/asterisk"
afl-cc -o func_base64.so -pthread -shared -Wl,--version-script,func_base64.exports,--warn-common func_base64.o
afl-cc -o func_env.o -c func_env.c -MD -MT func_env.o -MF .func_env.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_env\" -DAST_MODULE_SELF_SYM=__internal_func_env_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_env "" "/asterisk"
afl-cc -o func_env.so -pthread -shared -Wl,--version-script,func_env.exports,--warn-common func_env.o
afl-cc -o func_rand.o -c func_rand.c -MD -MT func_rand.o -MF .func_rand.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_rand\" -DAST_MODULE_SELF_SYM=__internal_func_rand_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_rand "" "/asterisk"
afl-cc -o func_rand.so -pthread -shared -Wl,--version-script,func_rand.exports,--warn-common func_rand.o
afl-cc -o func_sorcery.o -c func_sorcery.c -MD -MT func_sorcery.o -MF .func_sorcery.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_sorcery\" -DAST_MODULE_SELF_SYM=__internal_func_sorcery_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_sorcery "" "/asterisk"
afl-cc -o func_sorcery.so -pthread -shared -Wl,--version-script,func_sorcery.exports,--warn-common func_sorcery.o
afl-cc -o func_module.o -c func_module.c -MD -MT func_module.o -MF .func_module.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_module\" -DAST_MODULE_SELF_SYM=__internal_func_module_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_module "" "/asterisk"
afl-cc -o func_module.so -pthread -shared -Wl,--version-script,func_module.exports,--warn-common func_module.o
afl-cc -o func_talkdetect.o -c func_talkdetect.c -MD -MT func_talkdetect.o -MF .func_talkdetect.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_talkdetect\" -DAST_MODULE_SELF_SYM=__internal_func_talkdetect_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_talkdetect "" "/asterisk"
afl-cc -o func_talkdetect.so -pthread -shared -Wl,--version-script,func_talkdetect.exports,--warn-common func_talkdetect.o
afl-cc -o func_periodic_hook.o -c func_periodic_hook.c -MD -MT func_periodic_hook.o -MF .func_periodic_hook.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_periodic_hook\" -DAST_MODULE_SELF_SYM=__internal_func_periodic_hook_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_periodic_hook "" "/asterisk"
afl-cc -o func_periodic_hook.so -pthread -shared -Wl,--version-script,func_periodic_hook.exports,--warn-common func_periodic_hook.o
afl-cc -o func_pitchshift.o -c func_pitchshift.c -MD -MT func_pitchshift.o -MF .func_pitchshift.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_pitchshift\" -DAST_MODULE_SELF_SYM=__internal_func_pitchshift_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_pitchshift "" "/asterisk"
afl-cc -o func_pitchshift.so -pthread -shared -Wl,--version-script,func_pitchshift.exports,--warn-common func_pitchshift.o
afl-cc -o func_pjsip_endpoint.o -c func_pjsip_endpoint.c -MD -MT func_pjsip_endpoint.o -MF .func_pjsip_endpoint.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_pjsip_endpoint\" -DAST_MODULE_SELF_SYM=__internal_func_pjsip_endpoint_self -DPJ_AUTOCONF=1 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -I/asterisk/third-party/pjproject/source/pjlib/include -I/asterisk/third-party/pjproject/source/pjlib-util/include -I/asterisk/third-party/pjproject/source/pjnath/include -I/asterisk/third-party/pjproject/source/pjmedia/include -I/asterisk/third-party/pjproject/source/pjsip/include -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_pjsip_endpoint "" "/asterisk"
afl-cc -o func_pjsip_endpoint.so -pthread -shared -Wl,--version-script,func_pjsip_endpoint.exports,--warn-common func_pjsip_endpoint.o
afl-cc -o func_pjsip_contact.o -c func_pjsip_contact.c -MD -MT func_pjsip_contact.o -MF .func_pjsip_contact.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_pjsip_contact\" -DAST_MODULE_SELF_SYM=__internal_func_pjsip_contact_self -DPJ_AUTOCONF=1 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -I/asterisk/third-party/pjproject/source/pjlib/include -I/asterisk/third-party/pjproject/source/pjlib-util/include -I/asterisk/third-party/pjproject/source/pjnath/include -I/asterisk/third-party/pjproject/source/pjmedia/include -I/asterisk/third-party/pjproject/source/pjsip/include -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_pjsip_contact "" "/asterisk"
afl-cc -o func_pjsip_contact.so -pthread -shared -Wl,--version-script,func_pjsip_contact.exports,--warn-common func_pjsip_contact.o
afl-cc -o func_sysinfo.o -c func_sysinfo.c -MD -MT func_sysinfo.o -MF .func_sysinfo.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_sysinfo\" -DAST_MODULE_SELF_SYM=__internal_func_sysinfo_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_sysinfo "" "/asterisk"
afl-cc -o func_sysinfo.so -pthread -shared -Wl,--version-script,func_sysinfo.exports,--warn-common func_sysinfo.o
afl-cc -o func_sprintf.o -c func_sprintf.c -MD -MT func_sprintf.o -MF .func_sprintf.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_sprintf\" -DAST_MODULE_SELF_SYM=__internal_func_sprintf_self -Wno-format-nonliteral -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_sprintf "" "/asterisk"
afl-cc -o func_sprintf.so -pthread -shared -Wl,--version-script,func_sprintf.exports,--warn-common func_sprintf.o
afl-cc -o func_devstate.o -c func_devstate.c -MD -MT func_devstate.o -MF .func_devstate.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_devstate\" -DAST_MODULE_SELF_SYM=__internal_func_devstate_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_devstate "" "/asterisk"
afl-cc -o func_devstate.so -pthread -shared -Wl,--version-script,func_devstate.exports,--warn-common func_devstate.o
afl-cc -o func_strings.o -c func_strings.c -MD -MT func_strings.o -MF .func_strings.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_strings\" -DAST_MODULE_SELF_SYM=__internal_func_strings_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_strings "" "/asterisk"
afl-cc -o func_strings.so -pthread -shared -Wl,--version-script,func_strings.exports,--warn-common func_strings.o
afl-cc -o func_global.o -c func_global.c -MD -MT func_global.o -MF .func_global.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_global\" -DAST_MODULE_SELF_SYM=__internal_func_global_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_global "" "/asterisk"
afl-cc -o func_global.so -pthread -shared -Wl,--version-script,func_global.exports,--warn-common func_global.o
afl-cc -o func_hangupcause.o -c func_hangupcause.c -MD -MT func_hangupcause.o -MF .func_hangupcause.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"func_hangupcause\" -DAST_MODULE_SELF_SYM=__internal_func_hangupcause_self -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script func_hangupcause "" "/asterisk"
afl-cc -o func_hangupcause.so -pthread -shared -Wl,--version-script,func_hangupcause.exports,--warn-common func_hangupcause.o
make[1]: Leaving directory '/asterisk/funcs'
make[1]: Entering directory '/asterisk/tests'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/asterisk/tests'
make[1]: Entering directory '/asterisk/main'
afl-cc -o abstract_jb.o -c abstract_jb.c -MD -MT abstract_jb.o -MF .abstract_jb.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o acl.o -c acl.c -MD -MT acl.o -MF .acl.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o adsi.o -c adsi.c -MD -MT adsi.o -MF .adsi.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o alaw.o -c alaw.c -MD -MT alaw.o -MF .alaw.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o alertpipe.o -c alertpipe.c -MD -MT alertpipe.o -MF .alertpipe.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o aoc.o -c aoc.c -MD -MT aoc.o -MF .aoc.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o app.o -c app.c -MD -MT app.o -MF .app.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o ast_expr2.o -c ast_expr2.c -MD -MT ast_expr2.o -MF .ast_expr2.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o ast_expr2f.o -c ast_expr2f.c -MD -MT ast_expr2f.o -MF .ast_expr2f.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -Wno-unused -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o asterisk.o -c asterisk.c -MD -MT asterisk.o -MF .asterisk.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -I/usr/include/editline -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o astfd.o -c astfd.c -MD -MT astfd.o -MF .astfd.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o astmm.o -c astmm.c -MD -MT astmm.o -MF .astmm.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o astobj2.o -c astobj2.c -MD -MT astobj2.o -MF .astobj2.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o astobj2_container.o -c astobj2_container.c -MD -MT astobj2_container.o -MF .astobj2_container.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o astobj2_global.o -c astobj2_global.c -MD -MT astobj2_global.o -MF .astobj2_global.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o astobj2_hash.o -c astobj2_hash.c -MD -MT astobj2_hash.o -MF .astobj2_hash.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o astobj2_rbtree.o -c astobj2_rbtree.c -MD -MT astobj2_rbtree.o -MF .astobj2_rbtree.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o audiohook.o -c audiohook.c -MD -MT audiohook.o -MF .audiohook.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o autochan.o -c autochan.c -MD -MT autochan.o -MF .autochan.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o autoservice.o -c autoservice.c -MD -MT autoservice.o -MF .autoservice.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o backtrace.o -c backtrace.c -MD -MT backtrace.o -MF .backtrace.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o bridge.o -c bridge.c -MD -MT bridge.o -MF .bridge.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o bridge_after.o -c bridge_after.c -MD -MT bridge_after.o -MF .bridge_after.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o bridge_basic.o -c bridge_basic.c -MD -MT bridge_basic.o -MF .bridge_basic.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o bridge_channel.o -c bridge_channel.c -MD -MT bridge_channel.o -MF .bridge_channel.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o bridge_roles.o -c bridge_roles.c -MD -MT bridge_roles.o -MF .bridge_roles.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o bucket.o -c bucket.c -MD -MT bucket.o -MF .bucket.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o callerid.o -c callerid.c -MD -MT callerid.o -MF .callerid.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o channel.o -c channel.c -MD -MT channel.o -MF .channel.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o channel_internal_api.o -c channel_internal_api.c -MD -MT channel_internal_api.o -MF .channel_internal_api.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o chanvars.o -c chanvars.c -MD -MT chanvars.o -MF .chanvars.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o cli.o -c cli.c -MD -MT cli.o -MF .cli.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o codec.o -c codec.c -MD -MT codec.o -MF .codec.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o codec_builtin.o -c codec_builtin.c -MD -MT codec_builtin.o -MF .codec_builtin.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o config_options.o -c config_options.c -MD -MT config_options.o -MF .config_options.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o conversions.o -c conversions.c -MD -MT conversions.o -MF .conversions.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o core_local.o -c core_local.c -MD -MT core_local.o -MF .core_local.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o core_unreal.o -c core_unreal.c -MD -MT core_unreal.o -MF .core_unreal.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o crypt.o -c crypt.c -MD -MT crypt.o -MF .crypt.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o data_buffer.o -c data_buffer.c -MD -MT data_buffer.o -MF .data_buffer.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o datastore.o -c datastore.c -MD -MT datastore.o -MF .datastore.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o db.o -c db.c -MD -MT db.o -MF .db.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -pthread -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o devicestate.o -c devicestate.c -MD -MT devicestate.o -MF .devicestate.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dial.o -c dial.c -MD -MT dial.o -MF .dial.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dns.o -c dns.c -MD -MT dns.o -MF .dns.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dns_core.o -c dns_core.c -MD -MT dns_core.o -MF .dns_core.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dns_naptr.o -c dns_naptr.c -MD -MT dns_naptr.o -MF .dns_naptr.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dns_query_set.o -c dns_query_set.c -MD -MT dns_query_set.o -MF .dns_query_set.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dns_recurring.o -c dns_recurring.c -MD -MT dns_recurring.o -MF .dns_recurring.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dns_srv.o -c dns_srv.c -MD -MT dns_srv.o -MF .dns_srv.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dns_system_resolver.o -c dns_system_resolver.c -MD -MT dns_system_resolver.o -MF .dns_system_resolver.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dns_test.o -c dns_test.c -MD -MT dns_test.o -MF .dns_test.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dns_tlsa.o -c dns_tlsa.c -MD -MT dns_tlsa.o -MF .dns_tlsa.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dns_txt.o -c dns_txt.c -MD -MT dns_txt.o -MF .dns_txt.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o endpoints.o -c endpoints.c -MD -MT endpoints.o -MF .endpoints.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o event.o -c event.c -MD -MT event.o -MF .event.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o features_config.o -c features_config.c -MD -MT features_config.o -MF .features_config.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o file.o -c file.c -MD -MT file.o -MF .file.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o fixedjitterbuf.o -c fixedjitterbuf.c -MD -MT fixedjitterbuf.o -MF .fixedjitterbuf.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o format.o -c format.c -MD -MT format.o -MF .format.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o format_cache.o -c format_cache.c -MD -MT format_cache.o -MF .format_cache.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o format_cap.o -c format_cap.c -MD -MT format_cap.o -MF .format_cap.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o format_compatibility.o -c format_compatibility.c -MD -MT format_compatibility.o -MF .format_compatibility.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o frame.o -c frame.c -MD -MT frame.o -MF .frame.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o framehook.o -c framehook.c -MD -MT framehook.o -MF .framehook.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o fskmodem.o -c fskmodem.c -MD -MT fskmodem.o -MF .fskmodem.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o global_datastores.o -c global_datastores.c -MD -MT global_datastores.o -MF .global_datastores.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o hashtab.o -c hashtab.c -MD -MT hashtab.o -MF .hashtab.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o heap.o -c heap.c -MD -MT heap.o -MF .heap.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o image.o -c image.c -MD -MT image.o -MF .image.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o io.o -c io.c -MD -MT io.o -MF .io.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o iostream.o -c iostream.c -MD -MT iostream.o -MF .iostream.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o jitterbuf.o -c jitterbuf.c -MD -MT jitterbuf.o -MF .jitterbuf.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o json.o -c json.c -MD -MT json.o -MF .json.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o loader.o -c loader.c -MD -MT loader.o -MF .loader.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o lock.o -c lock.c -MD -MT lock.o -MF .lock.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o logger_category.o -c logger_category.c -MD -MT logger_category.o -MF .logger_category.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o manager_bridges.o -c manager_bridges.c -MD -MT manager_bridges.o -MF .manager_bridges.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o manager_channels.o -c manager_channels.c -MD -MT manager_channels.o -MF .manager_channels.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o manager_endpoints.o -c manager_endpoints.c -MD -MT manager_endpoints.o -MF .manager_endpoints.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o manager_mwi.o -c manager_mwi.c -MD -MT manager_mwi.o -MF .manager_mwi.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o manager_system.o -c manager_system.c -MD -MT manager_system.o -MF .manager_system.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o max_forwards.o -c max_forwards.c -MD -MT max_forwards.o -MF .max_forwards.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o md5.o -c md5.c -MD -MT md5.o -MF .md5.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o media_cache.o -c media_cache.c -MD -MT media_cache.o -MF .media_cache.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o media_index.o -c media_index.c -MD -MT media_index.o -MF .media_index.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o message.o -c message.c -MD -MT message.o -MF .message.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o mixmonitor.o -c mixmonitor.c -MD -MT mixmonitor.o -MF .mixmonitor.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o mwi.o -c mwi.c -MD -MT mwi.o -MF .mwi.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o named_locks.o -c named_locks.c -MD -MT named_locks.o -MF .named_locks.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o netsock2.o -c netsock2.c -MD -MT netsock2.o -MF .netsock2.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o optional_api.o -c optional_api.c -MD -MT optional_api.o -MF .optional_api.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o options.o -c options.c -MD -MT options.o -MF .options.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o parking.o -c parking.c -MD -MT parking.o -MF .parking.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pbx.o -c pbx.c -MD -MT pbx.o -MF .pbx.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pbx_app.o -c pbx_app.c -MD -MT pbx_app.o -MF .pbx_app.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pbx_builtins.o -c pbx_builtins.c -MD -MT pbx_builtins.o -MF .pbx_builtins.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pbx_functions.o -c pbx_functions.c -MD -MT pbx_functions.o -MF .pbx_functions.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pbx_hangup_handler.o -c pbx_hangup_handler.c -MD -MT pbx_hangup_handler.o -MF .pbx_hangup_handler.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pbx_ignorepat.o -c pbx_ignorepat.c -MD -MT pbx_ignorepat.o -MF .pbx_ignorepat.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pbx_include.o -c pbx_include.c -MD -MT pbx_include.o -MF .pbx_include.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pbx_sw.o -c pbx_sw.c -MD -MT pbx_sw.o -MF .pbx_sw.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pbx_switch.o -c pbx_switch.c -MD -MT pbx_switch.o -MF .pbx_switch.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pbx_timing.o -c pbx_timing.c -MD -MT pbx_timing.o -MF .pbx_timing.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pbx_variables.o -c pbx_variables.c -MD -MT pbx_variables.o -MF .pbx_variables.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o pickup.o -c pickup.c -MD -MT pickup.o -MF .pickup.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o poll.o -c poll.c -MD -MT poll.o -MF .poll.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o presencestate.o -c presencestate.c -MD -MT presencestate.o -MF .presencestate.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o privacy.o -c privacy.c -MD -MT privacy.o -MF .privacy.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o rtp_engine.o -c rtp_engine.c -MD -MT rtp_engine.o -MF .rtp_engine.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o say.o -c say.c -MD -MT say.o -MF .say.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o sched.o -c sched.c -MD -MT sched.o -MF .sched.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o sdp_srtp.o -c sdp_srtp.c -MD -MT sdp_srtp.o -MF .sdp_srtp.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o security_events.o -c security_events.c -MD -MT security_events.o -MF .security_events.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o sem.o -c sem.c -MD -MT sem.o -MF .sem.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o serializer.o -c serializer.c -MD -MT serializer.o -MF .serializer.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o sha1.o -c sha1.c -MD -MT sha1.o -MF .sha1.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o sip_api.o -c sip_api.c -MD -MT sip_api.o -MF .sip_api.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o slinfactory.o -c slinfactory.c -MD -MT slinfactory.o -MF .slinfactory.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o smoother.o -c smoother.c -MD -MT smoother.o -MF .smoother.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o sorcery.o -c sorcery.c -MD -MT sorcery.o -MF .sorcery.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o srv.o -c srv.c -MD -MT srv.o -MF .srv.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stasis.o -c stasis.c -MD -MT stasis.o -MF .stasis.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stasis_bridges.o -c stasis_bridges.c -MD -MT stasis_bridges.o -MF .stasis_bridges.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stasis_cache.o -c stasis_cache.c -MD -MT stasis_cache.o -MF .stasis_cache.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stasis_cache_pattern.o -c stasis_cache_pattern.c -MD -MT stasis_cache_pattern.o -MF .stasis_cache_pattern.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stasis_channels.o -c stasis_channels.c -MD -MT stasis_channels.o -MF .stasis_channels.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stasis_endpoints.o -c stasis_endpoints.c -MD -MT stasis_endpoints.o -MF .stasis_endpoints.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stasis_message.o -c stasis_message.c -MD -MT stasis_message.o -MF .stasis_message.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stasis_message_router.o -c stasis_message_router.c -MD -MT stasis_message_router.o -MF .stasis_message_router.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stasis_state.o -c stasis_state.c -MD -MT stasis_state.o -MF .stasis_state.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stasis_system.o -c stasis_system.c -MD -MT stasis_system.o -MF .stasis_system.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stdtime/localtime.o -c stdtime/localtime.c -MD -MT stdtime/localtime.o -MF .stdtime_localtime.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -Wno-format-nonliteral -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o strcompat.o -c strcompat.c -MD -MT strcompat.o -MF .strcompat.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stream.o -c stream.c -MD -MT stream.o -MF .stream.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stringfields.o -c stringfields.c -MD -MT stringfields.o -MF .stringfields.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o strings.o -c strings.c -MD -MT strings.o -MF .strings.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o stun.o -c stun.c -MD -MT stun.o -MF .stun.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o syslog.o -c syslog.c -MD -MT syslog.o -MF .syslog.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o taskprocessor.o -c taskprocessor.c -MD -MT taskprocessor.o -MF .taskprocessor.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o tcptls.o -c tcptls.c -MD -MT tcptls.o -MF .tcptls.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -Wno-deprecated-declarations -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o tdd.o -c tdd.c -MD -MT tdd.o -MF .tdd.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o term.o -c term.c -MD -MT term.o -MF .term.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o test.o -c test.c -MD -MT test.o -MF .test.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o threadpool.o -c threadpool.c -MD -MT threadpool.o -MF .threadpool.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o threadstorage.o -c threadstorage.c -MD -MT threadstorage.o -MF .threadstorage.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o time.o -c time.c -MD -MT time.o -MF .time.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o timing.o -c timing.c -MD -MT timing.o -MF .timing.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o translate.o -c translate.c -MD -MT translate.o -MF .translate.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o ulaw.o -c ulaw.c -MD -MT ulaw.o -MF .ulaw.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o uri.o -c uri.c -MD -MT uri.o -MF .uri.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o utf8.o -c utf8.c -MD -MT utf8.o -MF .utf8.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o utils.o -c utils.c -MD -MT utils.o -MF .utils.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o uuid.o -c uuid.c -MD -MT uuid.o -MF .uuid.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o version.o -c version.c -MD -MT version.o -MF .version.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o xml.o -c xml.c -MD -MT xml.o -MF .xml.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o xmldoc.o -c xmldoc.c -MD -MT xmldoc.o -MF .xmldoc.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"core\" -DAST_IN_CORE -Wno-unused-value -Wno-parentheses-equality
afl-cc -o ccss.o -c ccss.c -MD -MT ccss.o -MF .ccss.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"ccss\" -DAST_MODULE_SELF_SYM=__internal_ccss_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o cdr.o -c cdr.c -MD -MT cdr.o -MF .cdr.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"cdr\" -DAST_MODULE_SELF_SYM=__internal_cdr_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o cel.o -c cel.c -MD -MT cel.o -MF .cel.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"cel\" -DAST_MODULE_SELF_SYM=__internal_cel_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o config.o -c config.c -MD -MT config.o -MF .config.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"config\" -DAST_MODULE_SELF_SYM=__internal_config_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dnsmgr.o -c dnsmgr.c -MD -MT dnsmgr.o -MF .dnsmgr.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"dnsmgr\" -DAST_MODULE_SELF_SYM=__internal_dnsmgr_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o dsp.o -c dsp.c -MD -MT dsp.o -MF .dsp.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"dsp\" -DAST_MODULE_SELF_SYM=__internal_dsp_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o enum.o -c enum.c -MD -MT enum.o -MF .enum.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"enum\" -DAST_MODULE_SELF_SYM=__internal_enum_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o features.o -c features.c -MD -MT features.o -MF .features.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"features\" -DAST_MODULE_SELF_SYM=__internal_features_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o http.o -c http.c -MD -MT http.o -MF .http.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"http\" -DAST_MODULE_SELF_SYM=__internal_http_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o indications.o -c indications.c -MD -MT indications.o -MF .indications.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"indications\" -DAST_MODULE_SELF_SYM=__internal_indications_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o logger.o -c logger.c -MD -MT logger.o -MF .logger.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"logger\" -DAST_MODULE_SELF_SYM=__internal_logger_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o manager.o -c manager.c -MD -MT manager.o -MF .manager.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"manager\" -DAST_MODULE_SELF_SYM=__internal_manager_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o named_acl.o -c named_acl.c -MD -MT named_acl.o -MF .named_acl.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"named_acl\" -DAST_MODULE_SELF_SYM=__internal_named_acl_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o plc.o -c plc.c -MD -MT plc.o -MF .plc.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"plc\" -DAST_MODULE_SELF_SYM=__internal_plc_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o sounds.o -c sounds.c -MD -MT sounds.o -MF .sounds.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"sounds\" -DAST_MODULE_SELF_SYM=__internal_sounds_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o udptl.o -c udptl.c -MD -MT udptl.o -MF .udptl.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -DAST_MODULE=\"udptl\" -DAST_MODULE_SELF_SYM=__internal_udptl_self -Wno-unused-value -Wno-parentheses-equality
afl-cc -o libasteriskssl.o -c libasteriskssl.c -MD -MT libasteriskssl.o -MF .libasteriskssl.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"asteriskssl\" -DAST_NOT_MODULE -Wno-unused-value -Wno-parentheses-equality
/asterisk/build_tools/make_linker_version_script libasteriskssl "" "/asterisk"
afl-cc -o libasteriskssl.so.1 -pthread -Wl,-soname=libasteriskssl.so.1 -shared -Wl,--version-script,libasteriskssl.exports,--warn-common libasteriskssl.o
/usr/bin/ln -sf libasteriskssl.so.1 libasteriskssl.so ;\
afl-cc -o libasteriskpj.o -c libasteriskpj.c -MD -MT libasteriskpj.o -MF .libasteriskpj.o.d -MP -pthread -I/asterisk/include -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unknown-warning-option -fblocks -g3 -O3 -fPIC -DAST_MODULE=\"asteriskpj\" -DAST_NOT_MODULE -DPJ_AUTOCONF=1 -fPIC -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -pipe -fblocks -g3 -O3 -O3 -g3 -pthread -pipe -fblocks -g3 -O3 -O3 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -I/asterisk/third-party/pjproject/source/pjlib/include -I/asterisk/third-party/pjproject/source/pjlib-util/include -I/asterisk/third-party/pjproject/source/pjnath/include -I/asterisk/third-party/pjproject/source/pjmedia/include -I/asterisk/third-party/pjproject/source/pjsip/include -DPJ_AUTOCONF=1 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -I/asterisk/third-party/pjproject/source/pjlib/include -I/asterisk/third-party/pjproject/source/pjlib-util/include -I/asterisk/third-party/pjproject/source/pjnath/include -I/asterisk/third-party/pjproject/source/pjmedia/include -I/asterisk/third-party/pjproject/source/pjsip/include -Wno-unused-value -Wno-parentheses-equality
echo -e "{\nglobal:" > libasteriskpj.exports
sed -r -e "s/.*/&;/" /asterisk/third-party/pjproject/pjproject.symbols >> libasteriskpj.exports
echo -e "ast_pj_init;\n" >> libasteriskpj.exports
echo -e "local:\n*;\n};" >> libasteriskpj.exports
afl-cc -o libasteriskpj.so.2 -pthread -Wl,-soname=libasteriskpj.so.2 -L/asterisk/third-party/pjproject/source/pjlib/lib -L/asterisk/third-party/pjproject/source/pjlib-util/lib -L/asterisk/third-party/pjproject/source/pjnath/lib -L/asterisk/third-party/pjproject/source/pjmedia/lib -L/asterisk/third-party/pjproject/source/pjsip/lib -L/asterisk/third-party/pjproject/source/third_party/lib -shared -Wl,--version-script,libasteriskpj.exports,--warn-common libasteriskpj.o -Wl,--whole-archive -lpjsua-x86_64-unknown-linux-gnu -lpjsip-ua-x86_64-unknown-linux-gnu -lpjsip-simple-x86_64-unknown-linux-gnu -lpjsip-x86_64-unknown-linux-gnu -lpjnath-x86_64-unknown-linux-gnu -lpjmedia-codec-x86_64-unknown-linux-gnu -lpjmedia-videodev-x86_64-unknown-linux-gnu -lpjmedia-audiodev-x86_64-unknown-linux-gnu -lpjmedia-x86_64-unknown-linux-gnu -lpjlib-util-x86_64-unknown-linux-gnu -lpj-x86_64-unknown-linux-gnu -Wl,--no-whole-archive -luuid -lm -lpthread -lrt
/usr/bin/ln -sf libasteriskpj.so.2 libasteriskpj.so ;\
/asterisk/build_tools/make_linker_version_script asterisk
afl-cc -o asterisk -Wl,--export-dynamic -Wl,--version-script,asterisk.exports -Wl,--dynamic-list,asterisk.dynamics abstract_jb.o acl.o adsi.o alaw.o alertpipe.o aoc.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o astobj2_container.o astobj2_global.o astobj2_hash.o astobj2_rbtree.o audiohook.o autochan.o autoservice.o backtrace.o bridge.o bridge_after.o bridge_basic.o bridge_channel.o bridge_roles.o bucket.o callerid.o channel.o channel_internal_api.o chanvars.o cli.o codec.o codec_builtin.o config_options.o conversions.o core_local.o core_unreal.o crypt.o data_buffer.o datastore.o db.o devicestate.o dial.o dns.o dns_core.o dns_naptr.o dns_query_set.o dns_recurring.o dns_srv.o dns_system_resolver.o dns_test.o dns_tlsa.o dns_txt.o endpoints.o event.o features_config.o file.o fixedjitterbuf.o format.o format_cache.o format_cap.o format_compatibility.o frame.o framehook.o fskmodem.o global_datastores.o hashtab.o heap.o image.o io.o iostream.o jitterbuf.o json.o loader.o lock.o logger_category.o manager_bridges.o manager_channels.o manager_endpoints.o manager_mwi.o manager_system.o max_forwards.o md5.o media_cache.o media_index.o message.o mixmonitor.o mwi.o named_locks.o netsock2.o optional_api.o options.o parking.o pbx.o pbx_app.o pbx_builtins.o pbx_functions.o pbx_hangup_handler.o pbx_ignorepat.o pbx_include.o pbx_sw.o pbx_switch.o pbx_timing.o pbx_variables.o pickup.o poll.o presencestate.o privacy.o rtp_engine.o say.o sched.o sdp_srtp.o security_events.o sem.o serializer.o sha1.o sip_api.o slinfactory.o smoother.o sorcery.o srv.o stasis.o stasis_bridges.o stasis_cache.o stasis_cache_pattern.o stasis_channels.o stasis_endpoints.o stasis_message.o stasis_message_router.o stasis_state.o stasis_system.o stdtime/localtime.o strcompat.o stream.o stringfields.o strings.o stun.o syslog.o taskprocessor.o tcptls.o tdd.o term.o test.o threadpool.o threadstorage.o time.o timing.o translate.o ulaw.o uri.o utf8.o utils.o uuid.o version.o xml.o xmldoc.o ccss.o cdr.o cel.o config.o dnsmgr.o dsp.o enum.o features.o http.o indications.o logger.o manager.o named_acl.o plc.o sounds.o udptl.o -L. -lasteriskssl -L. -lasteriskpj buildinfo.o -lc -lxml2 -lsqlite3 -ljansson -luuid -lcrypt -lrt -ldl -lpthread -lm -lresolv -ledit
/usr/bin/ld: app.o: in function `__ast_vm_register':
/asterisk/main/app.c:443: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/app.c:471: undefined reference to `_Block_object_dispose'
/usr/bin/ld: app.o: in function `__copy_helper_block_8_32r':
/asterisk/main/app.c:(.text.__copy_helper_block_8_32r[__copy_helper_block_8_32r]+0x2b): undefined reference to `_Block_object_assign'
/usr/bin/ld: app.o: in function `__destroy_helper_block_8_32r':
/asterisk/main/app.c:(.text.__destroy_helper_block_8_32r[__destroy_helper_block_8_32r]+0x27): undefined reference to `_Block_object_dispose'
/usr/bin/ld: app.o: in function `__ast_vm_greeter_register':
/asterisk/main/app.c:554: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/app.c:582: undefined reference to `_Block_object_dispose'
/usr/bin/ld: asterisk.o: in function `main':
/asterisk/main/asterisk.c:3497: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/asterisk.c:3498: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/asterisk.c:3499: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/asterisk.c:3932: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/asterisk.c:3932: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/asterisk.c:3932: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge.o: in function `ast_bridge_add_channel':
/asterisk/main/bridge.c:2522: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:2523: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:2592: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:2604: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bridge.c:2606: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bridge.c:2606: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge.o: in function `ast_bridge_transfer_blind':
/asterisk/main/bridge.c:4481: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:4482: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:4483: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:4484: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:4485: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: bridge.o:/asterisk/main/bridge.c:4486: more undefined references to `_NSConcreteStackBlock' follow
/usr/bin/ld: bridge.o: in function `ast_bridge_transfer_blind':
/asterisk/main/bridge.c:4603: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bridge.c:4603: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bridge.c:4603: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bridge.c:4603: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bridge.c:4603: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge.o:/asterisk/main/bridge.c:4603: more undefined references to `_Block_object_dispose' follow
/usr/bin/ld: bridge.o: in function `try_parking':
/asterisk/main/bridge.c:4382: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:4402: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge.o: in function `ast_bridge_transfer_blind':
/asterisk/main/bridge.c:4552: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:4568: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge.o: in function `ast_bridge_transfer_attended':
/asterisk/main/bridge.c:4732: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:4733: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:4734: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:4735: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:4736: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: bridge.o:/asterisk/main/bridge.c:4737: more undefined references to `_NSConcreteStackBlock' follow
/usr/bin/ld: bridge.o: in function `ast_bridge_transfer_attended':
/asterisk/main/bridge.c:4867: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bridge.c:4912: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bridge.c:4912: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bridge.c:4912: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bridge.c:4912: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge.o:/asterisk/main/bridge.c:4912: more undefined references to `_Block_object_dispose' follow
/usr/bin/ld: bridge.o: in function `manager_bridge_tech_list':
/asterisk/main/bridge.c:5521: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge.c:5560: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_after.o: in function `after_bridge_cb_find':
/asterisk/main/bridge_after.c:180: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bridge_after.c:180: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_after.o: in function `after_bridge_cb_setup':
/asterisk/main/bridge_after.c:196: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_after.c:218: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_after.o: in function `ast_bridge_read_after_goto':
/asterisk/main/bridge_after.c:413: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_after.c:445: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_after.o: in function `after_bridge_cb_find':
/asterisk/main/bridge_after.c:180: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_basic.o: in function `ast_bridge_basic_set_flags':
/asterisk/main/bridge_basic.c:3632: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_basic.c:3637: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_basic.o: in function `builtin_feature_get_exten':
/asterisk/main/bridge_basic.c:351: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_basic.o: in function `add_transferer_role':
/asterisk/main/bridge_basic.c:3128: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_basic.c:3152: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_basic.o: in function `clear_stimulus_queue':
/asterisk/main/bridge_basic.c:1495: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_basic.c:1500: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_basic.o: in function `bridge_basic_change_personality':
/asterisk/main/bridge_basic.c:3534: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: bridge_basic.o: in function `remove_hooks_on_personality_change':
/asterisk/main/bridge_basic.c:725: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_basic.c:727: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_basic.o: in function `bridge_basic_change_personality':
/asterisk/main/bridge_basic.c:3551: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_basic.o: in function `wait_for_stimulus':
/asterisk/main/bridge_basic.c:2999: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_basic.c:3032: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_basic.o: in function `recalling_enter':
/asterisk/main/bridge_basic.c:2457: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_basic.c:2515: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_basic.o: in function `retransfer_enter':
/asterisk/main/bridge_basic.c:2605: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_basic.c:2662: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_channel.o: in function `bridge_channel_internal_queue_blind_transfer':
/asterisk/main/bridge_channel.c:3066: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_channel.c:3086: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_channel.o: in function `bridge_channel_internal_queue_attended_transfer':
/asterisk/main/bridge_channel.c:3091: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_channel.c:3108: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_channel.o: in function `bridge_channel_attended_transfer':
/asterisk/main/bridge_channel.c:2030: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_channel.c:2031: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_channel.c:2054: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bridge_channel.c:2054: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_channel.o: in function `after_bridge_move_channel':
/asterisk/main/bridge_channel.c:1945: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bridge_channel.c:1997: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bridge_channel.o: in function `after_bridge_move_channel_fail':
/asterisk/main/bridge_channel.c:2010: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bucket.o: in function `__ast_bucket_scheme_register':
/asterisk/main/bucket.c:281: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:282: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:313: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bucket.c:313: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bucket.o: in function `ast_bucket_file_metadata_set':
/asterisk/main/bucket.c:336: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:346: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bucket.o: in function `ast_bucket_file_metadata_unset':
/asterisk/main/bucket.c:357: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bucket.o: in function `ast_bucket_alloc':
/asterisk/main/bucket.c:441: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:486: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bucket.o: in function `ast_bucket_json':
/asterisk/main/bucket.c:546: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:618: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bucket.o: in function `ast_bucket_file_alloc':
/asterisk/main/bucket.c:673: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:723: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bucket.o: in function `ast_bucket_file_copy':
/asterisk/main/bucket.c:793: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:808: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bucket.o: in function `ast_bucket_file_json':
/asterisk/main/bucket.c:851: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:897: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bucket.o: in function `bucket_alloc':
/asterisk/main/bucket.c:404: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:429: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bucket.o: in function `bucket_file_alloc':
/asterisk/main/bucket.c:642: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:661: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bucket.o: in function `bucket_wizard_retrieve':
/asterisk/main/bucket.c:123: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:125: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:155: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bucket.c:155: undefined reference to `_Block_object_dispose'
/usr/bin/ld: bucket.o: in function `bucket_file_wizard_retrieve':
/asterisk/main/bucket.c:206: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:207: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/bucket.c:237: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/bucket.c:237: undefined reference to `_Block_object_dispose'
/usr/bin/ld: channel.o: in function `ast_queue_hangup_with_cause':
/asterisk/main/channel.c:1164: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:1185: undefined reference to `_Block_object_dispose'
/usr/bin/ld: channel.o: in function `ast_softhangup':
/asterisk/main/channel.c:2476: undefined reference to `_Block_object_dispose'
/usr/bin/ld: channel.o: in function `ast_set_hangupsource':
/asterisk/main/channel.c:2492: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:2507: undefined reference to `_Block_object_dispose'
/usr/bin/ld: channel.o: in function `send_dtmf_begin_event':
/asterisk/main/channel.c:3367: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:3378: undefined reference to `_Block_object_dispose'
/usr/bin/ld: channel.o: in function `send_dtmf_end_event':
/asterisk/main/channel.c:3383: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:3395: undefined reference to `_Block_object_dispose'
/usr/bin/ld: channel.o: in function `set_format':
/asterisk/main/channel.c:5594: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:5595: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:5754: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/channel.c:5754: undefined reference to `_Block_object_dispose'
/usr/bin/ld: channel.o: in function `request_channel':
/asterisk/main/channel.c:6264: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:6265: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:6319: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/channel.c:6319: undefined reference to `_Block_object_dispose'
/usr/bin/ld: channel.o: in function `ast_channel_make_compatible_helper':
/asterisk/main/channel.c:6649: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:6650: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:6722: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/channel.c:6722: undefined reference to `_Block_object_dispose'
/usr/bin/ld: channel.o: in function `ast_channel_get_vars':
/asterisk/main/channel.c:7922: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:7943: undefined reference to `_Block_object_dispose'
/usr/bin/ld: channel.o: in function `channel_get_external_vars':
/asterisk/main/channel.c:7948: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:7949: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:7951: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:7990: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/channel.c:7990: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/channel.c:7990: undefined reference to `_Block_object_dispose'
/usr/bin/ld: channel.o: in function `ast_channel_move':
/asterisk/main/channel.c:10770: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:10771: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/channel.c:10804: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/channel.c:10804: undefined reference to `_Block_object_dispose'
/usr/bin/ld: codec.o: in function `__ast_codec_register_with_format':
/asterisk/main/codec.c:279: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/codec.c:324: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config_options.o: in function `xmldoc_update_config_option':
/asterisk/main/config_options.c:1126: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config_options.c:1127: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config_options.c:1157: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/config_options.c:1157: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config_options.o: in function `aco_set_defaults':
/asterisk/main/config_options.c:936: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config_options.c:954: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/config_options.c:954: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config_options.o: in function `aco_process_var':
/asterisk/main/config_options.c:771: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config_options.c:803: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config_options.o: in function `xmldoc_update_config_type':
/asterisk/main/config_options.c:1050: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config_options.c:1051: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config_options.c:1119: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/config_options.c:1119: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/config_options.c:1119: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/config_options.c:1119: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/config_options.c:1119: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config_options.o:/asterisk/main/config_options.c:1119: more undefined references to `_Block_object_dispose' follow
/usr/bin/ld: config_options.o: in function `process_category':
/asterisk/main/config_options.c:501: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config_options.c:587: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config_options.o: in function `cli_show_module_types':
/asterisk/main/config_options.c:1188: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: config_options.o: in function `cli_show_module_type':
/asterisk/main/config_options.c:1220: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: config_options.o: in function `cli_show_module_options':
/asterisk/main/config_options.c:1272: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: config_options.o: in function `cli_show_help':
/asterisk/main/config_options.c:(.text.cli_show_help[cli_show_help$4c54b3bc6f36807e880cf936e5093760]+0x1159): undefined reference to `_Block_object_dispose'
/usr/bin/ld: core_local.o: in function `local_optimization_started_cb':
/asterisk/main/core_local.c:393: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:394: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:395: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:422: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:430: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:430: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:430: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:422: undefined reference to `_Block_object_dispose'
/usr/bin/ld: core_local.o: in function `local_optimization_finished_cb':
/asterisk/main/core_local.c:435: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:436: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:437: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:461: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:461: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:461: undefined reference to `_Block_object_dispose'
/usr/bin/ld: core_local.o: in function `local_channel_optimization_blob':
/asterisk/main/core_local.c:366: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:367: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:387: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:387: undefined reference to `_Block_object_dispose'
/usr/bin/ld: core_local.o: in function `local_message_to_ami':
/asterisk/main/core_local.c:469: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:470: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:471: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:529: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:529: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:529: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:489: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:509: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:509: undefined reference to `_Block_object_dispose'
/usr/bin/ld: core_local.o: in function `publish_local_bridge_message':
/asterisk/main/core_local.c:542: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:543: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:544: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:545: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:546: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_local.c:597: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:597: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:597: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:597: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_local.c:597: undefined reference to `_Block_object_dispose'
/usr/bin/ld: core_unreal.o: in function `ast_unreal_channel_push_to_bridge':
/asterisk/main/core_unreal.c:934: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_unreal.c:947: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_unreal.c:950: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_unreal.c:947: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_unreal.c:963: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/core_unreal.c:1016: undefined reference to `_Block_object_dispose'
/usr/bin/ld: core_unreal.o: in function `ast_unreal_new_channels':
/asterisk/main/core_unreal.c:1167: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/core_unreal.c:1298: undefined reference to `_Block_object_dispose'
/usr/bin/ld: devicestate.o: in function `ast_publish_device_state_full':
/asterisk/main/devicestate.c:715: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/devicestate.c:716: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/devicestate.c:759: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/devicestate.c:759: undefined reference to `_Block_object_dispose'
/usr/bin/ld: dns_core.o: in function `ast_dns_resolve_ipv6_and_ipv4':
/asterisk/main/dns_core.c:371: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/dns_core.c:438: undefined reference to `_Block_object_dispose'
/usr/bin/ld: endpoints.o: in function `endpoint_publish_snapshot':
/asterisk/main/endpoints.c:124: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/endpoints.c:125: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/endpoints.c:143: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/endpoints.c:143: undefined reference to `_Block_object_dispose'
/usr/bin/ld: endpoints.o: in function `endpoint_internal_create':
/asterisk/main/endpoints.c:216: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/endpoints.c:217: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/endpoints.c:317: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/endpoints.c:317: undefined reference to `_Block_object_dispose'
/usr/bin/ld: endpoints.o: in function `ast_endpoint_shutdown':
/asterisk/main/endpoints.c:352: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: endpoints.o: in function `create_endpoint_snapshot_message':
/asterisk/main/endpoints.c:336: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/endpoints.c:348: undefined reference to `_Block_object_dispose'
/usr/bin/ld: endpoints.o: in function `ast_endpoint_shutdown':
/asterisk/main/endpoints.c:363: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/endpoints.c:368: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/endpoints.c:373: undefined reference to `_Block_object_dispose'
/usr/bin/ld: endpoints.o: in function `ast_endpoint_snapshot_create':
/asterisk/main/endpoints.c:452: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/endpoints.c:485: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `ast_get_chan_features_general_config':
/asterisk/main/features_config.c:1125: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1141: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `get_feature_ds':
/asterisk/main/features_config.c:1075: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1107: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `ast_get_chan_features_xfer_config':
/asterisk/main/features_config.c:1145: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1161: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `ast_get_chan_features_pickup_config':
/asterisk/main/features_config.c:1195: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1211: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `ast_get_chan_featuremap_config':
/asterisk/main/features_config.c:1215: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1231: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `ast_get_builtin_feature':
/asterisk/main/features_config.c:1235: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1248: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `ast_get_feature':
/asterisk/main/features_config.c:1252: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1253: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1272: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/features_config.c:1272: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `ast_get_chan_applicationmap':
/asterisk/main/features_config.c:1327: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1358: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1361: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1369: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/features_config.c:1372: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/features_config.c:1380: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `add_item':
/asterisk/main/features_config.c:1300: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1323: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `load_config':
/asterisk/main/features_config.c:1866: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1876: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/features_config.c:1876: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `__features_config_alloc':
/asterisk/main/features_config.c:734: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: features_config.o: in function `global_config_alloc':
/asterisk/main/features_config.c:686: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:710: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `__features_config_alloc':
/asterisk/main/features_config.c:772: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `internal_featuremap_read':
/asterisk/main/features_config.c:1671: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1680: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `internal_featuremap_write':
/asterisk/main/features_config.c:1686: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1687: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1700: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/features_config.c:1700: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `internal_feature_read':
/asterisk/main/features_config.c:1610: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1611: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1635: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/features_config.c:1635: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `internal_feature_write':
/asterisk/main/features_config.c:1641: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1642: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1665: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/features_config.c:1665: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `handle_feature_show':
/asterisk/main/features_config.c:1925: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1970: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `applicationmap_handler':
/asterisk/main/features_config.c:1385: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1476: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features_config.o: in function `featuregroup_handler':
/asterisk/main/features_config.c:1481: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features_config.c:1499: undefined reference to `_Block_object_dispose'
/usr/bin/ld: file.o: in function `publish_format_update':
/asterisk/main/file.c:95: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/file.c:96: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/file.c:97: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/file.c:122: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/file.c:122: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/file.c:122: undefined reference to `_Block_object_dispose'
/usr/bin/ld: file.o: in function `__ast_file_read_dirs':
/asterisk/main/file.c:1206: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/file.c:1133: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/file.c:1206: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/file.c:1206: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/file.c:1206: undefined reference to `_Block_object_dispose'
/usr/bin/ld: file.o: in function `ast_get_format_for_file_ext':
/asterisk/main/file.c:1941: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/file.c:1949: undefined reference to `_Block_object_dispose'
/usr/bin/ld: file.o: in function `ast_get_extension_for_mime_type':
/asterisk/main/file.c:1954: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/file.c:1970: undefined reference to `_Block_object_dispose'
/usr/bin/ld: file.o: in function `json_array_from_list':
/asterisk/main/file.c:76: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/file.c:91: undefined reference to `_Block_object_dispose'
/usr/bin/ld: format.o: in function `__ast_format_interface_register':
/asterisk/main/format.c:92: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/format.c:123: undefined reference to `_Block_object_dispose'
/usr/bin/ld: format_cache.o: in function `ast_format_cache_set':
/asterisk/main/format_cache.c:476: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/format_cache.c:500: undefined reference to `_Block_object_dispose'
/usr/bin/ld: loader.o: in function `publish_load_message_type':
/asterisk/main/loader.c:1477: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/loader.c:1478: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/loader.c:1479: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/loader.c:1480: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/loader.c:1512: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/loader.c:1512: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/loader.c:1512: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/loader.c:1512: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_bridges.o: in function `bridge_snapshot_update':
/asterisk/main/manager_bridges.c:332: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:339: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:359: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_bridges.c:339: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:359: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_bridges.c:339: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:359: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_bridges.c:360: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_bridges.o: in function `bridge_merge_cb':
/asterisk/main/manager_bridges.c:366: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:367: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:392: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_bridges.c:392: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_bridges.o: in function `channel_enter_cb':
/asterisk/main/manager_bridges.c:399: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:400: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:420: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_bridges.c:420: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_bridges.o: in function `channel_leave_cb':
/asterisk/main/manager_bridges.c:426: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:427: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:440: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_bridges.c:440: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_bridges.o: in function `manager_bridge_info':
/asterisk/main/manager_bridges.c:559: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:560: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:602: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_bridges.c:602: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_bridges.o: in function `manager_bridge_kick':
/asterisk/main/manager_bridges.c:630: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:631: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:668: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_bridges.c:668: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_bridges.o: in function `send_bridge_list_item_cb':
/asterisk/main/manager_bridges.c:451: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:482: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_bridges.o: in function `send_bridge_info_item_cb':
/asterisk/main/manager_bridges.c:527: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:528: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_bridges.c:553: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_bridges.c:553: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_channels.o: in function `channel_snapshot_update':
/asterisk/main/manager_channels.c:716: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:723: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:742: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:723: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:742: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:723: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:742: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:723: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:742: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:723: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:742: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:743: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_channels.o: in function `channel_dtmf_begin_cb':
/asterisk/main/manager_channels.c:881: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:919: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_channels.o: in function `channel_dtmf_end_cb':
/asterisk/main/manager_channels.c:925: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:969: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_channels.o: in function `channel_dial_cb':
/asterisk/main/manager_channels.c:1203: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:1204: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:1245: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:1245: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_channels.o: in function `channel_fax_cb':
/asterisk/main/manager_channels.c:1023: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:1024: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:1091: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:1091: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_channels.o: in function `channel_chanspy_start_cb':
/asterisk/main/manager_channels.c:845: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:846: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:875: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:875: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_channels.o: in function `channel_chanspy_stop_cb':
/asterisk/main/manager_channels.c:810: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:811: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:840: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:840: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_channels.o: in function `channel_hangup_handler_cb':
/asterisk/main/manager_channels.c:992: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:1018: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_channels.o: in function `channel_moh_start_cb':
/asterisk/main/manager_channels.c:1098: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:1111: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_channels.o: in function `publish_basic_channel_event':
/asterisk/main/manager_channels.c:747: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:757: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:747: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:757: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:747: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:757: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:747: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:757: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:747: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:757: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_channels.o: in function `channel_mixmonitor_mute_cb':
/asterisk/main/manager_channels.c:1156: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:1157: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_channels.c:1182: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_channels.c:1182: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_mwi.o: in function `mwi_update_cb':
/asterisk/main/manager_mwi.c:90: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_mwi.c:145: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager_mwi.o: in function `mwi_app_event_cb':
/asterisk/main/manager_mwi.c:59: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_mwi.c:60: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager_mwi.c:84: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager_mwi.c:84: undefined reference to `_Block_object_dispose'
/usr/bin/ld: media_cache.o: in function `ast_media_cache_retrieve':
/asterisk/main/media_cache.c:202: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/media_cache.c:256: undefined reference to `_Block_object_dispose'
/usr/bin/ld: media_cache.o: in function `ast_media_cache_create_or_update':
/asterisk/main/media_cache.c:295: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/media_cache.c:362: undefined reference to `_Block_object_dispose'
/usr/bin/ld: media_index.o: in function `ast_media_get_description':
/asterisk/main/media_index.c:232: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: media_index.o: in function `find_variant':
/asterisk/main/media_index.c:186: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/media_index.c:194: undefined reference to `_Block_object_dispose'
/usr/bin/ld: media_index.o: in function `ast_media_get_description':
/asterisk/main/media_index.c:243: undefined reference to `_Block_object_dispose'
/usr/bin/ld: media_index.o: in function `ast_media_get_format_cap':
/asterisk/main/media_index.c:248: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: media_index.o: in function `find_variant':
/asterisk/main/media_index.c:186: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/media_index.c:194: undefined reference to `_Block_object_dispose'
/usr/bin/ld: media_index.o: in function `ast_media_get_format_cap':
/asterisk/main/media_index.c:263: undefined reference to `_Block_object_dispose'
/usr/bin/ld: media_index.o: in function `ast_media_get_variants':
/asterisk/main/media_index.c:276: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/media_index.c:277: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/media_index.c:296: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/media_index.c:296: undefined reference to `_Block_object_dispose'
/usr/bin/ld: media_index.o: in function `ast_media_get_media':
/asterisk/main/media_index.c:309: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/media_index.c:327: undefined reference to `_Block_object_dispose'
/usr/bin/ld: media_index.o: in function `process_description_file':
/asterisk/main/media_index.c:386: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/media_index.c:387: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/media_index.c:500: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/media_index.c:500: undefined reference to `_Block_object_dispose'
/usr/bin/ld: mixmonitor.o: in function `ast_set_mixmonitor_methods':
/asterisk/main/mixmonitor.c:45: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/mixmonitor.c:57: undefined reference to `_Block_object_dispose'
/usr/bin/ld: mixmonitor.o: in function `ast_clear_mixmonitor_methods':
/asterisk/main/mixmonitor.c:61: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/mixmonitor.c:72: undefined reference to `_Block_object_dispose'
/usr/bin/ld: mixmonitor.o: in function `ast_start_mixmonitor':
/asterisk/main/mixmonitor.c:76: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/mixmonitor.c:84: undefined reference to `_Block_object_dispose'
/usr/bin/ld: mixmonitor.o: in function `ast_stop_mixmonitor':
/asterisk/main/mixmonitor.c:88: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/mixmonitor.c:96: undefined reference to `_Block_object_dispose'
/usr/bin/ld: mwi.o: in function `ast_delete_mwi_state_full':
/asterisk/main/mwi.c:401: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/mwi.c:439: undefined reference to `_Block_object_dispose'
/usr/bin/ld: parking.o: in function `ast_parked_call_payload_create':
/asterisk/main/parking.c:88: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/parking.c:124: undefined reference to `_Block_object_dispose'
/usr/bin/ld: parking.o: in function `ast_parking_park_bridge_channel':
/asterisk/main/parking.c:128: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/parking.c:138: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/parking.c:141: undefined reference to `_Block_object_dispose'
/usr/bin/ld: parking.o: in function `ast_parking_blind_transfer_park':
/asterisk/main/parking.c:147: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/parking.c:157: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/parking.c:160: undefined reference to `_Block_object_dispose'
/usr/bin/ld: parking.o: in function `ast_parking_park_call':
/asterisk/main/parking.c:164: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/parking.c:174: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/parking.c:177: undefined reference to `_Block_object_dispose'
/usr/bin/ld: parking.o: in function `ast_parking_is_exten_park':
/asterisk/main/parking.c:181: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/parking.c:191: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/parking.c:194: undefined reference to `_Block_object_dispose'
/usr/bin/ld: parking.o: in function `ast_parking_register_bridge_features':
/asterisk/main/parking.c:198: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/parking.c:221: undefined reference to `_Block_object_dispose'
/usr/bin/ld: parking.o: in function `ast_parking_unregister_bridge_features':
/asterisk/main/parking.c:225: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/parking.c:239: undefined reference to `_Block_object_dispose'
/usr/bin/ld: parking.o: in function `ast_parking_provider_registered':
/asterisk/main/parking.c:247: undefined reference to `_Block_object_dispose'
/usr/bin/ld: pbx.o: in function `pbx_outgoing_attempt':
/asterisk/main/pbx.c:7762: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/pbx.c:7949: undefined reference to `_Block_object_dispose'
/usr/bin/ld: pbx.o: in function `pbx_outgoing_exec':
/asterisk/main/pbx.c:7629: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/pbx.c:7687: undefined reference to `_Block_object_dispose'
/usr/bin/ld: pbx_hangup_handler.o: in function `publish_hangup_handler_message':
/asterisk/main/pbx_hangup_handler.c:46: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/pbx_hangup_handler.c:56: undefined reference to `_Block_object_dispose'
/usr/bin/ld: pickup.o: in function `ast_pickup_call':
/asterisk/main/pickup.c:204: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/pickup.c:244: undefined reference to `_Block_object_dispose'
/usr/bin/ld: pickup.o: in function `ast_do_pickup':
/asterisk/main/pickup.c:310: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/pickup.c:311: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/pickup.c:390: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/pickup.c:390: undefined reference to `_Block_object_dispose'
/usr/bin/ld: pickup.o: in function `send_call_pickup_stasis_message':
/asterisk/main/pickup.c:280: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/pickup.c:281: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/pickup.c:300: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/pickup.c:300: undefined reference to `_Block_object_dispose'
/usr/bin/ld: pickup.o: in function `call_pickup_to_ami':
/asterisk/main/pickup.c:253: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/pickup.c:254: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/pickup.c:276: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/pickup.c:276: undefined reference to `_Block_object_dispose'
/usr/bin/ld: presencestate.o: in function `presence_state_cached':
/asterisk/main/presencestate.c:128: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/presencestate.c:144: undefined reference to `_Block_object_dispose'
/usr/bin/ld: presencestate.o: in function `presence_state_event':
/asterisk/main/presencestate.c:299: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/presencestate.c:300: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: presencestate.o: in function `presence_state_alloc':
/asterisk/main/presencestate.c:279: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/presencestate.c:292: undefined reference to `_Block_object_dispose'
/usr/bin/ld: presencestate.o: in function `presence_state_event':
/asterisk/main/presencestate.c:317: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/presencestate.c:317: undefined reference to `_Block_object_dispose'
/usr/bin/ld: rtp_engine.o: in function `ast_rtp_publish_rtcp_message':
/asterisk/main/rtp_engine.c:3490: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/rtp_engine.c:3491: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/rtp_engine.c:3518: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/rtp_engine.c:3518: undefined reference to `_Block_object_dispose'
/usr/bin/ld: rtp_engine.o: in function `rtcp_report_to_ami':
/asterisk/main/rtp_engine.c:3300: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/rtp_engine.c:3301: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/rtp_engine.c:3350: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/rtp_engine.c:3378: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/rtp_engine.c:3378: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/rtp_engine.c:3378: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/rtp_engine.c:3385: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/rtp_engine.c:3385: undefined reference to `_Block_object_dispose'
/usr/bin/ld: security_events.o: in function `handle_security_event':
/asterisk/main/security_events.c:1120: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/security_events.c:1121: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/security_events.c:1122: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: security_events.o: in function `alloc_security_event_json_object':
/asterisk/main/security_events.c:1072: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/security_events.c:1116: undefined reference to `_Block_object_dispose'
/usr/bin/ld: security_events.o: in function `handle_security_event':
/asterisk/main/security_events.c:1169: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/security_events.c:1169: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/security_events.c:1169: undefined reference to `_Block_object_dispose'
/usr/bin/ld: security_events.o: in function `security_event_to_ami_blob':
/asterisk/main/security_events.c:422: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/security_events.c:453: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_wizard_observer_add':
/asterisk/main/sorcery.c:546: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:566: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_wizard_observer_remove':
/asterisk/main/sorcery.c:571: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:578: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `__ast_sorcery_apply_config':
/asterisk/main/sorcery.c:1001: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1002: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1024: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/sorcery.c:1024: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_get_wizard_mapping_count':
/asterisk/main/sorcery.c:788: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_get_wizard_mapping':
/asterisk/main/sorcery.c:793: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:818: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `__ast_sorcery_object_type_remove_wizard':
/asterisk/main/sorcery.c:824: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:847: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `__ast_sorcery_remove_wizard_mapping':
/asterisk/main/sorcery.c:853: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:867: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `__ast_sorcery_object_type_insert_wizard':
/asterisk/main/sorcery.c:874: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:875: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:876: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:964: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/sorcery.c:964: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/sorcery.c:964: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `__ast_sorcery_apply_default':
/asterisk/main/sorcery.c:1033: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1041: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `__ast_sorcery_object_register':
/asterisk/main/sorcery.c:1082: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1112: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_object_fields_register':
/asterisk/main/sorcery.c:1163: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1164: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1190: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/sorcery.c:1190: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_object_set_copy_handler':
/asterisk/main/sorcery.c:1137: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_object_set_diff_handler':
/asterisk/main/sorcery.c:1148: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `__ast_sorcery_object_field_register':
/asterisk/main/sorcery.c:1195: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1196: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1243: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/sorcery.c:1243: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `sorcery_reloadable':
/asterisk/main/sorcery.c:1251: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/sorcery.c:1251: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_load_object':
/asterisk/main/sorcery.c:1395: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1406: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_reload_object':
/asterisk/main/sorcery.c:1444: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1455: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_force_reload_object':
/asterisk/main/sorcery.c:1459: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1471: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_objectset_create2':
/asterisk/main/sorcery.c:1515: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1563: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_objectset_json_create':
/asterisk/main/sorcery.c:1568: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1630: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_objectset_apply':
/asterisk/main/sorcery.c:1635: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1636: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1661: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/sorcery.c:1661: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_alloc':
/asterisk/main/sorcery.c:1746: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1776: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_copy':
/asterisk/main/sorcery.c:1781: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1783: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1803: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/sorcery.c:1803: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_diff':
/asterisk/main/sorcery.c:1807: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1828: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/sorcery.c:1818: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1819: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1825: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/sorcery.c:1825: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_retrieve_by_fields':
/asterisk/main/sorcery.c:1899: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1947: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_retrieve_by_regex':
/asterisk/main/sorcery.c:1951: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:1982: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_retrieve_by_prefix':
/asterisk/main/sorcery.c:1986: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:2017: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_create':
/asterisk/main/sorcery.c:2060: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:2105: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_update':
/asterisk/main/sorcery.c:2148: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:2193: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_delete':
/asterisk/main/sorcery.c:2236: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:2281: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_is_stale':
/asterisk/main/sorcery.c:2286: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:2310: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_object_set_extended':
/asterisk/main/sorcery.c:2346: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:2370: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_observer_add':
/asterisk/main/sorcery.c:2388: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:2408: undefined reference to `_Block_object_dispose'
/usr/bin/ld: sorcery.o: in function `ast_sorcery_observer_remove':
/asterisk/main/sorcery.c:2420: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sorcery.c:2433: undefined reference to `_Block_object_dispose'
/usr/bin/ld: stasis.o: in function `stasis_topic_pool_get_topic':
/asterisk/main/stasis.c:1886: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis.c:1887: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis.c:1925: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/stasis.c:1925: undefined reference to `_Block_object_dispose'
/usr/bin/ld: stasis.o: in function `multi_user_event_to_ami':
/asterisk/main/stasis.c:2158: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis.c:2159: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis.c:2177: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/stasis.c:2177: undefined reference to `_Block_object_dispose'
/usr/bin/ld: stasis_bridges.o: in function `blind_transfer_to_ami':
/asterisk/main/stasis_bridges.c:872: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:873: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:874: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:917: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:917: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:917: undefined reference to `_Block_object_dispose'
/usr/bin/ld: stasis_bridges.o: in function `attended_transfer_to_json':
/asterisk/main/stasis_bridges.c:971: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:1101: undefined reference to `_Block_object_dispose'
/usr/bin/ld: stasis_bridges.o: in function `attended_transfer_to_ami':
/asterisk/main/stasis_bridges.c:1105: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:1106: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:1107: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:1108: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:1109: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: stasis_bridges.o:/asterisk/main/stasis_bridges.c:1110: more undefined references to `_NSConcreteStackBlock' follow
/usr/bin/ld: stasis_bridges.o: in function `attended_transfer_to_ami':
/asterisk/main/stasis_bridges.c:1204: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:1204: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:1204: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:1204: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/stasis_bridges.c:1204: undefined reference to `_Block_object_dispose'
/usr/bin/ld: stasis_bridges.o:/asterisk/main/stasis_bridges.c:1204: more undefined references to `_Block_object_dispose' follow
/usr/bin/ld: stasis_endpoints.o: in function `peerstatus_to_ami':
/asterisk/main/stasis_endpoints.c:131: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis_endpoints.c:161: undefined reference to `_Block_object_dispose'
/usr/bin/ld: stasis_endpoints.o: in function `contactstatus_to_ami':
/asterisk/main/stasis_endpoints.c:206: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis_endpoints.c:235: undefined reference to `_Block_object_dispose'
/usr/bin/ld: stasis_message_router.o: in function `find_route':
/asterisk/main/stasis_message_router.c:162: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis_message_router.c:189: undefined reference to `_Block_object_dispose'
/usr/bin/ld: stasis_system.o: in function `system_registry_to_ami':
/asterisk/main/stasis_system.c:160: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/stasis_system.c:183: undefined reference to `_Block_object_dispose'
/usr/bin/ld: taskprocessor.o: in function `ast_taskprocessor_set_local':
/asterisk/main/taskprocessor.c:1106: undefined reference to `_Block_object_dispose'
/usr/bin/ld: threadpool.o: in function `ast_threadpool_set_size':
/asterisk/main/threadpool.c:877: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/threadpool.c:891: undefined reference to `_Block_object_dispose'
/usr/bin/ld: threadpool.o: in function `ast_threadpool_create':
/asterisk/main/threadpool.c:920: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/threadpool.c:921: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: threadpool.o: in function `threadpool_alloc':
/asterisk/main/threadpool.c:406: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/threadpool.c:442: undefined reference to `_Block_object_dispose'
/usr/bin/ld: threadpool.o: in function `ast_threadpool_create':
/asterisk/main/threadpool.c:954: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/threadpool.c:954: undefined reference to `_Block_object_dispose'
/usr/bin/ld: threadpool.o: in function `ast_threadpool_push':
/asterisk/main/threadpool.c:958: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/threadpool.c:963: undefined reference to `_Block_object_dispose'
/usr/bin/ld: threadpool.o: in function `worker_set_state':
/asterisk/main/threadpool.c:1188: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/threadpool.c:1212: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/threadpool.c:1212: undefined reference to `_Block_object_dispose'
/usr/bin/ld: threadpool.o: in function `threadpool_active_thread_idle':
/asterisk/main/threadpool.c:274: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/threadpool.c:260: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: threadpool.o: in function `threadpool_zombie_thread_dead':
/asterisk/main/threadpool.c:305: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/threadpool.c:319: undefined reference to `_Block_object_dispose'
/usr/bin/ld: threadpool.o: in function `threadpool_idle_thread_dead':
/asterisk/main/threadpool.c:336: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/threadpool.c:350: undefined reference to `_Block_object_dispose'
/usr/bin/ld: threadpool.o: in function `worker_set_state':
/asterisk/main/threadpool.c:1212: undefined reference to `_Block_object_dispose'
/usr/bin/ld: threadpool.o: in function `threadpool_tps_task_pushed':
/asterisk/main/threadpool.c:615: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/threadpool.c:629: undefined reference to `_Block_object_dispose'
/usr/bin/ld: threadpool.o: in function `threadpool_tps_emptied':
/asterisk/main/threadpool.c:657: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/threadpool.c:668: undefined reference to `_Block_object_dispose'
/usr/bin/ld: threadpool.o: in function `ast_threadpool_push':
/asterisk/main/threadpool.c:963: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/threadpool.c:963: undefined reference to `_Block_object_dispose'
/usr/bin/ld: translate.o: in function `__ast_register_translator':
/asterisk/main/translate.c:1224: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/translate.c:1225: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/translate.c:1330: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/translate.c:1330: undefined reference to `_Block_object_dispose'
/usr/bin/ld: translate.o: in function `ast_translator_best_choice':
/asterisk/main/translate.c:1395: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/translate.c:1396: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/translate.c:1489: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/translate.c:1489: undefined reference to `_Block_object_dispose'
/usr/bin/ld: translate.o: in function `check_translation_path':
/asterisk/main/translate.c:1530: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/translate.c:1567: undefined reference to `_Block_object_dispose'
/usr/bin/ld: utils.o: in function `ast_safe_mkdir':
/asterisk/main/utils.c:2338: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/utils.c:2339: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: utils.o: in function `safe_mkdir':
/asterisk/main/utils.c:2268: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/utils.c:2290: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/utils.c:2319: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/utils.c:2334: undefined reference to `_Block_object_dispose'
/usr/bin/ld: utils.o: in function `ast_safe_mkdir':
/asterisk/main/utils.c:2358: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/utils.c:2358: undefined reference to `_Block_object_dispose'
/usr/bin/ld: xmldoc.o: in function `xmldoc_get_syntax_config_option':
/asterisk/main/xmldoc.c:1131: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: xmldoc.o: in function `xmldoc_get_syntax_config_object':
/asterisk/main/xmldoc.c:1096: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: xmldoc.o: in function `_ast_xmldoc_build_syntax':
/asterisk/include/asterisk/utils.h:(.text._ast_xmldoc_build_syntax[_ast_xmldoc_build_syntax$a07d725897236b6ef828a345e034db12]+0x57a): undefined reference to `_Block_object_dispose'
/usr/bin/ld: xmldoc.o: in function `xmldoc_build_list_responses':
/asterisk/main/xmldoc.c:2441: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/xmldoc.c:2458: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/xmldoc.c:2458: undefined reference to `_Block_object_dispose'
/usr/bin/ld: xmldoc.o: in function `ast_xmldoc_query':
/asterisk/main/xmldoc.c:2549: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/xmldoc.c:2574: undefined reference to `_Block_object_dispose'
/usr/bin/ld: xmldoc.o: in function `ast_xmldoc_build_documentation':
/asterisk/main/xmldoc.c:2709: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/xmldoc.c:2724: undefined reference to `_Block_object_dispose'
/usr/bin/ld: ccss.o: in function `generic_monitor_devstate_tp_cb':
/asterisk/main/ccss.c:1445: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/ccss.c:1482: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cdr.o: in function `ast_cdr_fork':
/asterisk/main/cdr.c:3639: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cdr.c:3649: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cdr.c:3724: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/cdr.c:3727: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cdr.o: in function `ast_cdr_engine_term':
/asterisk/main/cdr.c:4579: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cdr.c:4615: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cdr.o: in function `cdr_detach':
/asterisk/main/cdr.c:3845: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cdr.c:3901: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cdr.o: in function `cli_show_channels':
/asterisk/main/cdr.c:4014: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cdr.c:4049: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `ast_cel_general_config_alloc':
/asterisk/main/cel.c:190: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:206: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `ast_cel_create_event_with_time':
/asterisk/main/cel.c:531: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:559: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `ast_cel_fabricate_channel_from_event':
/asterisk/main/cel.c:672: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:779: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `ast_cel_track_event':
/asterisk/main/cel.c:441: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/cel.c:441: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/cel.c:441: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/cel.c:441: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `ast_cel_get_config':
/asterisk/main/cel.c:1692: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:1700: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `ast_cel_backend_register':
/asterisk/main/cel.c:1742: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:1761: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `cel_report_event':
/asterisk/main/cel.c:575: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:576: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: cel.o: in function `ast_cel_track_event':
/asterisk/main/cel.c:441: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `cel_report_event':
/asterisk/main/cel.c:610: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/cel.c:610: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `ast_cel_track_event':
/asterisk/main/cel.c:441: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/cel.c:441: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o:/asterisk/main/cel.c:441: more undefined references to `_Block_object_dispose' follow
/usr/bin/ld: cel.o: in function `cel_linkedid_ref':
/asterisk/main/cel.c:783: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:817: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `cel_track_app':
/asterisk/main/cel.c:498: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:499: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:513: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/cel.c:513: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `check_retire_linkedid':
/asterisk/main/cel.c:616: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:650: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `cel_bridge_enter_cb':
/asterisk/main/cel.c:1054: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:1055: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:1075: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/cel.c:1075: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `cel_bridge_leave_cb':
/asterisk/main/cel.c:1084: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:1085: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:1105: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/cel.c:1105: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `cel_parking_cb':
/asterisk/main/cel.c:1112: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:1154: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `cel_config_alloc':
/asterisk/main/cel.c:226: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:238: undefined reference to `_Block_object_dispose'
/usr/bin/ld: cel.o: in function `handle_cli_status':
/asterisk/main/cel.c:356: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:357: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/cel.c:414: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/cel.c:414: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `ast_config_engine_register':
/asterisk/main/config.c:3004: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `ast_config_engine_deregister':
/asterisk/main/config.c:3024: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `ast_realtime_is_mapping_defined':
/asterisk/main/config.c:3029: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config.c:3039: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `find_engine':
/asterisk/main/config.c:3047: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config.c:3072: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `ast_load_realtime_all':
/asterisk/main/config.c:3289: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config.c:3302: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `ast_load_realtime':
/asterisk/main/config.c:3341: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config.c:3360: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `ast_load_realtime_multientry':
/asterisk/main/config.c:3454: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config.c:3466: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `ast_update_realtime':
/asterisk/main/config.c:3491: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config.c:3503: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `ast_update2_realtime':
/asterisk/main/config.c:3527: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config.c:3528: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config.c:3547: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/config.c:3547: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `ast_store_realtime':
/asterisk/main/config.c:3572: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config.c:3584: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `ast_destroy_realtime':
/asterisk/main/config.c:3608: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config.c:3623: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `handle_cli_core_show_config_mappings':
/asterisk/main/config.c:3935: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config.c:3950: undefined reference to `_Block_object_dispose'
/usr/bin/ld: config.o: in function `reload_module':
/asterisk/main/config.c:2913: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/config.c:2988: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features.o: in function `set_config_flags':
/asterisk/main/features.c:358: undefined reference to `_Block_object_dispose'
/usr/bin/ld: features.o: in function `action_bridge':
/asterisk/main/features.c:762: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features.c:763: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features.c:772: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features.c:773: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/features.c:842: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/features.c:842: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/features.c:842: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/features.c:842: undefined reference to `_Block_object_dispose'
/usr/bin/ld: http.o: in function `ast_http_get_json':
/asterisk/main/http.c:1319: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/http.c:1320: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/http.c:1347: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/http.c:1347: undefined reference to `_Block_object_dispose'
/usr/bin/ld: http.o: in function `ast_http_get_post_vars':
/asterisk/main/http.c:1359: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/http.c:1360: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/http.c:1399: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/http.c:1399: undefined reference to `_Block_object_dispose'
/usr/bin/ld: http.o: in function `__ast_http_load':
/asterisk/main/http.c:2089: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/http.c:2277: undefined reference to `_Block_object_dispose'
/usr/bin/ld: http.o: in function `httpd_process_request':
/asterisk/main/http.c:1841: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/http.c:1935: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager.o: in function `ast_manager_publish_event':
/asterisk/main/manager.c:1905: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager.c:1906: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager.c:1907: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager.c:1931: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager.c:1931: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager.c:1931: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager.o: in function `handle_manager_show_event':
/asterisk/main/manager.c:8833: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager.c:8889: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager.o: in function `generate_status':
/asterisk/main/manager.c:4667: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager.c:4673: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager.c:4676: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager.c:4774: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager.c:4774: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager.c:4774: undefined reference to `_Block_object_dispose'
/usr/bin/ld: manager.o: in function `handle_updates':
/asterisk/main/manager.c:3834: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager.c:3835: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/manager.c:4096: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/manager.c:4096: undefined reference to `_Block_object_dispose'
/usr/bin/ld: named_acl.o: in function `ast_named_acl_find':
/asterisk/main/named_acl.c:297: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/named_acl.c:298: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/named_acl.c:352: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/named_acl.c:352: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/named_acl.c:318: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/named_acl.c:343: undefined reference to `_Block_object_dispose'
/usr/bin/ld: named_acl.o: in function `publish_acl_change':
/asterisk/main/named_acl.c:373: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/named_acl.c:374: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/named_acl.c:375: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/named_acl.c:403: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/named_acl.c:403: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/named_acl.c:403: undefined reference to `_Block_object_dispose'
/usr/bin/ld: named_acl.o: in function `cli_display_named_acl':
/asterisk/main/named_acl.c:416: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/named_acl.c:417: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: named_acl.o: in function `cli_display_named_acl_list':
/asterisk/main/named_acl.c:451: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: named_acl.o: in function `cli_display_named_acl':
/asterisk/main/named_acl.c:439: undefined reference to `_Block_object_dispose'
/usr/bin/ld: named_acl.o: in function `handle_show_named_acl_cmd':
/asterisk/include/asterisk/utils.h:(.text.handle_show_named_acl_cmd[handle_show_named_acl_cmd$f9788995a5ad2ec3e1fd6fe5cfa1e4ac]+0x7aa): undefined reference to `_Block_object_dispose'
/usr/bin/ld: sounds.o: in function `get_languages':
/asterisk/main/sounds.c:51: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sounds.c:54: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sounds.c:55: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/sounds.c:94: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/sounds.c:94: undefined reference to `_Block_object_dispose'
/usr/bin/ld: /asterisk/main/sounds.c:94: undefined reference to `_Block_object_dispose'
/usr/bin/ld: udptl.o: in function `ast_udptl_new_with_bindaddr':
/asterisk/main/udptl.c:1034: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/udptl.c:1110: undefined reference to `_Block_object_dispose'
/usr/bin/ld: udptl.o: in function `__ast_udptl_reload':
/asterisk/main/udptl.c:1331: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/udptl.c:1340: undefined reference to `_Block_object_dispose'
/usr/bin/ld: udptl.o: in function `handle_cli_show_config':
/asterisk/main/udptl.c:1262: undefined reference to `_NSConcreteStackBlock'
/usr/bin/ld: /asterisk/main/udptl.c:1289: undefined reference to `_Block_object_dispose'
/usr/bin/ld: asterisk: local symbol `__afl_area_ptr' in /usr/local/bin/../lib/afl//afl-compiler-rt.o is referenced by DSO
/usr/bin/ld: final link failed: bad value
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Makefile:322: asterisk] Error 1
make[1]: Leaving directory '/asterisk/main'
make: *** [Makefile:388: main] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment