Last active
August 29, 2015 14:10
-
-
Save morgant/49ca14d05d8b5469e5d1 to your computer and use it in GitHub Desktop.
Asterisk 12.7.0 successful build on OS X Yosemite 10.10.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ LDFLAGS=-L/opt/local/lib \ | |
> CFLAGS=-I/opt/local/include \ | |
> CPPFLAGS=-I/opt/local/include \ | |
> ./configure \ | |
> --without-netsnmp | |
checking build system type... x86_64-apple-darwin14.0.0 | |
checking host system type... x86_64-apple-darwin14.0.0 | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... gcc -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 for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking how to run the C preprocessor... gcc -E | |
checking how to run the C++ preprocessor... g++ -E | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for egrep... grep -E | |
checking for ld used by gcc... /opt/local/bin/ld | |
checking if the linker (/opt/local/bin/ld) is GNU ld... no | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
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... /opt/local/bin/bison | |
checking for cmp... /usr/bin/cmp | |
checking for flex... /usr/bin/flex | |
checking for grep... (cached) /usr/bin/grep | |
checking for python... /usr/bin/python | |
checking for find... /usr/bin/find | |
checking for compress... /usr/bin/compress | |
checking for basename... /usr/bin/basename | |
checking for dirname... /usr/bin/dirname | |
checking for sh... /bin/sh | |
checking for ln... /bin/ln | |
checking for doxygen... : | |
checking for dot... : | |
checking for wget... : | |
checking for curl... /opt/local/bin/curl | |
checking for rubber... : | |
checking for catdvi... : | |
checking for kpsewhich... : | |
checking for xmllint... /opt/local/bin/xmllint | |
checking for xmlstarlet... : | |
checking for git... /usr/bin/git | |
checking for ldconfig... : | |
checking for sha1sum... /Users/someuser/Downloads/asterisk-12.7.0/build_tools/sha1sum-sh | |
checking for openssl... /opt/local/bin/openssl | |
checking for bison that supports parse-param... /opt/local/bin/bison | |
checking for soxmix... no | |
checking for md5... md5 | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for gawk... (cached) awk | |
checking for curl-config... /opt/local/bin/curl-config | |
checking for the version of libcurl... 7.39.0 | |
checking for libcurl >= version 7.10.1... yes | |
checking whether libcurl is usable... yes | |
checking for curl_free... yes | |
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 ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for inttypes.h... (cached) yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... 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 malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking sys/event.h usability... yes | |
checking sys/event.h presence... yes | |
checking for sys/event.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/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 syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking arpa/nameser.h usability... yes | |
checking arpa/nameser.h presence... yes | |
checking for arpa/nameser.h... yes | |
checking sys/io.h usability... no | |
checking sys/io.h presence... no | |
checking for sys/io.h... no | |
checking for tgetent in -ltermcap... yes | |
checking for tgetent in -ltinfo... no | |
checking for initscr in -lcurses... yes | |
checking curses.h usability... yes | |
checking curses.h presence... ^[[Byes | |
checking for curses.h... yes | |
checking for initscr in -lncurses... yes | |
checking for curses.h... (cached) yes | |
checking for uuid_generate_random in -luuid... no | |
checking for uuid_generate_random in -le2fs-uuid... no | |
checking for uuid_generate_random... yes | |
checking for json_dumps in -ljansson... yes | |
checking jansson.h usability... yes | |
checking jansson.h presence... yes | |
checking for jansson.h... yes | |
checking for uriParseUriA in -luriparser... no | |
checking for xml2-config... /opt/local/bin/xml2-config | |
checking for xsltLoadStylesheetPI in -lxslt... yes | |
checking libxslt/xsltInternals.h usability... yes | |
checking libxslt/xsltInternals.h presence... yes | |
checking for libxslt/xsltInternals.h... yes | |
checking for xsltCleanupGlobals in -lxslt... yes | |
checking for libxslt/xsltInternals.h... (cached) yes | |
checking xlocale.h usability... yes | |
checking xlocale.h presence... yes | |
checking for xlocale.h... 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 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... no | |
checking for struct ucred.cr_uid... no | |
checking for struct sockpeercred.uid... no | |
checking for struct ifreq.ifr_ifru.ifru_hwaddr... no | |
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... no | |
checking for struct stat.st_mtimensec... no | |
checking for struct stat.st_mtimespec... yes | |
checking for unistd.h... (cached) yes | |
checking for working chown... yes | |
checking whether closedir returns void... no | |
checking for error_at_line... no | |
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 gcc 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 return type of signal handlers... void | |
checking whether lstat correctly handles trailing slash... no | |
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... no | |
checking for endpwent... yes | |
checking for euidaccess... no | |
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 htonll... no | |
checking for ioperm... no | |
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 ntohll... no | |
checking for newlocale... yes | |
checking for ppoll... no | |
checking for putenv... yes | |
checking for re_comp... no | |
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... yes | |
checking for strlcpy... yes | |
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 utime... yes | |
checking for vasprintf... yes | |
checking for getpeereid... yes | |
checking for sysctl... yes | |
checking for swapctl... no | |
checking for sqrt in -lm... yes | |
checking for exp2... yes | |
checking for log2... yes | |
checking for exp10... no | |
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... no | |
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... no | |
checking for sys/poll.h... (cached) yes | |
checking for funopen... yes | |
checking for fopencookie... no | |
checking for inet_aton... yes | |
checking for IP_PKTINFO... yes | |
checking for library containing gethostbyname_r... no | |
checking for gethostbyname_r with 6 arguments... no | |
checking for gethostbyname_r with 5 arguments... no | |
checking byteswap.h usability... no | |
checking byteswap.h presence... no | |
checking for byteswap.h... no | |
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... no | |
checking for locale_t in xlocale.h... yes | |
checking for O_EVTONLY in fcntl.h... yes | |
checking for O_SYMLINK in fcntl.h... yes | |
checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... yes | |
checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... no | |
checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... no | |
checking for PTHREAD_MUTEX_ADAPTIVE_NP in pthread.h... no | |
checking for pthread_spinlock_t in pthread.h... no | |
checking for pthread_rwlock_timedwrlock() in pthread.h... no | |
checking for working unnamed semaphores... no | |
checking if PTHREAD_ONCE_INIT needs braces... no | |
checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... no | |
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 atomic operations... yes | |
checking if your system printf is NULL-safe.... (null)yes | |
checking if we can increase the maximum select-able file descriptor... no | |
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... no | |
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 -ffunction-sections support... yes | |
checking for --gc-sections support... no | |
checking for -Wdeclaration-after-statement support... yes | |
checking for -Wtrampolines support... yes | |
checking for _FORTIFY_SOURCE support... yes | |
checking for -fno-strict-overflow... yes | |
checking for -Wshadow... yes | |
checking for -march=native support... user CFLAGS present | |
checking for -fnested-functions... no | |
checking whether to use rpath... not needed | |
checking for sysinfo... no | |
checking for library containing res_9_ninit... -lresolv | |
checking for res_ninit... yes | |
checking for library containing res_9_ndestroy... none required | |
checking for res_ndestroy... yes | |
checking for library containing res_9_close... none required | |
checking for res_close... yes | |
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... no | |
checking libkern/OSAtomic.h usability... yes | |
checking libkern/OSAtomic.h presence... yes | |
checking for libkern/OSAtomic.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) 4 | |
checking for dladdr in dlfcn.h... yes | |
checking for pkg-config... /opt/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for snd_spcm_init in -lasound... no | |
checking for bfd_openr in -lbfd... yes | |
checking bfd.h usability... yes | |
checking bfd.h presence... yes | |
checking for bfd.h... yes | |
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... no | |
checking for gsm_create in -lgsm... no | |
checking for ILBC... no | |
checking for LIBEDIT... yes | |
checking for iconv_open in -liconv... no | |
checking for libiconv_open in -liconv... 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... yes | |
checking iksemel.h usability... yes | |
checking iksemel.h presence... yes | |
checking for iksemel.h... yes | |
checking for UW IMAP Toolkit c-client library... no | |
checking for system c-client library...... no | |
checking for SQLConnect in -liodbc... yes | |
checking sql.h usability... no | |
checking sql.h presence... no | |
checking for sql.h... no | |
checking for inotify_init in -lc... no | |
checking for jack_activate in -ljack... no | |
checking for kqueue in -lc... yes | |
checking for sys/event.h... (cached) yes | |
checking for kevent64... yes | |
checking for lt_dlinit in -lltdl... yes | |
checking ltdl.h usability... yes | |
checking ltdl.h presence... yes | |
checking for ltdl.h... yes | |
checking for ldap_initialize in -lldap... yes | |
checking ldap.h usability... yes | |
checking ldap.h presence... yes | |
checking for ldap.h... yes | |
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 newtBell in -lnewt... no | |
checking for SQLConnect in -lodbc... no | |
checking for ogg_sync_init in -logg... yes | |
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 linux/soundcard.h usability... no | |
checking linux/soundcard.h presence... no | |
checking for linux/soundcard.h... no | |
checking sys/soundcard.h usability... no | |
checking sys/soundcard.h presence... no | |
checking for sys/soundcard.h... no | |
checking for oss_ioctl_mixer in -lossaudio... no | |
checking for pg_config... no | |
checking for PJPROJECT... no | |
checking for pjsip_tsx_create_uac2 in -lpjsip... no | |
checking if "pjmedia_mod_offer_flag flag = PJMEDIA_SDP_NEG_ALLOW_MEDIA_CHANGE" compiles using pjmedia.h... no | |
checking for poptStrerror in -lpopt... yes | |
checking popt.h usability... yes | |
checking popt.h presence... yes | |
checking for popt.h... yes | |
checking for Pa_GetDeviceCount in -lportaudio... no | |
checking for pri_connected_line_update in -lpri... no | |
checking for pri_setup_ack in -lpri... no | |
checking for pri_persistent_layer2_option in -lpri... no | |
checking for pri_date_time_send_option in -lpri... no | |
checking for pri_mwi_indicate_v2 in -lpri... no | |
checking for pri_display_text in -lpri... no | |
checking for pri_mwi_indicate in -lpri... no | |
checking for pri_mcid_enable in -lpri... no | |
checking for pri_connect_ack_enable in -lpri... no | |
checking for pri_aoc_events_enable in -lpri... no | |
checking for pri_transfer_enable in -lpri... no | |
checking for pri_cc_enable in -lpri... no | |
checking for pri_hangup_fix_enable in -lpri... no | |
checking for pri_sr_set_called_subaddress in -lpri... no | |
checking for pri_hold_enable in -lpri... no | |
checking for pri_reroute_enable in -lpri... no | |
checking for pri_sr_set_keypad_digits in -lpri... no | |
checking for pri_progress_with_cause in -lpri... no | |
checking for pri_set_inbanddisconnect in -lpri... no | |
checking for pri_maintenance_service in -lpri... no | |
checking for pri_sr_set_reversecharge in -lpri... no | |
checking for resample_open in -lresample... no | |
checking for minimum version of SpanDSP... no | |
checking for ss7_set_adjpc in -lss7... no | |
checking for openr2_chan_new in -lopenr2... no | |
checking /Users/someuser/pwlib/include/ptlib.h usability... no | |
checking /Users/someuser/pwlib/include/ptlib.h presence... no | |
checking for /Users/someuser/pwlib/include/ptlib.h... no | |
checking /usr/local/include/ptlib.h usability... no | |
checking /usr/local/include/ptlib.h presence... no | |
checking for /usr/local/include/ptlib.h... no | |
checking /usr/include/ptlib.h usability... no | |
checking /usr/include/ptlib.h presence... no | |
checking for /usr/include/ptlib.h... no | |
checking for luaL_newstate in -llua5.2... no | |
checking for luaL_newstate in -llua5.1... no | |
checking for luaL_openlib in -llua... no | |
checking for rc_read_config in -lfreeradius-client... no | |
checking for rc_read_config in -lradiusclient-ng... no | |
checking for cpg_join in -lcpg... no | |
checking for corosync_cfg_state_track in -lcfg... no | |
checking for speex_encode in -lspeex... yes | |
checking speex/speex.h usability... yes | |
checking speex/speex.h presence... yes | |
checking for speex/speex.h... yes | |
checking for speex_preprocess_ctl in -lspeex... no | |
checking for speex_preprocess_ctl in -lspeexdsp... yes | |
checking for speex/speex.h... (cached) yes | |
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... no | |
checking for crypt... yes | |
checking for crypt_r in -lcrypt... no | |
checking for AES_encrypt in -lcrypto... yes | |
checking openssl/aes.h usability... yes | |
checking openssl/aes.h presence... yes | |
checking for openssl/aes.h... yes | |
checking for SSL_connect in -lssl... yes | |
checking openssl/ssl.h usability... yes | |
checking openssl/ssl.h presence... yes | |
checking for openssl/ssl.h... yes | |
checking osp/osp.h usability... no | |
checking osp/osp.h presence... no | |
checking for osp/osp.h... no | |
checking for SSL_CTX_set_tlsext_use_srtp in -lssl... yes | |
checking for openssl/ssl.h... (cached) yes | |
checking for srtp_init in -lsrtp... yes | |
checking srtp/srtp.h usability... yes | |
checking srtp/srtp.h presence... yes | |
checking for srtp/srtp.h... yes | |
checking for the ability of -lsrtp to be linked in a shared object... yes | |
checking for srtp_shutdown in -lsrtp... no | |
checking for GMIME... no | |
checking for GMIME... no | |
checking for GMIME... no | |
checking for GMIME... yes | |
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 h323.h usability... no | |
checking h323.h presence... no | |
checking for h323.h... no | |
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... no | |
checking for SO_NOSIGPIPE in sys/socket.h... yes | |
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... yes | |
checking X11/Xlib.h usability... yes | |
checking X11/Xlib.h presence... yes | |
checking for X11/Xlib.h... yes | |
checking for /sbin/launchd... yes | |
checking for GTK2... 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 mandatory modules: ... ok | |
configure: creating ./config.status | |
config.status: creating build_tools/menuselect-deps | |
config.status: creating makeopts | |
config.status: creating channels/h323/Makefile | |
config.status: creating include/asterisk/autoconfig.h | |
checking build system type... x86_64-apple-darwin14.0.0 | |
checking host system type... x86_64-apple-darwin14.0.0 | |
checking for gcc... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for GNU make... make | |
checking checking for compiler 'attribute weak_import' support... yes | |
checking checking for compiler 'attribute weak' support... yes | |
checking how to run the C preprocessor... gcc -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 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 -lcurses... yes | |
checking curses.h usability... yes | |
checking curses.h presence... yes | |
checking for curses.h... yes | |
checking for initscr in -lncurses... yes | |
checking for curses.h... (cached) yes | |
checking for pkg-config... pkg-config | |
Package gtk+-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gtk+-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gtk+-2.0' found | |
configure: creating ./config.status | |
config.status: creating makeopts | |
config.status: creating autoconfig.h | |
=== configuring in mxml (/Users/someuser/Downloads/asterisk-12.7.0/menuselect/mxml) | |
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' 'CFLAGS=-I/opt/local/include' 'LDFLAGS=-L/opt/local/lib' 'CPPFLAGS=-I/opt/local/include' --cache-file=/dev/null --srcdir=. | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for ranlib... ranlib | |
checking for ar... /opt/local/bin/ar | |
checking for cp... /bin/cp | |
checking for ln... /bin/ln | |
checking for mkdir... /bin/mkdir | |
checking for rm... /bin/rm | |
checking for inline... inline | |
checking for strdup... yes | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking for long long int... yes | |
checking how to run the C preprocessor... gcc -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 pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_create using -lpthreads... no | |
checking for pthread_create using -lpthread... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating mxml.list | |
config.status: creating mxml.pc | |
config.status: creating config.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$$$$$$$$$.$$$$$$ | |
$$$$$$$$$$$$$$$$. | |
WARNING: iodbc libs/headers found! | |
If you plan to use ODBC functionality, you should consider | |
switching to unixodbc instead. | |
See: https://issues.asterisk.org/jira/browse/ASTERISK-22459 | |
configure: Package configured for: | |
configure: OS type : darwin14.0.0 | |
configure: Host CPU : x86_64 | |
configure: build-cpu:vendor:os: x86_64 : apple : darwin14.0.0 : | |
configure: host-cpu:vendor:os: x86_64 : apple : darwin14.0.0 : | |
$ echo "#define HAVE_HTONLL 1" >> include/asterisk/autoconfig.h | |
$ echo "#define HAVE_NTOHLL 1" >> include/asterisk/autoconfig.h | |
$ make NOISY_BUILD=1 | |
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect | |
gcc -g -D_GNU_SOURCE -Wall -c -o menuselect.o menuselect.c | |
gcc -g -D_GNU_SOURCE -Wall -c -o strcompat.o strcompat.c | |
gcc -g -D_GNU_SOURCE -Wall -c -o menuselect_stub.o menuselect_stub.c | |
gcc -Os -g -Wall -I/opt/local/include -I/opt/local/include -c mxml-attr.c | |
gcc -Os -g -Wall -I/opt/local/include -I/opt/local/include -c mxml-entity.c | |
gcc -Os -g -Wall -I/opt/local/include -I/opt/local/include -c mxml-file.c | |
gcc -Os -g -Wall -I/opt/local/include -I/opt/local/include -c mxml-index.c | |
gcc -Os -g -Wall -I/opt/local/include -I/opt/local/include -c mxml-node.c | |
gcc -Os -g -Wall -I/opt/local/include -I/opt/local/include -c mxml-search.c | |
gcc -Os -g -Wall -I/opt/local/include -I/opt/local/include -c mxml-set.c | |
gcc -Os -g -Wall -I/opt/local/include -I/opt/local/include -c mxml-private.c | |
gcc -Os -g -Wall -I/opt/local/include -I/opt/local/include -c mxml-string.c | |
/bin/rm -f libmxml.a | |
/opt/local/bin/ar -rcv libmxml.a mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o | |
a - mxml-attr.o | |
a - mxml-entity.o | |
a - mxml-file.o | |
a - mxml-index.o | |
a - mxml-node.o | |
a - mxml-search.o | |
a - mxml-set.o | |
a - mxml-private.o | |
a - mxml-string.o | |
ranlib libmxml.a | |
gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a | |
Generating input for menuselect ... | |
menuselect/menuselect --check-deps menuselect.makeopts | |
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH | |
menuselect/menuselect --check-deps menuselect.makeopts | |
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH | |
Generating embedded module rules ... | |
gcc -o astcanary.o -c astcanary.c -MD -MT astcanary.o -MF .astcanary.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
g++ -o astcanary -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib astcanary.o -lc | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o astdb2sqlite3.o -c astdb2sqlite3.c -MD -MT astdb2sqlite3.o -MF .astdb2sqlite3.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE | |
_ASTCFLAGS="-I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing" ASTCFLAGS="" make -C db1-ast libdb1.a | |
gcc -o hash/hash.o -c hash/hash.c -MD -MT hash/hash.o -MF .hash_hash.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o hash/hash_bigkey.o -c hash/hash_bigkey.c -MD -MT hash/hash_bigkey.o -MF .hash_hash_bigkey.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o hash/hash_buf.o -c hash/hash_buf.c -MD -MT hash/hash_buf.o -MF .hash_hash_buf.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o hash/hash_func.o -c hash/hash_func.c -MD -MT hash/hash_func.o -MF .hash_hash_func.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o hash/hash_log2.o -c hash/hash_log2.c -MD -MT hash/hash_log2.o -MF .hash_hash_log2.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o hash/hash_page.o -c hash/hash_page.c -MD -MT hash/hash_page.o -MF .hash_hash_page.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o hash/ndbm.o -c hash/ndbm.c -MD -MT hash/ndbm.o -MF .hash_ndbm.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_close.o -c btree/bt_close.c -MD -MT btree/bt_close.o -MF .btree_bt_close.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_conv.o -c btree/bt_conv.c -MD -MT btree/bt_conv.o -MF .btree_bt_conv.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_debug.o -c btree/bt_debug.c -MD -MT btree/bt_debug.o -MF .btree_bt_debug.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_delete.o -c btree/bt_delete.c -MD -MT btree/bt_delete.o -MF .btree_bt_delete.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_get.o -c btree/bt_get.c -MD -MT btree/bt_get.o -MF .btree_bt_get.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_open.o -c btree/bt_open.c -MD -MT btree/bt_open.o -MF .btree_bt_open.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_overflow.o -c btree/bt_overflow.c -MD -MT btree/bt_overflow.o -MF .btree_bt_overflow.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_page.o -c btree/bt_page.c -MD -MT btree/bt_page.o -MF .btree_bt_page.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_put.o -c btree/bt_put.c -MD -MT btree/bt_put.o -MF .btree_bt_put.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_search.o -c btree/bt_search.c -MD -MT btree/bt_search.o -MF .btree_bt_search.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_seq.o -c btree/bt_seq.c -MD -MT btree/bt_seq.o -MF .btree_bt_seq.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_split.o -c btree/bt_split.c -MD -MT btree/bt_split.o -MF .btree_bt_split.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o btree/bt_utils.o -c btree/bt_utils.c -MD -MT btree/bt_utils.o -MF .btree_bt_utils.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o db/db.o -c db/db.c -MD -MT db/db.o -MF .db_db.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o mpool/mpool.o -c mpool/mpool.c -MD -MT mpool/mpool.o -MF .mpool_mpool.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o recno/rec_close.o -c recno/rec_close.c -MD -MT recno/rec_close.o -MF .recno_rec_close.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o recno/rec_delete.o -c recno/rec_delete.c -MD -MT recno/rec_delete.o -MF .recno_rec_delete.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o recno/rec_get.o -c recno/rec_get.c -MD -MT recno/rec_get.o -MF .recno_rec_get.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o recno/rec_open.o -c recno/rec_open.c -MD -MT recno/rec_open.o -MF .recno_rec_open.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o recno/rec_put.o -c recno/rec_put.c -MD -MT recno/rec_put.o -MF .recno_rec_put.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o recno/rec_search.o -c recno/rec_search.c -MD -MT recno/rec_search.o -MF .recno_rec_search.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o recno/rec_seq.o -c recno/rec_seq.c -MD -MT recno/rec_seq.o -MF .recno_rec_seq.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o recno/rec_utils.o -c recno/rec_utils.c -MD -MT recno/rec_utils.o -MF .recno_rec_utils.o.d -MP -D_THREAD_SAFE -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -Wno-strict-aliasing -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
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 | |
/opt/local/bin/ranlib: file: libdb1.a(bt_debug.o) has no symbols | |
ranlib libdb1.a | |
ranlib: file: libdb1.a(bt_debug.o) has no symbols | |
g++ -o astdb2sqlite3 -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib astdb2sqlite3.o db1-ast/libdb1.a -lc -lsqlite3 | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o astdb2bdb.o -c astdb2bdb.c -MD -MT astdb2bdb.o -MF .astdb2bdb.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -DSTANDALONE -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE | |
g++ -o astdb2bdb -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib astdb2bdb.o db1-ast/libdb1.a -lc -lsqlite3 | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Nothing to be done for `all'. | |
gcc -o chan_bridge_media.o -c chan_bridge_media.c -MD -MT chan_bridge_media.o -MF .chan_bridge_media.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_bridge_media\" | |
gcc -o chan_bridge_media.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o chan_bridge_media.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o chan_iax2.o -c chan_iax2.c -MD -MT chan_iax2.o -MF .chan_iax2.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_iax2\" | |
gcc -o iax2/firmware.o -c iax2/firmware.c -MD -MT iax2/firmware.o -MF .iax2_firmware.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_iax2\" | |
gcc -o iax2/parser.o -c iax2/parser.c -MD -MT iax2/parser.o -MF .iax2_parser.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_iax2\" | |
gcc -o iax2/provision.o -c iax2/provision.c -MD -MT iax2/provision.o -MF .iax2_provision.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_iax2\" | |
gcc -o chan_iax2.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o chan_iax2.o iax2/firmware.o iax2/parser.o iax2/provision.o -lcrypto | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o chan_mgcp.o -c chan_mgcp.c -MD -MT chan_mgcp.o -MF .chan_mgcp.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_mgcp\" | |
gcc -o chan_mgcp.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o chan_mgcp.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o chan_motif.o -c chan_motif.c -MD -MT chan_motif.o -MF .chan_motif.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_motif\" | |
gcc -o chan_motif.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o chan_motif.o -liksemel -lssl -lcrypto | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o chan_multicast_rtp.o -c chan_multicast_rtp.c -MD -MT chan_multicast_rtp.o -MF .chan_multicast_rtp.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_multicast_rtp\" | |
gcc -o chan_multicast_rtp.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o chan_multicast_rtp.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o chan_sip.o -c chan_sip.c -MD -MT chan_sip.o -MF .chan_sip.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_sip\" | |
gcc -o sip/config_parser.o -c sip/config_parser.c -MD -MT sip/config_parser.o -MF .sip_config_parser.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_sip\" | |
gcc -o sip/dialplan_functions.o -c sip/dialplan_functions.c -MD -MT sip/dialplan_functions.o -MF .sip_dialplan_functions.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_sip\" | |
gcc -o sip/reqresp_parser.o -c sip/reqresp_parser.c -MD -MT sip/reqresp_parser.o -MF .sip_reqresp_parser.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_sip\" | |
gcc -o sip/security_events.o -c sip/security_events.c -MD -MT sip/security_events.o -MF .sip_security_events.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_sip\" | |
gcc -o sip/utils.o -c sip/utils.c -MD -MT sip/utils.o -MF .sip_utils.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_sip\" | |
gcc -o chan_sip.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o chan_sip.o sip/config_parser.o sip/dialplan_functions.o sip/reqresp_parser.o sip/security_events.o sip/utils.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o chan_skinny.o -c chan_skinny.c -MD -MT chan_skinny.o -MF .chan_skinny.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_skinny\" | |
gcc -o chan_skinny.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o chan_skinny.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o chan_unistim.o -c chan_unistim.c -MD -MT chan_unistim.o -MF .chan_unistim.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"chan_unistim\" | |
gcc -o chan_unistim.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o chan_unistim.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o pbx_ael.o -c pbx_ael.c -MD -MT pbx_ael.o -MF .pbx_ael.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"pbx_ael\" | |
gcc -o pbx_ael.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o pbx_ael.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o pbx_config.o -c pbx_config.c -MD -MT pbx_config.o -MF .pbx_config.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"pbx_config\" | |
gcc -o pbx_config.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o pbx_config.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o pbx_dundi.o -c pbx_dundi.c -MD -MT pbx_dundi.o -MF .pbx_dundi.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"pbx_dundi\" | |
gcc -o dundi-parser.o -c dundi-parser.c -MD -MT dundi-parser.o -MF .dundi-parser.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -I. -DAST_MODULE=\"pbx_dundi\" | |
gcc -o pbx_dundi.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o pbx_dundi.o dundi-parser.o -lz -lcrypto | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o pbx_loopback.o -c pbx_loopback.c -MD -MT pbx_loopback.o -MF .pbx_loopback.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"pbx_loopback\" | |
gcc -o pbx_loopback.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o pbx_loopback.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o pbx_realtime.o -c pbx_realtime.c -MD -MT pbx_realtime.o -MF .pbx_realtime.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"pbx_realtime\" | |
gcc -o pbx_realtime.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o pbx_realtime.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o pbx_spool.o -c pbx_spool.c -MD -MT pbx_spool.o -MF .pbx_spool.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"pbx_spool\" | |
gcc -o pbx_spool.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o pbx_spool.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_adsiprog.o -c app_adsiprog.c -MD -MT app_adsiprog.o -MF .app_adsiprog.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_adsiprog\" | |
gcc -o app_adsiprog.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_adsiprog.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_agent_pool.o -c app_agent_pool.c -MD -MT app_agent_pool.o -MF .app_agent_pool.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_agent_pool\" | |
gcc -o app_agent_pool.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_agent_pool.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_alarmreceiver.o -c app_alarmreceiver.c -MD -MT app_alarmreceiver.o -MF .app_alarmreceiver.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_alarmreceiver\" | |
gcc -o app_alarmreceiver.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_alarmreceiver.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_amd.o -c app_amd.c -MD -MT app_amd.o -MF .app_amd.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_amd\" | |
gcc -o app_amd.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_amd.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_authenticate.o -c app_authenticate.c -MD -MT app_authenticate.o -MF .app_authenticate.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_authenticate\" | |
gcc -o app_authenticate.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_authenticate.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_bridgewait.o -c app_bridgewait.c -MD -MT app_bridgewait.o -MF .app_bridgewait.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_bridgewait\" | |
gcc -o app_bridgewait.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_bridgewait.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_cdr.o -c app_cdr.c -MD -MT app_cdr.o -MF .app_cdr.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_cdr\" | |
gcc -o app_cdr.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_cdr.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_celgenuserevent.o -c app_celgenuserevent.c -MD -MT app_celgenuserevent.o -MF .app_celgenuserevent.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_celgenuserevent\" | |
gcc -o app_celgenuserevent.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_celgenuserevent.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_chanisavail.o -c app_chanisavail.c -MD -MT app_chanisavail.o -MF .app_chanisavail.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_chanisavail\" | |
gcc -o app_chanisavail.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_chanisavail.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_channelredirect.o -c app_channelredirect.c -MD -MT app_channelredirect.o -MF .app_channelredirect.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_channelredirect\" | |
gcc -o app_channelredirect.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_channelredirect.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_chanspy.o -c app_chanspy.c -MD -MT app_chanspy.o -MF .app_chanspy.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_chanspy\" | |
gcc -o app_chanspy.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_chanspy.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_confbridge.o -c app_confbridge.c -MD -MT app_confbridge.o -MF .app_confbridge.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_confbridge\" | |
gcc -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 -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_confbridge\" | |
gcc -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 -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_confbridge\" | |
gcc -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 -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_confbridge\" | |
gcc -o confbridge/conf_state.o -c confbridge/conf_state.c -MD -MT confbridge/conf_state.o -MF .confbridge_conf_state.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_confbridge\" | |
gcc -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 -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_confbridge\" | |
gcc -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 -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_confbridge\" | |
gcc -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 -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_confbridge\" | |
gcc -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 -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_confbridge\" | |
gcc -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 -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_confbridge\" | |
gcc -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 -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_confbridge\" | |
gcc -o confbridge/confbridge_manager.o -c confbridge/confbridge_manager.c -MD -MT confbridge/confbridge_manager.o -MF .confbridge_confbridge_manager.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_confbridge\" | |
gcc -o app_confbridge.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_confbridge.o confbridge/conf_chan_announce.o confbridge/conf_chan_record.o confbridge/conf_config_parser.o confbridge/conf_state.o confbridge/conf_state_empty.o confbridge/conf_state_inactive.o confbridge/conf_state_multi.o confbridge/conf_state_multi_marked.o confbridge/conf_state_single.o confbridge/conf_state_single_marked.o confbridge/confbridge_manager.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_controlplayback.o -c app_controlplayback.c -MD -MT app_controlplayback.o -MF .app_controlplayback.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_controlplayback\" | |
gcc -o app_controlplayback.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_controlplayback.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_db.o -c app_db.c -MD -MT app_db.o -MF .app_db.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_db\" | |
gcc -o app_db.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_db.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_dial.o -c app_dial.c -MD -MT app_dial.o -MF .app_dial.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_dial\" | |
gcc -o app_dial.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_dial.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_dictate.o -c app_dictate.c -MD -MT app_dictate.o -MF .app_dictate.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_dictate\" | |
gcc -o app_dictate.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_dictate.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_directed_pickup.o -c app_directed_pickup.c -MD -MT app_directed_pickup.o -MF .app_directed_pickup.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_directed_pickup\" | |
gcc -o app_directed_pickup.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_directed_pickup.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_directory.o -c app_directory.c -MD -MT app_directory.o -MF .app_directory.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_directory\" -DFILE_STORAGE | |
gcc -o app_directory.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_directory.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_disa.o -c app_disa.c -MD -MT app_disa.o -MF .app_disa.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_disa\" | |
gcc -o app_disa.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_disa.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_dumpchan.o -c app_dumpchan.c -MD -MT app_dumpchan.o -MF .app_dumpchan.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_dumpchan\" | |
gcc -o app_dumpchan.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_dumpchan.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_echo.o -c app_echo.c -MD -MT app_echo.o -MF .app_echo.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_echo\" | |
gcc -o app_echo.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_echo.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_exec.o -c app_exec.c -MD -MT app_exec.o -MF .app_exec.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_exec\" | |
gcc -o app_exec.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_exec.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_externalivr.o -c app_externalivr.c -MD -MT app_externalivr.o -MF .app_externalivr.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_externalivr\" | |
gcc -o app_externalivr.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_externalivr.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_festival.o -c app_festival.c -MD -MT app_festival.o -MF .app_festival.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_festival\" | |
gcc -o app_festival.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_festival.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_followme.o -c app_followme.c -MD -MT app_followme.o -MF .app_followme.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_followme\" | |
gcc -o app_followme.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_followme.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_forkcdr.o -c app_forkcdr.c -MD -MT app_forkcdr.o -MF .app_forkcdr.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_forkcdr\" | |
gcc -o app_forkcdr.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_forkcdr.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_getcpeid.o -c app_getcpeid.c -MD -MT app_getcpeid.o -MF .app_getcpeid.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_getcpeid\" | |
gcc -o app_getcpeid.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_getcpeid.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_ices.o -c app_ices.c -MD -MT app_ices.o -MF .app_ices.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_ices\" | |
gcc -o app_ices.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_ices.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_image.o -c app_image.c -MD -MT app_image.o -MF .app_image.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_image\" | |
gcc -o app_image.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_image.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_macro.o -c app_macro.c -MD -MT app_macro.o -MF .app_macro.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_macro\" | |
gcc -o app_macro.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_macro.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_milliwatt.o -c app_milliwatt.c -MD -MT app_milliwatt.o -MF .app_milliwatt.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_milliwatt\" | |
gcc -o app_milliwatt.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_milliwatt.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_minivm.o -c app_minivm.c -MD -MT app_minivm.o -MF .app_minivm.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_minivm\" | |
gcc -o app_minivm.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_minivm.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_mixmonitor.o -c app_mixmonitor.c -MD -MT app_mixmonitor.o -MF .app_mixmonitor.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_mixmonitor\" | |
gcc -o app_mixmonitor.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_mixmonitor.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_morsecode.o -c app_morsecode.c -MD -MT app_morsecode.o -MF .app_morsecode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_morsecode\" | |
gcc -o app_morsecode.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_morsecode.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_mp3.o -c app_mp3.c -MD -MT app_mp3.o -MF .app_mp3.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_mp3\" | |
gcc -o app_mp3.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_mp3.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_nbscat.o -c app_nbscat.c -MD -MT app_nbscat.o -MF .app_nbscat.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_nbscat\" | |
gcc -o app_nbscat.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_nbscat.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_originate.o -c app_originate.c -MD -MT app_originate.o -MF .app_originate.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_originate\" | |
gcc -o app_originate.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_originate.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_page.o -c app_page.c -MD -MT app_page.o -MF .app_page.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_page\" | |
gcc -o app_page.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_page.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_playback.o -c app_playback.c -MD -MT app_playback.o -MF .app_playback.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_playback\" | |
gcc -o app_playback.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_playback.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_playtones.o -c app_playtones.c -MD -MT app_playtones.o -MF .app_playtones.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_playtones\" | |
gcc -o app_playtones.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_playtones.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_privacy.o -c app_privacy.c -MD -MT app_privacy.o -MF .app_privacy.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_privacy\" | |
gcc -o app_privacy.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_privacy.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_queue.o -c app_queue.c -MD -MT app_queue.o -MF .app_queue.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_queue\" | |
gcc -o app_queue.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_queue.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_read.o -c app_read.c -MD -MT app_read.o -MF .app_read.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_read\" | |
gcc -o app_read.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_read.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_readexten.o -c app_readexten.c -MD -MT app_readexten.o -MF .app_readexten.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_readexten\" | |
gcc -o app_readexten.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_readexten.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_record.o -c app_record.c -MD -MT app_record.o -MF .app_record.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_record\" | |
gcc -o app_record.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_record.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_sayunixtime.o -c app_sayunixtime.c -MD -MT app_sayunixtime.o -MF .app_sayunixtime.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_sayunixtime\" | |
gcc -o app_sayunixtime.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_sayunixtime.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_senddtmf.o -c app_senddtmf.c -MD -MT app_senddtmf.o -MF .app_senddtmf.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_senddtmf\" | |
gcc -o app_senddtmf.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_senddtmf.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_sendtext.o -c app_sendtext.c -MD -MT app_sendtext.o -MF .app_sendtext.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_sendtext\" | |
gcc -o app_sendtext.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_sendtext.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_sms.o -c app_sms.c -MD -MT app_sms.o -MF .app_sms.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_sms\" | |
gcc -o app_sms.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_sms.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_softhangup.o -c app_softhangup.c -MD -MT app_softhangup.o -MF .app_softhangup.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_softhangup\" | |
gcc -o app_softhangup.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_softhangup.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_speech_utils.o -c app_speech_utils.c -MD -MT app_speech_utils.o -MF .app_speech_utils.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_speech_utils\" | |
gcc -o app_speech_utils.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_speech_utils.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_stack.o -c app_stack.c -MD -MT app_stack.o -MF .app_stack.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_stack\" | |
gcc -o app_stack.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_stack.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_stasis.o -c app_stasis.c -MD -MT app_stasis.o -MF .app_stasis.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_stasis\" | |
gcc -o app_stasis.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_stasis.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_system.o -c app_system.c -MD -MT app_system.o -MF .app_system.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_system\" | |
gcc -o app_system.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_system.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_talkdetect.o -c app_talkdetect.c -MD -MT app_talkdetect.o -MF .app_talkdetect.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_talkdetect\" | |
gcc -o app_talkdetect.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_talkdetect.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_test.o -c app_test.c -MD -MT app_test.o -MF .app_test.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_test\" | |
gcc -o app_test.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_test.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_transfer.o -c app_transfer.c -MD -MT app_transfer.o -MF .app_transfer.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_transfer\" | |
gcc -o app_transfer.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_transfer.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_url.o -c app_url.c -MD -MT app_url.o -MF .app_url.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_url\" | |
gcc -o app_url.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_url.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_userevent.o -c app_userevent.c -MD -MT app_userevent.o -MF .app_userevent.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_userevent\" | |
gcc -o app_userevent.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_userevent.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_verbose.o -c app_verbose.c -MD -MT app_verbose.o -MF .app_verbose.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_verbose\" | |
gcc -o app_verbose.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_verbose.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_voicemail.o -c app_voicemail.c -MD -MT app_voicemail.o -MF .app_voicemail.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_voicemail\" -DFILE_STORAGE | |
gcc -o app_voicemail.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_voicemail.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_waitforring.o -c app_waitforring.c -MD -MT app_waitforring.o -MF .app_waitforring.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_waitforring\" | |
gcc -o app_waitforring.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_waitforring.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_waitforsilence.o -c app_waitforsilence.c -MD -MT app_waitforsilence.o -MF .app_waitforsilence.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_waitforsilence\" | |
gcc -o app_waitforsilence.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_waitforsilence.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_waituntil.o -c app_waituntil.c -MD -MT app_waituntil.o -MF .app_waituntil.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_waituntil\" | |
gcc -o app_waituntil.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_waituntil.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_while.o -c app_while.c -MD -MT app_while.o -MF .app_while.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_while\" | |
gcc -o app_while.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_while.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o app_zapateller.o -c app_zapateller.c -MD -MT app_zapateller.o -MF .app_zapateller.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"app_zapateller\" | |
gcc -o app_zapateller.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o app_zapateller.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o src/add.o -c src/add.c -MD -MT src/add.o -MF .src_add.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/code.o -c src/code.c -MD -MT src/code.o -MF .src_code.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/debug.o -c src/debug.c -MD -MT src/debug.o -MF .src_debug.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/decode.o -c src/decode.c -MD -MT src/decode.o -MF .src_decode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/long_term.o -c src/long_term.c -MD -MT src/long_term.o -MF .src_long_term.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/lpc.o -c src/lpc.c -MD -MT src/lpc.o -MF .src_lpc.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/preprocess.o -c src/preprocess.c -MD -MT src/preprocess.o -MF .src_preprocess.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/rpe.o -c src/rpe.c -MD -MT src/rpe.o -MF .src_rpe.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/gsm_destroy.o -c src/gsm_destroy.c -MD -MT src/gsm_destroy.o -MF .src_gsm_destroy.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/gsm_decode.o -c src/gsm_decode.c -MD -MT src/gsm_decode.o -MF .src_gsm_decode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/gsm_encode.o -c src/gsm_encode.c -MD -MT src/gsm_encode.o -MF .src_gsm_encode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/gsm_explode.o -c src/gsm_explode.c -MD -MT src/gsm_explode.o -MF .src_gsm_explode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/gsm_implode.o -c src/gsm_implode.c -MD -MT src/gsm_implode.o -MF .src_gsm_implode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/gsm_create.o -c src/gsm_create.c -MD -MT src/gsm_create.o -MF .src_gsm_create.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/gsm_print.o -c src/gsm_print.c -MD -MT src/gsm_print.o -MF .src_gsm_print.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/gsm_option.o -c src/gsm_option.c -MD -MT src/gsm_option.o -MF .src_gsm_option.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/short_term.o -c src/short_term.c -MD -MT src/short_term.o -MF .src_short_term.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o src/table.o -c src/table.c -MD -MT src/table.o -MF .src_table.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O3 -DSASR -DNDEBUG -DWAV49 -I./inc -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
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 | |
/opt/local/bin/ranlib: file: lib/libgsm.a(debug.o) has no symbols | |
ranlib lib/libgsm.a | |
ranlib: file: lib/libgsm.a(debug.o) has no symbols | |
gcc -o anaFilter.o -c anaFilter.c -MD -MT anaFilter.o -MF .anaFilter.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o constants.o -c constants.c -MD -MT constants.o -MF .constants.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o createCB.o -c createCB.c -MD -MT createCB.o -MF .createCB.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o doCPLC.o -c doCPLC.c -MD -MT doCPLC.o -MF .doCPLC.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o enhancer.o -c enhancer.c -MD -MT enhancer.o -MF .enhancer.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o filter.o -c filter.c -MD -MT filter.o -MF .filter.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o FrameClassify.o -c FrameClassify.c -MD -MT FrameClassify.o -MF .FrameClassify.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o gainquant.o -c gainquant.c -MD -MT gainquant.o -MF .gainquant.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o getCBvec.o -c getCBvec.c -MD -MT getCBvec.o -MF .getCBvec.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o helpfun.o -c helpfun.c -MD -MT helpfun.o -MF .helpfun.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o hpInput.o -c hpInput.c -MD -MT hpInput.o -MF .hpInput.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o hpOutput.o -c hpOutput.c -MD -MT hpOutput.o -MF .hpOutput.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o iCBConstruct.o -c iCBConstruct.c -MD -MT iCBConstruct.o -MF .iCBConstruct.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o iCBSearch.o -c iCBSearch.c -MD -MT iCBSearch.o -MF .iCBSearch.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o iLBC_decode.o -c iLBC_decode.c -MD -MT iLBC_decode.o -MF .iLBC_decode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o iLBC_encode.o -c iLBC_encode.c -MD -MT iLBC_encode.o -MF .iLBC_encode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o iLBC_test.o -c iLBC_test.c -MD -MT iLBC_test.o -MF .iLBC_test.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o LPCdecode.o -c LPCdecode.c -MD -MT LPCdecode.o -MF .LPCdecode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o LPCencode.o -c LPCencode.c -MD -MT LPCencode.o -MF .LPCencode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o lsf.o -c lsf.c -MD -MT lsf.o -MF .lsf.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o packing.o -c packing.c -MD -MT packing.o -MF .packing.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o StateConstructW.o -c StateConstructW.c -MD -MT StateConstructW.o -MF .StateConstructW.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o StateSearchW.o -c StateSearchW.c -MD -MT StateSearchW.o -MF .StateSearchW.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
gcc -o syntFilter.o -c syntFilter.c -MD -MT syntFilter.o -MF .syntFilter.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -fno-strict-overflow | |
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 | |
gcc -o f2clib.o -c f2clib.c -MD -MT f2clib.o -MF .f2clib.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o analys.o -c analys.c -MD -MT analys.o -MF .analys.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o bsynz.o -c bsynz.c -MD -MT bsynz.o -MF .bsynz.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o chanwr.o -c chanwr.c -MD -MT chanwr.o -MF .chanwr.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o dcbias.o -c dcbias.c -MD -MT dcbias.o -MF .dcbias.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o decode.o -c decode.c -MD -MT decode.o -MF .decode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o deemp.o -c deemp.c -MD -MT deemp.o -MF .deemp.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o difmag.o -c difmag.c -MD -MT difmag.o -MF .difmag.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o dyptrk.o -c dyptrk.c -MD -MT dyptrk.o -MF .dyptrk.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o encode.o -c encode.c -MD -MT encode.o -MF .encode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o energy.o -c energy.c -MD -MT energy.o -MF .energy.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o ham84.o -c ham84.c -MD -MT ham84.o -MF .ham84.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o hp100.o -c hp100.c -MD -MT hp100.o -MF .hp100.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o invert.o -c invert.c -MD -MT invert.o -MF .invert.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
invert.c: In function 'invert_': | |
invert.c:167:24: warning: array subscript is above array bounds [-Warray-bounds] | |
rc[j] -= rc[k] * v[j + k * 10 - 11]; | |
^ | |
gcc -o irc2pc.o -c irc2pc.c -MD -MT irc2pc.o -MF .irc2pc.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
irc2pc.c: In function 'irc2pc_': | |
irc2pc.c:145:12: warning: 'temp[8]' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
pc[j] = temp[j - 1]; | |
^ | |
gcc -o ivfilt.o -c ivfilt.c -MD -MT ivfilt.o -MF .ivfilt.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o lpcdec.o -c lpcdec.c -MD -MT lpcdec.o -MF .lpcdec.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o lpcenc.o -c lpcenc.c -MD -MT lpcenc.o -MF .lpcenc.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o lpcini.o -c lpcini.c -MD -MT lpcini.o -MF .lpcini.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o lpfilt.o -c lpfilt.c -MD -MT lpfilt.o -MF .lpfilt.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o median.o -c median.c -MD -MT median.o -MF .median.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o mload.o -c mload.c -MD -MT mload.o -MF .mload.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o onset.o -c onset.c -MD -MT onset.o -MF .onset.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o pitsyn.o -c pitsyn.c -MD -MT pitsyn.o -MF .pitsyn.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o placea.o -c placea.c -MD -MT placea.o -MF .placea.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o placev.o -c placev.c -MD -MT placev.o -MF .placev.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o preemp.o -c preemp.c -MD -MT preemp.o -MF .preemp.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o prepro.o -c prepro.c -MD -MT prepro.o -MF .prepro.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o random.o -c random.c -MD -MT random.o -MF .random.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o rcchk.o -c rcchk.c -MD -MT rcchk.o -MF .rcchk.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o synths.o -c synths.c -MD -MT synths.o -MF .synths.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o tbdm.o -c tbdm.c -MD -MT tbdm.o -MF .tbdm.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o voicin.o -c voicin.c -MD -MT voicin.o -MF .voicin.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
gcc -o vparms.o -c vparms.c -MD -MT vparms.o -MF .vparms.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 | |
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 | |
gcc -o codec_a_mu.o -c codec_a_mu.c -MD -MT codec_a_mu.o -MF .codec_a_mu.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_a_mu\" | |
gcc -o codec_a_mu.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o codec_a_mu.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o codec_adpcm.o -c codec_adpcm.c -MD -MT codec_adpcm.o -MF .codec_adpcm.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_adpcm\" | |
gcc -o codec_adpcm.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o codec_adpcm.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o codec_alaw.o -c codec_alaw.c -MD -MT codec_alaw.o -MF .codec_alaw.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_alaw\" | |
gcc -o codec_alaw.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o codec_alaw.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o codec_g722.o -c codec_g722.c -MD -MT codec_g722.o -MF .codec_g722.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_g722\" | |
gcc -o g722/g722_encode.o -c g722/g722_encode.c -MD -MT g722/g722_encode.o -MF .g722_g722_encode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_g722\" | |
gcc -o g722/g722_decode.o -c g722/g722_decode.c -MD -MT g722/g722_decode.o -MF .g722_g722_decode.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_g722\" | |
gcc -o codec_g722.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o codec_g722.o g722/g722_encode.o g722/g722_decode.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o codec_g726.o -c codec_g726.c -MD -MT codec_g726.o -MF .codec_g726.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_g726\" | |
gcc -o codec_g726.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o codec_g726.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o codec_gsm.o -c codec_gsm.c -MD -MT codec_gsm.o -MF .codec_gsm.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_gsm\" -Igsm/inc | |
gcc -o codec_gsm.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o codec_gsm.o gsm/lib/libgsm.a | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o codec_ilbc.o -c codec_ilbc.c -MD -MT codec_ilbc.o -MF .codec_ilbc.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_ilbc\" | |
gcc -o codec_ilbc.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o codec_ilbc.o ilbc/libilbc.a | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o codec_lpc10.o -c codec_lpc10.c -MD -MT codec_lpc10.o -MF .codec_lpc10.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_lpc10\" | |
gcc -o codec_lpc10.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o codec_lpc10.o lpc10/liblpc10.a | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o codec_resample.o -c codec_resample.c -MD -MT codec_resample.o -MF .codec_resample.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_resample\" | |
gcc -o speex/resample.o -c speex/resample.c -MD -MT speex/resample.o -MF .speex_resample.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_resample\" -fPIC | |
gcc -o codec_resample.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o codec_resample.o speex/resample.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o codec_speex.o -c codec_speex.c -MD -MT codec_speex.o -MF .codec_speex.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_speex\" | |
gcc -o codec_speex.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o codec_speex.o -lspeex -lm -lspeexdsp -lm | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o codec_ulaw.o -c codec_ulaw.c -MD -MT codec_ulaw.o -MF .codec_ulaw.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"codec_ulaw\" | |
gcc -o codec_ulaw.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o codec_ulaw.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_g719.o -c format_g719.c -MD -MT format_g719.o -MF .format_g719.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_g719\" | |
gcc -o format_g719.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_g719.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_g723.o -c format_g723.c -MD -MT format_g723.o -MF .format_g723.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_g723\" | |
gcc -o format_g723.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_g723.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_g726.o -c format_g726.c -MD -MT format_g726.o -MF .format_g726.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_g726\" | |
gcc -o format_g726.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_g726.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_g729.o -c format_g729.c -MD -MT format_g729.o -MF .format_g729.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_g729\" | |
gcc -o format_g729.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_g729.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_gsm.o -c format_gsm.c -MD -MT format_gsm.o -MF .format_gsm.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_gsm\" | |
gcc -o format_gsm.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_gsm.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_h263.o -c format_h263.c -MD -MT format_h263.o -MF .format_h263.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_h263\" | |
gcc -o format_h263.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_h263.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_h264.o -c format_h264.c -MD -MT format_h264.o -MF .format_h264.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_h264\" | |
gcc -o format_h264.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_h264.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_ilbc.o -c format_ilbc.c -MD -MT format_ilbc.o -MF .format_ilbc.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_ilbc\" | |
gcc -o format_ilbc.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_ilbc.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_jpeg.o -c format_jpeg.c -MD -MT format_jpeg.o -MF .format_jpeg.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_jpeg\" | |
gcc -o format_jpeg.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_jpeg.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_pcm.o -c format_pcm.c -MD -MT format_pcm.o -MF .format_pcm.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_pcm\" | |
gcc -o format_pcm.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_pcm.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_siren14.o -c format_siren14.c -MD -MT format_siren14.o -MF .format_siren14.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_siren14\" | |
gcc -o format_siren14.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_siren14.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_siren7.o -c format_siren7.c -MD -MT format_siren7.o -MF .format_siren7.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_siren7\" | |
gcc -o format_siren7.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_siren7.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_sln.o -c format_sln.c -MD -MT format_sln.o -MF .format_sln.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_sln\" | |
gcc -o format_sln.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_sln.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_vox.o -c format_vox.c -MD -MT format_vox.o -MF .format_vox.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_vox\" | |
gcc -o format_vox.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_vox.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_wav.o -c format_wav.c -MD -MT format_wav.o -MF .format_wav.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_wav\" | |
gcc -o format_wav.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_wav.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o format_wav_gsm.o -c format_wav_gsm.c -MD -MT format_wav_gsm.o -MF .format_wav_gsm.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"format_wav_gsm\" | |
gcc -o format_wav_gsm.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o format_wav_gsm.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o cdr_csv.o -c cdr_csv.c -MD -MT cdr_csv.o -MF .cdr_csv.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"cdr_csv\" | |
gcc -o cdr_csv.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o cdr_csv.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o cdr_custom.o -c cdr_custom.c -MD -MT cdr_custom.o -MF .cdr_custom.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"cdr_custom\" | |
gcc -o cdr_custom.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o cdr_custom.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o cdr_manager.o -c cdr_manager.c -MD -MT cdr_manager.o -MF .cdr_manager.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"cdr_manager\" | |
gcc -o cdr_manager.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o cdr_manager.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o cdr_sqlite3_custom.o -c cdr_sqlite3_custom.c -MD -MT cdr_sqlite3_custom.o -MF .cdr_sqlite3_custom.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"cdr_sqlite3_custom\" -D_THREAD_SAFE | |
gcc -o cdr_sqlite3_custom.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o cdr_sqlite3_custom.o -lsqlite3 | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o cdr_syslog.o -c cdr_syslog.c -MD -MT cdr_syslog.o -MF .cdr_syslog.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"cdr_syslog\" | |
gcc -o cdr_syslog.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o cdr_syslog.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o cel_custom.o -c cel_custom.c -MD -MT cel_custom.o -MF .cel_custom.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"cel_custom\" | |
gcc -o cel_custom.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o cel_custom.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o cel_manager.o -c cel_manager.c -MD -MT cel_manager.o -MF .cel_manager.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"cel_manager\" | |
gcc -o cel_manager.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o cel_manager.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o cel_sqlite3_custom.o -c cel_sqlite3_custom.c -MD -MT cel_sqlite3_custom.o -MF .cel_sqlite3_custom.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"cel_sqlite3_custom\" -D_THREAD_SAFE | |
gcc -o cel_sqlite3_custom.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o cel_sqlite3_custom.o -lsqlite3 | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o bridge_builtin_features.o -c bridge_builtin_features.c -MD -MT bridge_builtin_features.o -MF .bridge_builtin_features.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"bridge_builtin_features\" | |
gcc -o bridge_builtin_features.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o bridge_builtin_features.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -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 -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"bridge_builtin_interval_features\" | |
gcc -o bridge_builtin_interval_features.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o bridge_builtin_interval_features.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o bridge_holding.o -c bridge_holding.c -MD -MT bridge_holding.o -MF .bridge_holding.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"bridge_holding\" | |
gcc -o bridge_holding.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o bridge_holding.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o bridge_native_rtp.o -c bridge_native_rtp.c -MD -MT bridge_native_rtp.o -MF .bridge_native_rtp.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"bridge_native_rtp\" | |
gcc -o bridge_native_rtp.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o bridge_native_rtp.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o bridge_simple.o -c bridge_simple.c -MD -MT bridge_simple.o -MF .bridge_simple.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"bridge_simple\" | |
gcc -o bridge_simple.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o bridge_simple.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o bridge_softmix.o -c bridge_softmix.c -MD -MT bridge_softmix.o -MF .bridge_softmix.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"bridge_softmix\" | |
gcc -o bridge_softmix.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o bridge_softmix.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_aes.o -c func_aes.c -MD -MT func_aes.o -MF .func_aes.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_aes\" | |
gcc -o func_aes.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_aes.o -lcrypto | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_audiohookinherit.o -c func_audiohookinherit.c -MD -MT func_audiohookinherit.o -MF .func_audiohookinherit.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_audiohookinherit\" | |
gcc -o func_audiohookinherit.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_audiohookinherit.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_base64.o -c func_base64.c -MD -MT func_base64.o -MF .func_base64.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_base64\" | |
gcc -o func_base64.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_base64.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_blacklist.o -c func_blacklist.c -MD -MT func_blacklist.o -MF .func_blacklist.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_blacklist\" | |
gcc -o func_blacklist.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_blacklist.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_callcompletion.o -c func_callcompletion.c -MD -MT func_callcompletion.o -MF .func_callcompletion.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_callcompletion\" | |
gcc -o func_callcompletion.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_callcompletion.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_callerid.o -c func_callerid.c -MD -MT func_callerid.o -MF .func_callerid.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_callerid\" | |
gcc -o func_callerid.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_callerid.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_cdr.o -c func_cdr.c -MD -MT func_cdr.o -MF .func_cdr.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_cdr\" | |
gcc -o func_cdr.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_cdr.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_channel.o -c func_channel.c -MD -MT func_channel.o -MF .func_channel.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_channel\" | |
gcc -o func_channel.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_channel.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_config.o -c func_config.c -MD -MT func_config.o -MF .func_config.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_config\" | |
gcc -o func_config.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_config.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_curl.o -c func_curl.c -MD -MT func_curl.o -MF .func_curl.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_curl\" -I/opt/local/include | |
gcc -o func_curl.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_curl.o -L/opt/local/lib -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_cut.o -c func_cut.c -MD -MT func_cut.o -MF .func_cut.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_cut\" | |
gcc -o func_cut.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_cut.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_db.o -c func_db.c -MD -MT func_db.o -MF .func_db.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_db\" | |
gcc -o func_db.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_db.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_devstate.o -c func_devstate.c -MD -MT func_devstate.o -MF .func_devstate.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_devstate\" | |
gcc -o func_devstate.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_devstate.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_dialgroup.o -c func_dialgroup.c -MD -MT func_dialgroup.o -MF .func_dialgroup.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_dialgroup\" | |
gcc -o func_dialgroup.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_dialgroup.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_dialplan.o -c func_dialplan.c -MD -MT func_dialplan.o -MF .func_dialplan.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_dialplan\" | |
gcc -o func_dialplan.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_dialplan.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_enum.o -c func_enum.c -MD -MT func_enum.o -MF .func_enum.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_enum\" | |
gcc -o func_enum.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_enum.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_env.o -c func_env.c -MD -MT func_env.o -MF .func_env.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_env\" | |
gcc -o func_env.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_env.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_extstate.o -c func_extstate.c -MD -MT func_extstate.o -MF .func_extstate.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_extstate\" | |
gcc -o func_extstate.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_extstate.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_frame_trace.o -c func_frame_trace.c -MD -MT func_frame_trace.o -MF .func_frame_trace.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_frame_trace\" | |
gcc -o func_frame_trace.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_frame_trace.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_global.o -c func_global.c -MD -MT func_global.o -MF .func_global.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_global\" | |
gcc -o func_global.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_global.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_groupcount.o -c func_groupcount.c -MD -MT func_groupcount.o -MF .func_groupcount.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_groupcount\" | |
gcc -o func_groupcount.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_groupcount.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_hangupcause.o -c func_hangupcause.c -MD -MT func_hangupcause.o -MF .func_hangupcause.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_hangupcause\" | |
gcc -o func_hangupcause.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_hangupcause.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_iconv.o -c func_iconv.c -MD -MT func_iconv.o -MF .func_iconv.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_iconv\" | |
gcc -o func_iconv.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_iconv.o -liconv | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_jitterbuffer.o -c func_jitterbuffer.c -MD -MT func_jitterbuffer.o -MF .func_jitterbuffer.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_jitterbuffer\" | |
gcc -o func_jitterbuffer.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_jitterbuffer.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_lock.o -c func_lock.c -MD -MT func_lock.o -MF .func_lock.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_lock\" | |
gcc -o func_lock.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_lock.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_logic.o -c func_logic.c -MD -MT func_logic.o -MF .func_logic.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_logic\" | |
gcc -o func_logic.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_logic.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_math.o -c func_math.c -MD -MT func_math.o -MF .func_math.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_math\" | |
gcc -o func_math.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_math.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_md5.o -c func_md5.c -MD -MT func_md5.o -MF .func_md5.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_md5\" | |
gcc -o func_md5.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_md5.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_module.o -c func_module.c -MD -MT func_module.o -MF .func_module.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_module\" | |
gcc -o func_module.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_module.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_pitchshift.o -c func_pitchshift.c -MD -MT func_pitchshift.o -MF .func_pitchshift.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_pitchshift\" | |
gcc -o func_pitchshift.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_pitchshift.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_presencestate.o -c func_presencestate.c -MD -MT func_presencestate.o -MF .func_presencestate.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_presencestate\" | |
gcc -o func_presencestate.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_presencestate.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_rand.o -c func_rand.c -MD -MT func_rand.o -MF .func_rand.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_rand\" | |
gcc -o func_rand.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_rand.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_realtime.o -c func_realtime.c -MD -MT func_realtime.o -MF .func_realtime.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_realtime\" | |
gcc -o func_realtime.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_realtime.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_sha1.o -c func_sha1.c -MD -MT func_sha1.o -MF .func_sha1.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_sha1\" | |
gcc -o func_sha1.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_sha1.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_shell.o -c func_shell.c -MD -MT func_shell.o -MF .func_shell.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_shell\" | |
gcc -o func_shell.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_shell.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_sorcery.o -c func_sorcery.c -MD -MT func_sorcery.o -MF .func_sorcery.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_sorcery\" | |
gcc -o func_sorcery.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_sorcery.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_speex.o -c func_speex.c -MD -MT func_speex.o -MF .func_speex.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_speex\" | |
gcc -o func_speex.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_speex.o -lspeex -lm -lspeexdsp -lm | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_sprintf.o -c func_sprintf.c -MD -MT func_sprintf.o -MF .func_sprintf.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_sprintf\" -Wno-format-nonliteral | |
gcc -o func_sprintf.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_sprintf.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_srv.o -c func_srv.c -MD -MT func_srv.o -MF .func_srv.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_srv\" | |
gcc -o func_srv.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_srv.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_strings.o -c func_strings.c -MD -MT func_strings.o -MF .func_strings.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_strings\" | |
gcc -o func_strings.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_strings.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_sysinfo.o -c func_sysinfo.c -MD -MT func_sysinfo.o -MF .func_sysinfo.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_sysinfo\" | |
gcc -o func_sysinfo.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_sysinfo.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_talkdetect.o -c func_talkdetect.c -MD -MT func_talkdetect.o -MF .func_talkdetect.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_talkdetect\" | |
gcc -o func_talkdetect.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_talkdetect.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_timeout.o -c func_timeout.c -MD -MT func_timeout.o -MF .func_timeout.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_timeout\" | |
gcc -o func_timeout.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_timeout.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_uri.o -c func_uri.c -MD -MT func_uri.o -MF .func_uri.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_uri\" | |
gcc -o func_uri.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_uri.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_version.o -c func_version.c -MD -MT func_version.o -MF .func_version.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_version\" | |
gcc -o func_version.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_version.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_vmcount.o -c func_vmcount.c -MD -MT func_vmcount.o -MF .func_vmcount.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_vmcount\" | |
gcc -o func_vmcount.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_vmcount.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o func_volume.o -c func_volume.c -MD -MT func_volume.o -MF .func_volume.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"func_volume\" | |
gcc -o func_volume.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o func_volume.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
make[1]: Nothing to be done for `all'. | |
gcc -o res_adsi.o -c res_adsi.c -MD -MT res_adsi.o -MF .res_adsi.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_adsi\" | |
gcc -o res_adsi.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_adsi.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ael_share.o -c res_ael_share.c -MD -MT res_ael_share.o -MF .res_ael_share.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ael_share\" | |
gcc -o ael/ael_lex.o -c ael/ael_lex.c -MD -MT ael/ael_lex.o -MF .ael_ael_lex.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -I. -Iael -Wno-unused -DAST_MODULE=\"res_ael_share\" | |
gcc -o ael/ael.tab.o -c ael/ael.tab.c -MD -MT ael/ael.tab.o -MF .ael_ael.tab.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -I. -Iael -DYYENABLE_NLS=0 -DAST_MODULE=\"res_ael_share\" | |
gcc -o ael/pval.o -c ael/pval.c -MD -MT ael/pval.o -MF .ael_pval.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ael_share\" | |
gcc -o res_ael_share.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ael_share.o ael/ael_lex.o ael/ael.tab.o ael/pval.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_agi.o -c res_agi.c -MD -MT res_agi.o -MF .res_agi.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_agi\" | |
gcc -o res_agi.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_agi.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari.o -c res_ari.c -MD -MT res_ari.o -MF .res_ari.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari\" | |
gcc -o ari/cli.o -c ari/cli.c -MD -MT ari/cli.o -MF .ari_cli.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari\" | |
gcc -o ari/config.o -c ari/config.c -MD -MT ari/config.o -MF .ari_config.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari\" | |
gcc -o ari/ari_websockets.o -c ari/ari_websockets.c -MD -MT ari/ari_websockets.o -MF .ari_ari_websockets.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari\" | |
gcc -o res_ari.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari.o ari/cli.o ari/config.o ari/ari_websockets.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari_applications.o -c res_ari_applications.c -MD -MT res_ari_applications.o -MF .res_ari_applications.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_applications\" | |
gcc -o ari/resource_applications.o -c ari/resource_applications.c -MD -MT ari/resource_applications.o -MF .ari_resource_applications.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_applications\" | |
gcc -o res_ari_applications.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari_applications.o ari/resource_applications.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari_asterisk.o -c res_ari_asterisk.c -MD -MT res_ari_asterisk.o -MF .res_ari_asterisk.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_asterisk\" | |
gcc -o ari/resource_asterisk.o -c ari/resource_asterisk.c -MD -MT ari/resource_asterisk.o -MF .ari_resource_asterisk.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_asterisk\" | |
gcc -o res_ari_asterisk.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari_asterisk.o ari/resource_asterisk.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari_bridges.o -c res_ari_bridges.c -MD -MT res_ari_bridges.o -MF .res_ari_bridges.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_bridges\" | |
gcc -o ari/resource_bridges.o -c ari/resource_bridges.c -MD -MT ari/resource_bridges.o -MF .ari_resource_bridges.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_bridges\" | |
gcc -o res_ari_bridges.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari_bridges.o ari/resource_bridges.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari_channels.o -c res_ari_channels.c -MD -MT res_ari_channels.o -MF .res_ari_channels.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_channels\" | |
gcc -o ari/resource_channels.o -c ari/resource_channels.c -MD -MT ari/resource_channels.o -MF .ari_resource_channels.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_channels\" | |
gcc -o res_ari_channels.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari_channels.o ari/resource_channels.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari_device_states.o -c res_ari_device_states.c -MD -MT res_ari_device_states.o -MF .res_ari_device_states.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_device_states\" | |
gcc -o ari/resource_device_states.o -c ari/resource_device_states.c -MD -MT ari/resource_device_states.o -MF .ari_resource_device_states.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_device_states\" | |
gcc -o res_ari_device_states.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari_device_states.o ari/resource_device_states.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari_endpoints.o -c res_ari_endpoints.c -MD -MT res_ari_endpoints.o -MF .res_ari_endpoints.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_endpoints\" | |
gcc -o ari/resource_endpoints.o -c ari/resource_endpoints.c -MD -MT ari/resource_endpoints.o -MF .ari_resource_endpoints.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_endpoints\" | |
gcc -o res_ari_endpoints.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari_endpoints.o ari/resource_endpoints.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari_events.o -c res_ari_events.c -MD -MT res_ari_events.o -MF .res_ari_events.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_events\" | |
gcc -o ari/resource_events.o -c ari/resource_events.c -MD -MT ari/resource_events.o -MF .ari_resource_events.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_events\" | |
gcc -o res_ari_events.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari_events.o ari/resource_events.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari_mailboxes.o -c res_ari_mailboxes.c -MD -MT res_ari_mailboxes.o -MF .res_ari_mailboxes.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_mailboxes\" | |
gcc -o ari/resource_mailboxes.o -c ari/resource_mailboxes.c -MD -MT ari/resource_mailboxes.o -MF .ari_resource_mailboxes.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_mailboxes\" | |
gcc -o res_ari_mailboxes.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari_mailboxes.o ari/resource_mailboxes.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari_model.o -c res_ari_model.c -MD -MT res_ari_model.o -MF .res_ari_model.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_model\" | |
gcc -o ari/ari_model_validators.o -c ari/ari_model_validators.c -MD -MT ari/ari_model_validators.o -MF .ari_ari_model_validators.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_model\" | |
gcc -o res_ari_model.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari_model.o ari/ari_model_validators.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari_playbacks.o -c res_ari_playbacks.c -MD -MT res_ari_playbacks.o -MF .res_ari_playbacks.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_playbacks\" | |
gcc -o ari/resource_playbacks.o -c ari/resource_playbacks.c -MD -MT ari/resource_playbacks.o -MF .ari_resource_playbacks.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_playbacks\" | |
gcc -o res_ari_playbacks.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari_playbacks.o ari/resource_playbacks.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari_recordings.o -c res_ari_recordings.c -MD -MT res_ari_recordings.o -MF .res_ari_recordings.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_recordings\" | |
gcc -o ari/resource_recordings.o -c ari/resource_recordings.c -MD -MT ari/resource_recordings.o -MF .ari_resource_recordings.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_recordings\" | |
gcc -o res_ari_recordings.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari_recordings.o ari/resource_recordings.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_ari_sounds.o -c res_ari_sounds.c -MD -MT res_ari_sounds.o -MF .res_ari_sounds.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_sounds\" | |
gcc -o ari/resource_sounds.o -c ari/resource_sounds.c -MD -MT ari/resource_sounds.o -MF .ari_resource_sounds.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_ari_sounds\" | |
gcc -o res_ari_sounds.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_ari_sounds.o ari/resource_sounds.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_calendar.o -c res_calendar.c -MD -MT res_calendar.o -MF .res_calendar.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_calendar\" | |
gcc -o res_calendar.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_calendar.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_clialiases.o -c res_clialiases.c -MD -MT res_clialiases.o -MF .res_clialiases.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_clialiases\" | |
gcc -o res_clialiases.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_clialiases.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_clioriginate.o -c res_clioriginate.c -MD -MT res_clioriginate.o -MF .res_clioriginate.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_clioriginate\" | |
gcc -o res_clioriginate.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_clioriginate.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_config_curl.o -c res_config_curl.c -MD -MT res_config_curl.o -MF .res_config_curl.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_config_curl\" -I/opt/local/include | |
gcc -o res_config_curl.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_config_curl.o -L/opt/local/lib -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_config_ldap.o -c res_config_ldap.c -MD -MT res_config_ldap.o -MF .res_config_ldap.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_config_ldap\" -DLDAP_DEPRECATED | |
gcc -o res_config_ldap.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_config_ldap.o -lldap | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_config_sqlite3.o -c res_config_sqlite3.c -MD -MT res_config_sqlite3.o -MF .res_config_sqlite3.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_config_sqlite3\" -D_THREAD_SAFE | |
gcc -o res_config_sqlite3.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_config_sqlite3.o -lsqlite3 | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_convert.o -c res_convert.c -MD -MT res_convert.o -MF .res_convert.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_convert\" | |
gcc -o res_convert.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_convert.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_crypto.o -c res_crypto.c -MD -MT res_crypto.o -MF .res_crypto.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_crypto\" | |
gcc -o res_crypto.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_crypto.o -lssl -lcrypto | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_curl.o -c res_curl.c -MD -MT res_curl.o -MF .res_curl.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_curl\" -I/opt/local/include | |
gcc -o res_curl.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_curl.o -L/opt/local/lib -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_fax.o -c res_fax.c -MD -MT res_fax.o -MF .res_fax.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_fax\" | |
gcc -o res_fax.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_fax.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_format_attr_celt.o -c res_format_attr_celt.c -MD -MT res_format_attr_celt.o -MF .res_format_attr_celt.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_format_attr_celt\" | |
gcc -o res_format_attr_celt.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_format_attr_celt.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_format_attr_h263.o -c res_format_attr_h263.c -MD -MT res_format_attr_h263.o -MF .res_format_attr_h263.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_format_attr_h263\" | |
gcc -o res_format_attr_h263.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_format_attr_h263.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_format_attr_h264.o -c res_format_attr_h264.c -MD -MT res_format_attr_h264.o -MF .res_format_attr_h264.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_format_attr_h264\" | |
gcc -o res_format_attr_h264.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_format_attr_h264.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_format_attr_opus.o -c res_format_attr_opus.c -MD -MT res_format_attr_opus.o -MF .res_format_attr_opus.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_format_attr_opus\" | |
gcc -o res_format_attr_opus.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_format_attr_opus.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_format_attr_silk.o -c res_format_attr_silk.c -MD -MT res_format_attr_silk.o -MF .res_format_attr_silk.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_format_attr_silk\" | |
gcc -o res_format_attr_silk.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_format_attr_silk.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_http_post.o -c res_http_post.c -MD -MT res_http_post.o -MF .res_http_post.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_http_post\" -D_REENTRANT -I/opt/local/include/gmime-2.6 -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include | |
gcc -o res_http_post.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_http_post.o -L/opt/local/lib -lgmime-2.6 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_http_websocket.o -c res_http_websocket.c -MD -MT res_http_websocket.o -MF .res_http_websocket.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_http_websocket\" | |
gcc -o res_http_websocket.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_http_websocket.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_limit.o -c res_limit.c -MD -MT res_limit.o -MF .res_limit.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_limit\" | |
gcc -o res_limit.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_limit.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_monitor.o -c res_monitor.c -MD -MT res_monitor.o -MF .res_monitor.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_monitor\" | |
gcc -o res_monitor.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_monitor.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_musiconhold.o -c res_musiconhold.c -MD -MT res_musiconhold.o -MF .res_musiconhold.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_musiconhold\" | |
gcc -o res_musiconhold.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_musiconhold.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_mutestream.o -c res_mutestream.c -MD -MT res_mutestream.o -MF .res_mutestream.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_mutestream\" | |
gcc -o res_mutestream.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_mutestream.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_parking.o -c res_parking.c -MD -MT res_parking.o -MF .res_parking.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_parking\" | |
gcc -o parking/parking_applications.o -c parking/parking_applications.c -MD -MT parking/parking_applications.o -MF .parking_parking_applications.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_parking\" | |
gcc -o parking/parking_bridge.o -c parking/parking_bridge.c -MD -MT parking/parking_bridge.o -MF .parking_parking_bridge.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_parking\" | |
gcc -o parking/parking_bridge_features.o -c parking/parking_bridge_features.c -MD -MT parking/parking_bridge_features.o -MF .parking_parking_bridge_features.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_parking\" | |
gcc -o parking/parking_controller.o -c parking/parking_controller.c -MD -MT parking/parking_controller.o -MF .parking_parking_controller.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_parking\" | |
gcc -o parking/parking_devicestate.o -c parking/parking_devicestate.c -MD -MT parking/parking_devicestate.o -MF .parking_parking_devicestate.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_parking\" | |
gcc -o parking/parking_manager.o -c parking/parking_manager.c -MD -MT parking/parking_manager.o -MF .parking_parking_manager.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_parking\" | |
gcc -o parking/parking_tests.o -c parking/parking_tests.c -MD -MT parking/parking_tests.o -MF .parking_parking_tests.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_parking\" | |
gcc -o parking/parking_ui.o -c parking/parking_ui.c -MD -MT parking/parking_ui.o -MF .parking_parking_ui.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_parking\" | |
gcc -o res_parking.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_parking.o parking/parking_applications.o parking/parking_bridge.o parking/parking_bridge_features.o parking/parking_controller.o parking/parking_devicestate.o parking/parking_manager.o parking/parking_tests.o parking/parking_ui.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_phoneprov.o -c res_phoneprov.c -MD -MT res_phoneprov.o -MF .res_phoneprov.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_phoneprov\" | |
gcc -o res_phoneprov.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_phoneprov.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_realtime.o -c res_realtime.c -MD -MT res_realtime.o -MF .res_realtime.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_realtime\" | |
gcc -o res_realtime.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_realtime.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_rtp_asterisk.o -c res_rtp_asterisk.c -MD -MT res_rtp_asterisk.o -MF .res_rtp_asterisk.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_rtp_asterisk\" | |
gcc -o res_rtp_asterisk.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_rtp_asterisk.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_rtp_multicast.o -c res_rtp_multicast.c -MD -MT res_rtp_multicast.o -MF .res_rtp_multicast.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_rtp_multicast\" | |
gcc -o res_rtp_multicast.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_rtp_multicast.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_security_log.o -c res_security_log.c -MD -MT res_security_log.o -MF .res_security_log.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_security_log\" | |
gcc -o res_security_log.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_security_log.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_smdi.o -c res_smdi.c -MD -MT res_smdi.o -MF .res_smdi.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_smdi\" | |
gcc -o res_smdi.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_smdi.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_sorcery_astdb.o -c res_sorcery_astdb.c -MD -MT res_sorcery_astdb.o -MF .res_sorcery_astdb.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_sorcery_astdb\" | |
gcc -o res_sorcery_astdb.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_sorcery_astdb.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_sorcery_config.o -c res_sorcery_config.c -MD -MT res_sorcery_config.o -MF .res_sorcery_config.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_sorcery_config\" | |
gcc -o res_sorcery_config.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_sorcery_config.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_sorcery_memory.o -c res_sorcery_memory.c -MD -MT res_sorcery_memory.o -MF .res_sorcery_memory.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_sorcery_memory\" | |
gcc -o res_sorcery_memory.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_sorcery_memory.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_sorcery_realtime.o -c res_sorcery_realtime.c -MD -MT res_sorcery_realtime.o -MF .res_sorcery_realtime.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_sorcery_realtime\" | |
gcc -o res_sorcery_realtime.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_sorcery_realtime.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_speech.o -c res_speech.c -MD -MT res_speech.o -MF .res_speech.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_speech\" | |
gcc -o res_speech.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_speech.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_srtp.o -c res_srtp.c -MD -MT res_srtp.o -MF .res_srtp.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_srtp\" | |
gcc -o res_srtp.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_srtp.o -lsrtp | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_stasis.o -c res_stasis.c -MD -MT res_stasis.o -MF .res_stasis.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stasis\" | |
gcc -o stasis/app.o -c stasis/app.c -MD -MT stasis/app.o -MF .stasis_app.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stasis\" | |
gcc -o stasis/command.o -c stasis/command.c -MD -MT stasis/command.o -MF .stasis_command.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stasis\" | |
gcc -o stasis/control.o -c stasis/control.c -MD -MT stasis/control.o -MF .stasis_control.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stasis\" | |
gcc -o stasis/messaging.o -c stasis/messaging.c -MD -MT stasis/messaging.o -MF .stasis_messaging.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stasis\" | |
gcc -o stasis/stasis_bridge.o -c stasis/stasis_bridge.c -MD -MT stasis/stasis_bridge.o -MF .stasis_stasis_bridge.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stasis\" | |
gcc -o res_stasis.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_stasis.o stasis/app.o stasis/command.o stasis/control.o stasis/messaging.o stasis/stasis_bridge.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_stasis_answer.o -c res_stasis_answer.c -MD -MT res_stasis_answer.o -MF .res_stasis_answer.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stasis_answer\" | |
gcc -o res_stasis_answer.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_stasis_answer.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_stasis_device_state.o -c res_stasis_device_state.c -MD -MT res_stasis_device_state.o -MF .res_stasis_device_state.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stasis_device_state\" | |
gcc -o res_stasis_device_state.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_stasis_device_state.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_stasis_playback.o -c res_stasis_playback.c -MD -MT res_stasis_playback.o -MF .res_stasis_playback.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stasis_playback\" | |
gcc -o res_stasis_playback.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_stasis_playback.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_stasis_recording.o -c res_stasis_recording.c -MD -MT res_stasis_recording.o -MF .res_stasis_recording.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stasis_recording\" | |
gcc -o stasis_recording/stored.o -c stasis_recording/stored.c -MD -MT stasis_recording/stored.o -MF .stasis_recording_stored.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stasis_recording\" | |
gcc -o res_stasis_recording.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_stasis_recording.o stasis_recording/stored.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_stasis_snoop.o -c res_stasis_snoop.c -MD -MT res_stasis_snoop.o -MF .res_stasis_snoop.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stasis_snoop\" | |
gcc -o res_stasis_snoop.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_stasis_snoop.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_statsd.o -c res_statsd.c -MD -MT res_statsd.o -MF .res_statsd.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_statsd\" | |
gcc -o res_statsd.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_statsd.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_stun_monitor.o -c res_stun_monitor.c -MD -MT res_stun_monitor.o -MF .res_stun_monitor.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_stun_monitor\" | |
gcc -o res_stun_monitor.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_stun_monitor.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_timing_kqueue.o -c res_timing_kqueue.c -MD -MT res_timing_kqueue.o -MF .res_timing_kqueue.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_timing_kqueue\" | |
gcc -o res_timing_kqueue.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_timing_kqueue.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_timing_pthread.o -c res_timing_pthread.c -MD -MT res_timing_pthread.o -MF .res_timing_pthread.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_timing_pthread\" | |
gcc -o res_timing_pthread.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_timing_pthread.o | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o res_xmpp.o -c res_xmpp.c -MD -MT res_xmpp.o -MF .res_xmpp.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"res_xmpp\" | |
gcc -o res_xmpp.so -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -bundle -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o res_xmpp.o -liksemel -lssl -lcrypto | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
make[1]: Nothing to be done for `all'. | |
gcc -o abstract_jb.o -c abstract_jb.c -MD -MT abstract_jb.o -MF .abstract_jb.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o acl.o -c acl.c -MD -MT acl.o -MF .acl.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o adsi.o -c adsi.c -MD -MT adsi.o -MF .adsi.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o alaw.o -c alaw.c -MD -MT alaw.o -MF .alaw.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o aoc.o -c aoc.c -MD -MT aoc.o -MF .aoc.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o app.o -c app.c -MD -MT app.o -MF .app.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o ast_expr2.o -c ast_expr2.c -MD -MT ast_expr2.o -MF .ast_expr2.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o ast_expr2f.o -c ast_expr2f.c -MD -MT ast_expr2f.o -MF .ast_expr2f.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-unused -DAST_MODULE=\"core\" | |
gcc -o asterisk.o -c asterisk.c -MD -MT asterisk.o -MF .asterisk.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/opt/local/include/editline -DAST_MODULE=\"core\" | |
gcc -o astfd.o -c astfd.c -MD -MT astfd.o -MF .astfd.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o astmm.o -c astmm.c -MD -MT astmm.o -MF .astmm.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o astobj2.o -c astobj2.c -MD -MT astobj2.o -MF .astobj2.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o astobj2_container.o -c astobj2_container.c -MD -MT astobj2_container.o -MF .astobj2_container.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o astobj2_hash.o -c astobj2_hash.c -MD -MT astobj2_hash.o -MF .astobj2_hash.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o astobj2_rbtree.o -c astobj2_rbtree.c -MD -MT astobj2_rbtree.o -MF .astobj2_rbtree.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o audiohook.o -c audiohook.c -MD -MT audiohook.o -MF .audiohook.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o autochan.o -c autochan.c -MD -MT autochan.o -MF .autochan.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o autoservice.o -c autoservice.c -MD -MT autoservice.o -MF .autoservice.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o backtrace.o -c backtrace.c -MD -MT backtrace.o -MF .backtrace.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o bridge.o -c bridge.c -MD -MT bridge.o -MF .bridge.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o bridge_after.o -c bridge_after.c -MD -MT bridge_after.o -MF .bridge_after.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o bridge_basic.o -c bridge_basic.c -MD -MT bridge_basic.o -MF .bridge_basic.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o bridge_channel.o -c bridge_channel.c -MD -MT bridge_channel.o -MF .bridge_channel.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
bridge_channel.c: In function 'bridge_sync_init': | |
bridge_channel.c:127:2: warning: 'sem_init' is deprecated (declared at /usr/include/sys/semaphore.h:55) [-Wdeprecated-declarations] | |
sem_init(&sync_struct->sem, 0, 0); | |
^ | |
bridge_channel.c: In function 'bridge_sync_cleanup': | |
bridge_channel.c:160:2: warning: 'sem_destroy' is deprecated (declared at /usr/include/sys/semaphore.h:53) [-Wdeprecated-declarations] | |
sem_destroy(&sync_struct->sem); | |
^ | |
bridge_channel.c: In function 'bridge_sync_wait': | |
bridge_channel.c:192:2: warning: implicit declaration of function 'sem_timedwait' [-Wimplicit-function-declaration] | |
sem_timedwait(&sync_struct->sem, &timeout_spec); | |
^ | |
gcc -o bridge_roles.o -c bridge_roles.c -MD -MT bridge_roles.o -MF .bridge_roles.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o bucket.o -c bucket.c -MD -MT bucket.o -MF .bucket.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o callerid.o -c callerid.c -MD -MT callerid.o -MF .callerid.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o ccss.o -c ccss.c -MD -MT ccss.o -MF .ccss.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o cdr.o -c cdr.c -MD -MT cdr.o -MF .cdr.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o cel.o -c cel.c -MD -MT cel.o -MF .cel.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o channel.o -c channel.c -MD -MT channel.o -MF .channel.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o channel_internal_api.o -c channel_internal_api.c -MD -MT channel_internal_api.o -MF .channel_internal_api.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o chanvars.o -c chanvars.c -MD -MT chanvars.o -MF .chanvars.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o cli.o -c cli.c -MD -MT cli.o -MF .cli.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/opt/local/include/editline -DAST_MODULE=\"core\" | |
gcc -o config.o -c config.c -MD -MT config.o -MF .config.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o config_options.o -c config_options.c -MD -MT config_options.o -MF .config_options.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o core_local.o -c core_local.c -MD -MT core_local.o -MF .core_local.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o core_unreal.o -c core_unreal.c -MD -MT core_unreal.o -MF .core_unreal.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o crypt.o -c crypt.c -MD -MT crypt.o -MF .crypt.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o data.o -c data.c -MD -MT data.o -MF .data.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o datastore.o -c datastore.c -MD -MT datastore.o -MF .datastore.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o db.o -c db.c -MD -MT db.o -MF .db.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -DAST_MODULE=\"core\" | |
gcc -o devicestate.o -c devicestate.c -MD -MT devicestate.o -MF .devicestate.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o dial.o -c dial.c -MD -MT dial.o -MF .dial.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o dns.o -c dns.c -MD -MT dns.o -MF .dns.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o dnsmgr.o -c dnsmgr.c -MD -MT dnsmgr.o -MF .dnsmgr.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o dsp.o -c dsp.c -MD -MT dsp.o -MF .dsp.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o endpoints.o -c endpoints.c -MD -MT endpoints.o -MF .endpoints.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o enum.o -c enum.c -MD -MT enum.o -MF .enum.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o event.o -c event.c -MD -MT event.o -MF .event.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o features.o -c features.c -MD -MT features.o -MF .features.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o features_config.o -c features_config.c -MD -MT features_config.o -MF .features_config.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o file.o -c file.c -MD -MT file.o -MF .file.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o fixedjitterbuf.o -c fixedjitterbuf.c -MD -MT fixedjitterbuf.o -MF .fixedjitterbuf.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o format.o -c format.c -MD -MT format.o -MF .format.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o format_cap.o -c format_cap.c -MD -MT format_cap.o -MF .format_cap.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o format_pref.o -c format_pref.c -MD -MT format_pref.o -MF .format_pref.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o frame.o -c frame.c -MD -MT frame.o -MF .frame.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o framehook.o -c framehook.c -MD -MT framehook.o -MF .framehook.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o fskmodem.o -c fskmodem.c -MD -MT fskmodem.o -MF .fskmodem.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o global_datastores.o -c global_datastores.c -MD -MT global_datastores.o -MF .global_datastores.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o hashtab.o -c hashtab.c -MD -MT hashtab.o -MF .hashtab.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o heap.o -c heap.c -MD -MT heap.o -MF .heap.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o http.o -c http.c -MD -MT http.o -MF .http.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o image.o -c image.c -MD -MT image.o -MF .image.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o indications.o -c indications.c -MD -MT indications.o -MF .indications.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o io.o -c io.c -MD -MT io.o -MF .io.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o jitterbuf.o -c jitterbuf.c -MD -MT jitterbuf.o -MF .jitterbuf.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o json.o -c json.c -MD -MT json.o -MF .json.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o loader.o -c loader.c -MD -MT loader.o -MF .loader.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o lock.o -c lock.c -MD -MT lock.o -MF .lock.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o logger.o -c logger.c -MD -MT logger.o -MF .logger.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o manager.o -c manager.c -MD -MT manager.o -MF .manager.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o manager_bridges.o -c manager_bridges.c -MD -MT manager_bridges.o -MF .manager_bridges.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o manager_channels.o -c manager_channels.c -MD -MT manager_channels.o -MF .manager_channels.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o manager_endpoints.o -c manager_endpoints.c -MD -MT manager_endpoints.o -MF .manager_endpoints.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o manager_mwi.o -c manager_mwi.c -MD -MT manager_mwi.o -MF .manager_mwi.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o manager_system.o -c manager_system.c -MD -MT manager_system.o -MF .manager_system.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o md5.o -c md5.c -MD -MT md5.o -MF .md5.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o media_index.o -c media_index.c -MD -MT media_index.o -MF .media_index.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o message.o -c message.c -MD -MT message.o -MF .message.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o mixmonitor.o -c mixmonitor.c -MD -MT mixmonitor.o -MF .mixmonitor.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o named_acl.o -c named_acl.c -MD -MT named_acl.o -MF .named_acl.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o netsock.o -c netsock.c -MD -MT netsock.o -MF .netsock.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o netsock2.o -c netsock2.c -MD -MT netsock2.o -MF .netsock2.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
netsock2.c: In function 'ast_sockaddr_is_ipv4_mapped': | |
netsock2.c:474:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] | |
return addr->len && IN6_IS_ADDR_V4MAPPED(&sin6->sin6_addr); | |
^ | |
netsock2.c:474:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] | |
netsock2.c:474:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] | |
netsock2.c: In function 'ast_sockaddr_is_any': | |
netsock2.c:505:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] | |
(ast_sockaddr_is_ipv6(addr) && IN6_IS_ADDR_UNSPECIFIED(&tmp_addr.sin6.sin6_addr)); | |
^ | |
netsock2.c:505:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] | |
netsock2.c:505:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] | |
netsock2.c:505:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] | |
gcc -o optional_api.o -c optional_api.c -MD -MT optional_api.o -MF .optional_api.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o parking.o -c parking.c -MD -MT parking.o -MF .parking.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o pbx.o -c pbx.c -MD -MT pbx.o -MF .pbx.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o pickup.o -c pickup.c -MD -MT pickup.o -MF .pickup.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o plc.o -c plc.c -MD -MT plc.o -MF .plc.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o poll.o -c poll.c -MD -MT poll.o -MF .poll.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o presencestate.o -c presencestate.c -MD -MT presencestate.o -MF .presencestate.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o privacy.o -c privacy.c -MD -MT privacy.o -MF .privacy.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o rtp_engine.o -c rtp_engine.c -MD -MT rtp_engine.o -MF .rtp_engine.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
rtp_engine.c: In function 'rtcp_report_to_json': | |
rtp_engine.c:1880:3: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type '__darwin_suseconds_t' [-Wformat=] | |
snprintf(usec, sizeof(usec), "%lu", payload->report->sender_information.ntp_timestamp.tv_usec); | |
^ | |
gcc -o say.o -c say.c -MD -MT say.o -MF .say.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o sched.o -c sched.c -MD -MT sched.o -MF .sched.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o sdp_srtp.o -c sdp_srtp.c -MD -MT sdp_srtp.o -MF .sdp_srtp.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o security_events.o -c security_events.c -MD -MT security_events.o -MF .security_events.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o sem.o -c sem.c -MD -MT sem.o -MF .sem.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o sha1.o -c sha1.c -MD -MT sha1.o -MF .sha1.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o sip_api.o -c sip_api.c -MD -MT sip_api.o -MF .sip_api.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o slinfactory.o -c slinfactory.c -MD -MT slinfactory.o -MF .slinfactory.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o sorcery.o -c sorcery.c -MD -MT sorcery.o -MF .sorcery.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o sounds_index.o -c sounds_index.c -MD -MT sounds_index.o -MF .sounds_index.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o srv.o -c srv.c -MD -MT srv.o -MF .srv.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o stasis.o -c stasis.c -MD -MT stasis.o -MF .stasis.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o stasis_bridges.o -c stasis_bridges.c -MD -MT stasis_bridges.o -MF .stasis_bridges.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o stasis_cache.o -c stasis_cache.c -MD -MT stasis_cache.o -MF .stasis_cache.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o stasis_cache_pattern.o -c stasis_cache_pattern.c -MD -MT stasis_cache_pattern.o -MF .stasis_cache_pattern.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o stasis_channels.o -c stasis_channels.c -MD -MT stasis_channels.o -MF .stasis_channels.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o stasis_endpoints.o -c stasis_endpoints.c -MD -MT stasis_endpoints.o -MF .stasis_endpoints.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o stasis_message.o -c stasis_message.c -MD -MT stasis_message.o -MF .stasis_message.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o stasis_message_router.o -c stasis_message_router.c -MD -MT stasis_message_router.o -MF .stasis_message_router.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o stasis_system.o -c stasis_system.c -MD -MT stasis_system.o -MF .stasis_system.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o stdtime/localtime.o -c stdtime/localtime.c -MD -MT stdtime/localtime.o -MF .stdtime_localtime.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -Wno-format-nonliteral -DAST_MODULE=\"core\" | |
gcc -o strcompat.o -c strcompat.c -MD -MT strcompat.o -MF .strcompat.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o strings.o -c strings.c -MD -MT strings.o -MF .strings.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o stun.o -c stun.c -MD -MT stun.o -MF .stun.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o syslog.o -c syslog.c -MD -MT syslog.o -MF .syslog.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o taskprocessor.o -c taskprocessor.c -MD -MT taskprocessor.o -MF .taskprocessor.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o tcptls.o -c tcptls.c -MD -MT tcptls.o -MF .tcptls.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o tdd.o -c tdd.c -MD -MT tdd.o -MF .tdd.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o term.o -c term.c -MD -MT term.o -MF .term.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o test.o -c test.c -MD -MT test.o -MF .test.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o threadpool.o -c threadpool.c -MD -MT threadpool.o -MF .threadpool.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o threadstorage.o -c threadstorage.c -MD -MT threadstorage.o -MF .threadstorage.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o timing.o -c timing.c -MD -MT timing.o -MF .timing.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o translate.o -c translate.c -MD -MT translate.o -MF .translate.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o udptl.o -c udptl.c -MD -MT udptl.o -MF .udptl.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o ulaw.o -c ulaw.c -MD -MT ulaw.o -MF .ulaw.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o utils.o -c utils.c -MD -MT utils.o -MF .utils.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o uuid.o -c uuid.c -MD -MT uuid.o -MF .uuid.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o version.o -c version.c -MD -MT version.o -MF .version.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o xml.o -c xml.c -MD -MT xml.o -MF .xml.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o xmldoc.o -c xmldoc.c -MD -MT xmldoc.o -MF .xmldoc.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DAST_MODULE=\"core\" | |
gcc -o libasteriskssl.o -c libasteriskssl.c -MD -MT libasteriskssl.o -MF .libasteriskssl.o.d -MP -D_THREAD_SAFE -I/Users/someuser/Downloads/asterisk-12.7.0/include -I/opt/local/include -I/opt/local/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -mmacosx-version-min=10.6 -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DAST_MODULE=\"asteriskssl\" | |
gcc -o libasteriskssl.dylib -D_THREAD_SAFE -L/opt/local/lib -L/usr/local/lib -dynamiclib -install_name /usr/local/lib/libasteriskssl.dylib -Xlinker -dylib -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup /usr/lib/bundle1.o libasteriskssl.o -lssl -lcrypto | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
gcc -o asterisk -mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup -force_flat_namespace /usr/lib/bundle1.o -L/opt/local/lib -L/usr/local/lib abstract_jb.o acl.o adsi.o alaw.o aoc.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o astobj2_container.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 ccss.o cdr.o cel.o channel.o channel_internal_api.o chanvars.o cli.o config.o config_options.o core_local.o core_unreal.o crypt.o data.o datastore.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o endpoints.o enum.o event.o features.o features_config.o file.o fixedjitterbuf.o format.o format_cap.o format_pref.o frame.o framehook.o fskmodem.o global_datastores.o hashtab.o heap.o http.o image.o indications.o io.o jitterbuf.o json.o loader.o lock.o logger.o manager.o manager_bridges.o manager_channels.o manager_endpoints.o manager_mwi.o manager_system.o md5.o media_index.o message.o mixmonitor.o named_acl.o netsock.o netsock2.o optional_api.o parking.o pbx.o pickup.o plc.o poll.o presencestate.o privacy.o rtp_engine.o say.o sched.o sdp_srtp.o security_events.o sem.o sha1.o sip_api.o slinfactory.o sorcery.o sounds_index.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_system.o stdtime/localtime.o strcompat.o strings.o stun.o syslog.o taskprocessor.o tcptls.o tdd.o term.o test.o threadpool.o threadstorage.o timing.o translate.o udptl.o ulaw.o utils.o uuid.o version.o xml.o xmldoc.o -L. -lasteriskssl buildinfo.o -lc -L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm -lxslt -L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm -lsqlite3 -lssl -lcrypto -ljansson -ltermcap -lm -lresolv -L/opt/local/lib -ledit -ltermcap | |
ld: warning: directory not found for option '-L/usr/local/lib' | |
Building Documentation For: channels pbx apps codecs formats cdr cel bridges funcs tests main res addons | |
+--------- Asterisk Build Complete ---------+ | |
+ Asterisk has successfully been built, and + | |
+ can be installed by running: + | |
+ + | |
+ make install + | |
+-------------------------------------------+ | |
$ set | |
Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.NUW8JBieKJ/Render | |
BASH=/bin/bash | |
BASH_ARGC=() | |
BASH_ARGV=() | |
BASH_LINENO=() | |
BASH_SOURCE=() | |
BASH_VERSINFO=([0]="3" [1]="2" [2]="53" [3]="1" [4]="release" [5]="x86_64-apple-darwin14") | |
BASH_VERSION='3.2.53(1)-release' | |
CFLAGS=-I/opt/local/include | |
COLUMNS=80 | |
CPPFLAGS=-I/opt/local/include | |
DIRSTACK=() | |
EUID=501 | |
GROUPS=() | |
HISTFILE=/Users/someuser/.bash_history | |
HISTFILESIZE=500 | |
HISTSIZE=500 | |
HOME=/Users/someuser | |
HOSTNAME=somehost | |
HOSTTYPE=x86_64 | |
IFS=$' \t\n' | |
LANG=en_US.UTF-8 | |
LDFLAGS=-L/opt/local/lib | |
LIBEDIT_DIR=/opt/local | |
LINES=24 | |
LOGNAME=someuser | |
MACHTYPE=x86_64-apple-darwin14 | |
MAILCHECK=60 | |
OLDPWD=/Users/someuser/Downloads/asterisk-12.7.0/main/editline | |
OPTERR=1 | |
OPTIND=1 | |
OSTYPE=darwin14 | |
PATH=/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
PIPESTATUS=([0]="0") | |
PPID=319 | |
PROMPT_COMMAND='update_terminal_cwd; ' | |
PS1='\h:\W \u\$ ' | |
PS2='> ' | |
PS4='+ ' | |
PWD=/Users/someuser/Downloads/asterisk-12.7.0 | |
SHELL=/bin/bash | |
SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor | |
SHLVL=1 | |
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.a2jebVCXeW/Listeners | |
TERM=xterm-256color | |
TERM_PROGRAM=Apple_Terminal | |
TERM_PROGRAM_VERSION=343 | |
TERM_SESSION_ID=44FB8D55-7D5F-42F4-884F-5427A910C46A | |
TMPDIR=/var/folders/7f/hbzkk8y57z17fw62ckv8d3zm0000gn/T/ | |
UID=501 | |
USER=someuser | |
XPC_FLAGS=0x0 | |
XPC_SERVICE_NAME=0 | |
_=NOISY_BUILD=1 | |
__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0 | |
update_terminal_cwd () | |
{ | |
local SEARCH=' '; | |
local REPLACE='%20'; | |
local PWD_URL="file://$HOSTNAME${PWD//$SEARCH/$REPLACE}"; | |
printf '\e]7;%s\a' "$PWD_URL" | |
} | |
$ port installed | |
The following ports are currently installed: | |
binutils @2.24_0 (active) | |
bison @2.7.1_0 (active) | |
bzip2 @1.0.6_0 (active) | |
cairo @1.12.16_2+x11 (active) | |
cctools @855_1+llvm35 (active) | |
cctools-headers @855_0 (active) | |
cloog @0.18.2_2 (active) | |
curl @7.39.0_0+ssl (active) | |
curl-ca-bundle @7.39.0_0 (active) | |
cyrus-sasl2 @2.1.26_4+kerberos (active) | |
db46 @4.6.21_9 (active) | |
db48 @4.8.30_4 (active) | |
db_select @0.1_2 (active) | |
desktop-file-utils @0.22_0 (active) | |
expat @2.1.0_0 (active) | |
fontconfig @2.11.1_0 (active) | |
freetype @2.5.3_1 (active) | |
gcc48 @4.8.3_2 (active) | |
gcc_select @0.1_8 (active) | |
gdbm @1.11_1 (active) | |
gettext @0.19.3_1 (active) | |
glib2-devel @2.43.0_1 (active) | |
gmime @2.6.20_0 (active) | |
gmp @6.0.0_1 (active) | |
gnupg2 @2.0.26_1 (active) | |
gnutls @3.3.10_0 (active) | |
gobject-introspection @1.42.0_0 (active) | |
gpg-agent @2.0.26_4+pinentry_mac (active) | |
gpgme @1.5.1_1 (active) | |
icu @54.1_0 (active) | |
iksemel @1.4_3 (active) | |
isl @0.14_1 (active) | |
jansson @2.7_0 (active) | |
kerberos5 @1.11.3_0 (active) | |
ld64 @236.3_1+llvm35 (active) | |
libassuan @2.1.2_0 (active) | |
libcomerr @1.42.9_0 (active) | |
libcxx @183506_1 (active) | |
libedit @20140620-3.1_0 (active) | |
libffi @3.2.1_0 (active) | |
libgcc @4.9.2_0 (active) | |
libgcrypt @1.6.2_0 (active) | |
libgpg-error @1.17_0 (active) | |
libiconv @1.14_0 (active) | |
libidn @1.29_0 (active) | |
libksba @1.3.1_0 (active) | |
libmpc @1.0.2_1 (active) | |
libogg @1.3.2_0 (active) | |
libpixman @0.32.6_0 (active) | |
libpng @1.6.14_0 (active) | |
libtasn1 @4.2_0 (active) | |
libtool @2.4.2_5 (active) | |
libusb @1.0.18_0 (active) | |
libusb-compat @0.1.5_0 (active) | |
libxml2 @2.9.2_1 (active) | |
libxslt @1.1.28_0 (active) | |
llvm-3.5 @3.5-r216817_0+assertions (active) | |
llvm_select @1.0_0 (active) | |
m4 @1.4.17_0 (active) | |
mpfr @3.1.2-p10_3 (active) | |
ncurses @5.9_2 (active) | |
nettle @2.7.1_0 (active) | |
openldap @2.4.39_1 (active) | |
openssl @1.0.1j_0 (active) | |
p11-kit @0.22.1_0 (active) | |
perl5 @5.12.4_0+perl5_16 (active) | |
perl5.16 @5.16.3_0 (active) | |
pinentry-mac @0.8.1_0 (active) | |
pkgconfig @0.28_0 (active) | |
popt @1.16_0 (active) | |
pth @2.0.7_0 (active) | |
py27-beaker @1.6.4_0 (active) | |
py27-mako @1.0.0_0 (active) | |
py27-markupsafe @0.23_0 (active) | |
py27-setuptools @7.0_0 (active) | |
python27 @2.7.8_3 (active) | |
python_select @0.3_4 (active) | |
readline @6.3.003_0 (active) | |
speex @1.2rc1_0 (active) | |
sqlite3 @3.8.7.1_0 (active) | |
srtp @1.4.4_0 (active) | |
tcp_wrappers @20_2 (active) | |
vala @0.26.1_0 (active) | |
xorg-kbproto @1.0.6_0 (active) | |
xorg-libpthread-stubs @0.3_0 (active) | |
xorg-libX11 @1.6.2_0 (active) | |
xorg-libXau @1.0.8_0 (active) | |
xorg-libxcb @1.11_0+python27 (active) | |
xorg-libXdmcp @1.1.1_0 (active) | |
xorg-libXext @1.3.3_0 (active) | |
xorg-renderproto @0.11.1_0 (active) | |
xorg-xcb-proto @1.11_0+python27 (active) | |
xorg-xcb-util @0.3.9_0 (active) | |
xorg-xextproto @7.3.0_0 (active) | |
xorg-xproto @7.0.26_0 (active) | |
xrender @0.9.8_0 (active) | |
xz @5.0.7_0 (active) | |
zlib @1.2.8_0 (active) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did it successful in my MacMini 1.1 (CoreSolo 1.5GHz upgraded to Core 2 Duo 2.33GHz) with Mac OS X Lion 10.7.5 (11G63) and 2Gb RAM, Asterisk 12.8.0-r2 (did not work with Asterisk 13.1.0). However, I am not able to find where it is installed, and how to startup Asterisk. Could you give me this quick help? Thanks.