Advertisement
Guest User

Output make compiling Asterisk 12 rc1 on raspberry

a guest
Feb 15th, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.52 KB | None | 0 0
  1. CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
  2. make[1]: Entering directory `/root/asterisk/asterisk-12.1.0-rc1/menuselect'
  3. make[1]: `makeopts' is up to date.
  4. make[1]: Leaving directory `/root/asterisk/asterisk-12.1.0-rc1/menuselect'
  5. CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect
  6. make[1]: Entering directory `/root/asterisk/asterisk-12.1.0-rc1/menuselect'
  7. gcc -g -D_GNU_SOURCE -Wall -c -o menuselect.o menuselect.c
  8. gcc -g -D_GNU_SOURCE -Wall -c -o strcompat.o strcompat.c
  9. gcc -g -D_GNU_SOURCE -Wall -c -o menuselect_stub.o menuselect_stub.c
  10. make[2]: Entering directory `/root/asterisk/asterisk-12.1.0-rc1/menuselect/mxml'
  11. if test -f config.status; then \
  12. ./config.status --recheck; \
  13. ./config.status; \
  14. else \
  15. ./configure; \
  16. fi
  17. checking for gcc... gcc
  18. checking whether the C compiler works... yes
  19. checking for C compiler default output file name... a.out
  20. checking for suffix of executables...
  21. checking whether we are cross compiling... no
  22. checking for suffix of object files... o
  23. checking whether we are using the GNU C compiler... yes
  24. checking whether gcc accepts -g... yes
  25. checking for gcc option to accept ISO C89... none needed
  26. checking for g++... g++
  27. checking whether we are using the GNU C++ compiler... yes
  28. checking whether g++ accepts -g... yes
  29. checking for a BSD-compatible install... /usr/bin/install -c
  30. checking for ranlib... ranlib
  31. checking for ar... /usr/bin/ar
  32. checking for cp... /bin/cp
  33. checking for ln... /bin/ln
  34. checking for mkdir... /bin/mkdir
  35. checking for rm... /bin/rm
  36. checking for inline... inline
  37. checking for strdup... yes
  38. checking for snprintf... yes
  39. checking for vsnprintf... yes
  40. checking for long long int... yes
  41. checking how to run the C preprocessor... gcc -E
  42. checking for grep that handles long lines and -e... /bin/grep
  43. checking for egrep... /bin/grep -E
  44. checking for ANSI C header files... yes
  45. checking for sys/types.h... yes
  46. checking for sys/stat.h... yes
  47. checking for stdlib.h... yes
  48. checking for string.h... yes
  49. checking for memory.h... yes
  50. checking for strings.h... yes
  51. checking for inttypes.h... yes
  52. checking for stdint.h... yes
  53. checking for unistd.h... yes
  54. checking pthread.h usability... yes
  55. checking pthread.h presence... yes
  56. checking for pthread.h... yes
  57. checking for pthread_create using -lpthreads... no
  58. checking for pthread_create using -lpthread... yes
  59. configure: creating ./config.status
  60. config.status: creating Makefile
  61. config.status: creating mxml.list
  62. config.status: creating mxml.pc
  63. config.status: creating config.h
  64. touch config.h
  65. gcc -Os -g -Wall -Os -g -Wall -Os -g -Wall -c mxml-attr.c
  66. gcc -Os -g -Wall -Os -g -Wall -Os -g -Wall -c mxml-entity.c
  67. gcc -Os -g -Wall -Os -g -Wall -Os -g -Wall -c mxml-file.c
  68. gcc -Os -g -Wall -Os -g -Wall -Os -g -Wall -c mxml-index.c
  69. gcc -Os -g -Wall -Os -g -Wall -Os -g -Wall -c mxml-node.c
  70. gcc -Os -g -Wall -Os -g -Wall -Os -g -Wall -c mxml-search.c
  71. gcc -Os -g -Wall -Os -g -Wall -Os -g -Wall -c mxml-set.c
  72. gcc -Os -g -Wall -Os -g -Wall -Os -g -Wall -c mxml-private.c
  73. gcc -Os -g -Wall -Os -g -Wall -Os -g -Wall -c mxml-string.c
  74. /bin/rm -f libmxml.a
  75. /usr/bin/ar crvs 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
  76. a - mxml-attr.o
  77. a - mxml-entity.o
  78. a - mxml-file.o
  79. a - mxml-index.o
  80. a - mxml-node.o
  81. a - mxml-search.o
  82. a - mxml-set.o
  83. a - mxml-private.o
  84. a - mxml-string.o
  85. ranlib libmxml.a
  86. make[2]: Leaving directory `/root/asterisk/asterisk-12.1.0-rc1/menuselect/mxml'
  87. gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a
  88. make[1]: Leaving directory `/root/asterisk/asterisk-12.1.0-rc1/menuselect'
  89. menuselect/menuselect --check-deps menuselect.makeopts
  90. Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
  91. menuselect/menuselect --check-deps menuselect.makeopts
  92. Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
  93. Generating embedded module rules ...
  94. [CC] astcanary.c -> astcanary.o
  95. [LD] astcanary.o -> astcanary
  96. [CC] astdb2sqlite3.c -> astdb2sqlite3.o
  97. [CC] hash/hash.c -> hash/hash.o
  98. [CC] hash/hash_bigkey.c -> hash/hash_bigkey.o
  99. [CC] hash/hash_buf.c -> hash/hash_buf.o
  100. [CC] hash/hash_func.c -> hash/hash_func.o
  101. [CC] hash/hash_log2.c -> hash/hash_log2.o
  102. [CC] hash/hash_page.c -> hash/hash_page.o
  103. [CC] hash/ndbm.c -> hash/ndbm.o
  104. [CC] btree/bt_close.c -> btree/bt_close.o
  105. [CC] btree/bt_conv.c -> btree/bt_conv.o
  106. [CC] btree/bt_debug.c -> btree/bt_debug.o
  107. [CC] btree/bt_delete.c -> btree/bt_delete.o
  108. [CC] btree/bt_get.c -> btree/bt_get.o
  109. [CC] btree/bt_open.c -> btree/bt_open.o
  110. [CC] btree/bt_overflow.c -> btree/bt_overflow.o
  111. [CC] btree/bt_page.c -> btree/bt_page.o
  112. [CC] btree/bt_put.c -> btree/bt_put.o
  113. [CC] btree/bt_search.c -> btree/bt_search.o
  114. [CC] btree/bt_seq.c -> btree/bt_seq.o
  115. [CC] btree/bt_split.c -> btree/bt_split.o
  116. [CC] btree/bt_utils.c -> btree/bt_utils.o
  117. [CC] db/db.c -> db/db.o
  118. [CC] mpool/mpool.c -> mpool/mpool.o
  119. [CC] recno/rec_close.c -> recno/rec_close.o
  120. [CC] recno/rec_delete.c -> recno/rec_delete.o
  121. [CC] recno/rec_get.c -> recno/rec_get.o
  122. [CC] recno/rec_open.c -> recno/rec_open.o
  123. [CC] recno/rec_put.c -> recno/rec_put.o
  124. [CC] recno/rec_search.c -> recno/rec_search.o
  125. [CC] recno/rec_seq.c -> recno/rec_seq.o
  126. [CC] recno/rec_utils.c -> recno/rec_utils.o
  127. [AR] 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 -> libdb1.a
  128. [LD] astdb2sqlite3.o db1-ast/libdb1.a -> astdb2sqlite3
  129. [CC] astdb2bdb.c -> astdb2bdb.o
  130. [LD] astdb2bdb.o db1-ast/libdb1.a -> astdb2bdb
  131. [CC] chan_bridge_media.c -> chan_bridge_media.o
  132. [LD] chan_bridge_media.o -> chan_bridge_media.so
  133. [CC] chan_iax2.c -> chan_iax2.o
  134. [CC] iax2/firmware.c -> iax2/firmware.o
  135. [CC] iax2/parser.c -> iax2/parser.o
  136. [CC] iax2/provision.c -> iax2/provision.o
  137. [LD] chan_iax2.o iax2/firmware.o iax2/parser.o iax2/provision.o -> chan_iax2.so
  138. [CC] chan_motif.c -> chan_motif.o
  139. [LD] chan_motif.o -> chan_motif.so
  140. [CC] chan_multicast_rtp.c -> chan_multicast_rtp.o
  141. [LD] chan_multicast_rtp.o -> chan_multicast_rtp.so
  142. [CC] chan_oss.c -> chan_oss.o
  143. [CC] console_video.c -> console_video.o
  144. [CC] vgrabbers.c -> vgrabbers.o
  145. [CC] console_board.c -> console_board.o
  146. [LD] chan_oss.o console_video.o vgrabbers.o console_board.o -> chan_oss.so
  147. [CC] chan_phone.c -> chan_phone.o
  148. [LD] chan_phone.o -> chan_phone.so
  149. [CC] chan_pjsip.c -> chan_pjsip.o
  150. [CC] pjsip/dialplan_functions.c -> pjsip/dialplan_functions.o
  151. [LD] chan_pjsip.o pjsip/dialplan_functions.o -> chan_pjsip.so
  152. [CC] chan_sip.c -> chan_sip.o
  153. [CC] sip/config_parser.c -> sip/config_parser.o
  154. [CC] sip/dialplan_functions.c -> sip/dialplan_functions.o
  155. [CC] sip/reqresp_parser.c -> sip/reqresp_parser.o
  156. [CC] sip/security_events.c -> sip/security_events.o
  157. [CC] sip/utils.c -> sip/utils.o
  158. [LD] chan_sip.o sip/config_parser.o sip/dialplan_functions.o sip/reqresp_parser.o sip/security_events.o sip/utils.o -> chan_sip.so
  159. [CC] chan_skinny.c -> chan_skinny.o
  160. [LD] chan_skinny.o -> chan_skinny.so
  161. [CC] chan_unistim.c -> chan_unistim.o
  162. [LD] chan_unistim.o -> chan_unistim.so
  163. [CC] pbx_ael.c -> pbx_ael.o
  164. [LD] pbx_ael.o -> pbx_ael.so
  165. [CC] pbx_config.c -> pbx_config.o
  166. [LD] pbx_config.o -> pbx_config.so
  167. [CC] pbx_dundi.c -> pbx_dundi.o
  168. [CC] dundi-parser.c -> dundi-parser.o
  169. [LD] pbx_dundi.o dundi-parser.o -> pbx_dundi.so
  170. [CC] pbx_loopback.c -> pbx_loopback.o
  171. [LD] pbx_loopback.o -> pbx_loopback.so
  172. [CC] pbx_realtime.c -> pbx_realtime.o
  173. [LD] pbx_realtime.o -> pbx_realtime.so
  174. [CC] pbx_spool.c -> pbx_spool.o
  175. [LD] pbx_spool.o -> pbx_spool.so
  176. [CC] app_adsiprog.c -> app_adsiprog.o
  177. [LD] app_adsiprog.o -> app_adsiprog.so
  178. [CC] app_agent_pool.c -> app_agent_pool.o
  179. [LD] app_agent_pool.o -> app_agent_pool.so
  180. [CC] app_alarmreceiver.c -> app_alarmreceiver.o
  181. [LD] app_alarmreceiver.o -> app_alarmreceiver.so
  182. [CC] app_amd.c -> app_amd.o
  183. [LD] app_amd.o -> app_amd.so
  184. [CC] app_authenticate.c -> app_authenticate.o
  185. [LD] app_authenticate.o -> app_authenticate.so
  186. [CC] app_bridgewait.c -> app_bridgewait.o
  187. [LD] app_bridgewait.o -> app_bridgewait.so
  188. [CC] app_cdr.c -> app_cdr.o
  189. [LD] app_cdr.o -> app_cdr.so
  190. [CC] app_celgenuserevent.c -> app_celgenuserevent.o
  191. [LD] app_celgenuserevent.o -> app_celgenuserevent.so
  192. [CC] app_chanisavail.c -> app_chanisavail.o
  193. [LD] app_chanisavail.o -> app_chanisavail.so
  194. [CC] app_channelredirect.c -> app_channelredirect.o
  195. [LD] app_channelredirect.o -> app_channelredirect.so
  196. [CC] app_chanspy.c -> app_chanspy.o
  197. [LD] app_chanspy.o -> app_chanspy.so
  198. [CC] app_confbridge.c -> app_confbridge.o
  199. [CC] confbridge/confbridge_manager.c -> confbridge/confbridge_manager.o
  200. [CC] confbridge/conf_chan_announce.c -> confbridge/conf_chan_announce.o
  201. [CC] confbridge/conf_chan_record.c -> confbridge/conf_chan_record.o
  202. [CC] confbridge/conf_config_parser.c -> confbridge/conf_config_parser.o
  203. [CC] confbridge/conf_state.c -> confbridge/conf_state.o
  204. [CC] confbridge/conf_state_empty.c -> confbridge/conf_state_empty.o
  205. [CC] confbridge/conf_state_inactive.c -> confbridge/conf_state_inactive.o
  206. [CC] confbridge/conf_state_multi.c -> confbridge/conf_state_multi.o
  207. [CC] confbridge/conf_state_multi_marked.c -> confbridge/conf_state_multi_marked.o
  208. [CC] confbridge/conf_state_single.c -> confbridge/conf_state_single.o
  209. [CC] confbridge/conf_state_single_marked.c -> confbridge/conf_state_single_marked.o
  210. [LD] app_confbridge.o confbridge/confbridge_manager.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 -> app_confbridge.so
  211. [CC] app_controlplayback.c -> app_controlplayback.o
  212. [LD] app_controlplayback.o -> app_controlplayback.so
  213. [CC] app_db.c -> app_db.o
  214. [LD] app_db.o -> app_db.so
  215. [CC] app_dial.c -> app_dial.o
  216. [LD] app_dial.o -> app_dial.so
  217. [CC] app_dictate.c -> app_dictate.o
  218. [LD] app_dictate.o -> app_dictate.so
  219. [CC] app_directed_pickup.c -> app_directed_pickup.o
  220. [LD] app_directed_pickup.o -> app_directed_pickup.so
  221. [CC] app_directory.c -> app_directory.o
  222. [LD] app_directory.o -> app_directory.so
  223. [CC] app_disa.c -> app_disa.o
  224. [LD] app_disa.o -> app_disa.so
  225. [CC] app_dumpchan.c -> app_dumpchan.o
  226. [LD] app_dumpchan.o -> app_dumpchan.so
  227. [CC] app_echo.c -> app_echo.o
  228. [LD] app_echo.o -> app_echo.so
  229. [CC] app_exec.c -> app_exec.o
  230. [LD] app_exec.o -> app_exec.so
  231. [CC] app_externalivr.c -> app_externalivr.o
  232. [LD] app_externalivr.o -> app_externalivr.so
  233. [CC] app_festival.c -> app_festival.o
  234. [LD] app_festival.o -> app_festival.so
  235. [CC] app_followme.c -> app_followme.o
  236. [LD] app_followme.o -> app_followme.so
  237. [CC] app_forkcdr.c -> app_forkcdr.o
  238. [LD] app_forkcdr.o -> app_forkcdr.so
  239. [CC] app_getcpeid.c -> app_getcpeid.o
  240. [LD] app_getcpeid.o -> app_getcpeid.so
  241. [CC] app_ices.c -> app_ices.o
  242. [LD] app_ices.o -> app_ices.so
  243. [CC] app_image.c -> app_image.o
  244. [LD] app_image.o -> app_image.so
  245. [CC] app_macro.c -> app_macro.o
  246. [LD] app_macro.o -> app_macro.so
  247. [CC] app_milliwatt.c -> app_milliwatt.o
  248. [LD] app_milliwatt.o -> app_milliwatt.so
  249. [CC] app_minivm.c -> app_minivm.o
  250. [LD] app_minivm.o -> app_minivm.so
  251. [CC] app_mixmonitor.c -> app_mixmonitor.o
  252. [LD] app_mixmonitor.o -> app_mixmonitor.so
  253. [CC] app_morsecode.c -> app_morsecode.o
  254. [LD] app_morsecode.o -> app_morsecode.so
  255. [CC] app_mp3.c -> app_mp3.o
  256. [LD] app_mp3.o -> app_mp3.so
  257. [CC] app_nbscat.c -> app_nbscat.o
  258. [LD] app_nbscat.o -> app_nbscat.so
  259. [CC] app_originate.c -> app_originate.o
  260. [LD] app_originate.o -> app_originate.so
  261. [CC] app_page.c -> app_page.o
  262. [LD] app_page.o -> app_page.so
  263. [CC] app_playback.c -> app_playback.o
  264. [LD] app_playback.o -> app_playback.so
  265. [CC] app_playtones.c -> app_playtones.o
  266. [LD] app_playtones.o -> app_playtones.so
  267. [CC] app_privacy.c -> app_privacy.o
  268. [LD] app_privacy.o -> app_privacy.so
  269. [CC] app_queue.c -> app_queue.o
  270. [LD] app_queue.o -> app_queue.so
  271. [CC] app_read.c -> app_read.o
  272. [LD] app_read.o -> app_read.so
  273. [CC] app_readexten.c -> app_readexten.o
  274. [LD] app_readexten.o -> app_readexten.so
  275. [CC] app_record.c -> app_record.o
  276. [LD] app_record.o -> app_record.so
  277. [CC] app_sayunixtime.c -> app_sayunixtime.o
  278. [LD] app_sayunixtime.o -> app_sayunixtime.so
  279. [CC] app_senddtmf.c -> app_senddtmf.o
  280. [LD] app_senddtmf.o -> app_senddtmf.so
  281. [CC] app_sendtext.c -> app_sendtext.o
  282. [LD] app_sendtext.o -> app_sendtext.so
  283. [CC] app_sms.c -> app_sms.o
  284. [LD] app_sms.o -> app_sms.so
  285. [CC] app_softhangup.c -> app_softhangup.o
  286. [LD] app_softhangup.o -> app_softhangup.so
  287. [CC] app_speech_utils.c -> app_speech_utils.o
  288. [LD] app_speech_utils.o -> app_speech_utils.so
  289. [CC] app_stack.c -> app_stack.o
  290. [LD] app_stack.o -> app_stack.so
  291. [CC] app_stasis.c -> app_stasis.o
  292. [LD] app_stasis.o -> app_stasis.so
  293. [CC] app_system.c -> app_system.o
  294. [LD] app_system.o -> app_system.so
  295. [CC] app_talkdetect.c -> app_talkdetect.o
  296. [LD] app_talkdetect.o -> app_talkdetect.so
  297. [CC] app_test.c -> app_test.o
  298. [LD] app_test.o -> app_test.so
  299. [CC] app_transfer.c -> app_transfer.o
  300. [LD] app_transfer.o -> app_transfer.so
  301. [CC] app_url.c -> app_url.o
  302. [LD] app_url.o -> app_url.so
  303. [CC] app_userevent.c -> app_userevent.o
  304. [LD] app_userevent.o -> app_userevent.so
  305. [CC] app_verbose.c -> app_verbose.o
  306. [LD] app_verbose.o -> app_verbose.so
  307. [CC] app_voicemail.c -> app_voicemail.o
  308. [LD] app_voicemail.o -> app_voicemail.so
  309. [CC] app_waitforring.c -> app_waitforring.o
  310. [LD] app_waitforring.o -> app_waitforring.so
  311. [CC] app_waitforsilence.c -> app_waitforsilence.o
  312. [LD] app_waitforsilence.o -> app_waitforsilence.so
  313. [CC] app_waituntil.c -> app_waituntil.o
  314. [LD] app_waituntil.o -> app_waituntil.so
  315. [CC] app_while.c -> app_while.o
  316. [LD] app_while.o -> app_while.so
  317. [CC] app_zapateller.c -> app_zapateller.o
  318. [LD] app_zapateller.o -> app_zapateller.so
  319. [CC] src/add.c -> src/add.o
  320. [CC] src/code.c -> src/code.o
  321. [CC] src/debug.c -> src/debug.o
  322. [CC] src/decode.c -> src/decode.o
  323. [CC] src/long_term.c -> src/long_term.o
  324. [CC] src/lpc.c -> src/lpc.o
  325. [CC] src/preprocess.c -> src/preprocess.o
  326. [CC] src/rpe.c -> src/rpe.o
  327. [CC] src/gsm_destroy.c -> src/gsm_destroy.o
  328. [CC] src/gsm_decode.c -> src/gsm_decode.o
  329. [CC] src/gsm_encode.c -> src/gsm_encode.o
  330. [CC] src/gsm_explode.c -> src/gsm_explode.o
  331. [CC] src/gsm_implode.c -> src/gsm_implode.o
  332. [CC] src/gsm_create.c -> src/gsm_create.o
  333. [CC] src/gsm_print.c -> src/gsm_print.o
  334. [CC] src/gsm_option.c -> src/gsm_option.o
  335. [CC] src/short_term.c -> src/short_term.o
  336. [CC] src/table.c -> src/table.o
  337. [AR] 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 -> lib/libgsm.a
  338. [CC] anaFilter.c -> anaFilter.o
  339. [CC] constants.c -> constants.o
  340. [CC] createCB.c -> createCB.o
  341. [CC] doCPLC.c -> doCPLC.o
  342. [CC] enhancer.c -> enhancer.o
  343. [CC] filter.c -> filter.o
  344. [CC] FrameClassify.c -> FrameClassify.o
  345. [CC] gainquant.c -> gainquant.o
  346. [CC] getCBvec.c -> getCBvec.o
  347. [CC] helpfun.c -> helpfun.o
  348. [CC] hpInput.c -> hpInput.o
  349. [CC] hpOutput.c -> hpOutput.o
  350. [CC] iCBConstruct.c -> iCBConstruct.o
  351. [CC] iCBSearch.c -> iCBSearch.o
  352. [CC] iLBC_decode.c -> iLBC_decode.o
  353. [CC] iLBC_encode.c -> iLBC_encode.o
  354. [CC] iLBC_test.c -> iLBC_test.o
  355. [CC] LPCdecode.c -> LPCdecode.o
  356. [CC] LPCencode.c -> LPCencode.o
  357. [CC] lsf.c -> lsf.o
  358. [CC] packing.c -> packing.o
  359. [CC] StateConstructW.c -> StateConstructW.o
  360. [CC] StateSearchW.c -> StateSearchW.o
  361. [CC] syntFilter.c -> syntFilter.o
  362. [AR] 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 -> libilbc.a
  363. [CC] f2clib.c -> f2clib.o
  364. [CC] analys.c -> analys.o
  365. [CC] bsynz.c -> bsynz.o
  366. [CC] chanwr.c -> chanwr.o
  367. [CC] dcbias.c -> dcbias.o
  368. [CC] decode.c -> decode.o
  369. [CC] deemp.c -> deemp.o
  370. [CC] difmag.c -> difmag.o
  371. [CC] dyptrk.c -> dyptrk.o
  372. [CC] encode.c -> encode.o
  373. [CC] energy.c -> energy.o
  374. [CC] ham84.c -> ham84.o
  375. [CC] hp100.c -> hp100.o
  376. [CC] invert.c -> invert.o
  377. [CC] irc2pc.c -> irc2pc.o
  378. [CC] ivfilt.c -> ivfilt.o
  379. [CC] lpcdec.c -> lpcdec.o
  380. [CC] lpcenc.c -> lpcenc.o
  381. [CC] lpcini.c -> lpcini.o
  382. [CC] lpfilt.c -> lpfilt.o
  383. [CC] median.c -> median.o
  384. [CC] mload.c -> mload.o
  385. [CC] onset.c -> onset.o
  386. [CC] pitsyn.c -> pitsyn.o
  387. [CC] placea.c -> placea.o
  388. [CC] placev.c -> placev.o
  389. [CC] preemp.c -> preemp.o
  390. [CC] prepro.c -> prepro.o
  391. [CC] random.c -> random.o
  392. [CC] rcchk.c -> rcchk.o
  393. [CC] synths.c -> synths.o
  394. [CC] tbdm.c -> tbdm.o
  395. [CC] voicin.c -> voicin.o
  396. [CC] vparms.c -> vparms.o
  397. [AR] 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 -> liblpc10.a
  398. [CC] codec_adpcm.c -> codec_adpcm.o
  399. [LD] codec_adpcm.o -> codec_adpcm.so
  400. [CC] codec_alaw.c -> codec_alaw.o
  401. [LD] codec_alaw.o -> codec_alaw.so
  402. [CC] codec_a_mu.c -> codec_a_mu.o
  403. [LD] codec_a_mu.o -> codec_a_mu.so
  404. [CC] codec_g722.c -> codec_g722.o
  405. [CC] g722/g722_encode.c -> g722/g722_encode.o
  406. [CC] g722/g722_decode.c -> g722/g722_decode.o
  407. [LD] codec_g722.o g722/g722_encode.o g722/g722_decode.o -> codec_g722.so
  408. [CC] codec_g726.c -> codec_g726.o
  409. [LD] codec_g726.o -> codec_g726.so
  410. [CC] codec_gsm.c -> codec_gsm.o
  411. [LD] codec_gsm.o gsm/lib/libgsm.a -> codec_gsm.so
  412. [CC] codec_ilbc.c -> codec_ilbc.o
  413. [LD] codec_ilbc.o ilbc/libilbc.a -> codec_ilbc.so
  414. [CC] codec_lpc10.c -> codec_lpc10.o
  415. [LD] codec_lpc10.o lpc10/liblpc10.a -> codec_lpc10.so
  416. [CC] codec_resample.c -> codec_resample.o
  417. [CC] speex/resample.c -> speex/resample.o
  418. [LD] codec_resample.o speex/resample.o -> codec_resample.so
  419. [CC] codec_speex.c -> codec_speex.o
  420. [LD] codec_speex.o -> codec_speex.so
  421. [CC] codec_ulaw.c -> codec_ulaw.o
  422. [LD] codec_ulaw.o -> codec_ulaw.so
  423. [CC] format_g719.c -> format_g719.o
  424. [LD] format_g719.o -> format_g719.so
  425. [CC] format_g723.c -> format_g723.o
  426. [LD] format_g723.o -> format_g723.so
  427. [CC] format_g726.c -> format_g726.o
  428. [LD] format_g726.o -> format_g726.so
  429. [CC] format_g729.c -> format_g729.o
  430. [LD] format_g729.o -> format_g729.so
  431. [CC] format_gsm.c -> format_gsm.o
  432. [LD] format_gsm.o -> format_gsm.so
  433. [CC] format_h263.c -> format_h263.o
  434. [LD] format_h263.o -> format_h263.so
  435. [CC] format_h264.c -> format_h264.o
  436. [LD] format_h264.o -> format_h264.so
  437. [CC] format_ilbc.c -> format_ilbc.o
  438. [LD] format_ilbc.o -> format_ilbc.so
  439. [CC] format_jpeg.c -> format_jpeg.o
  440. [LD] format_jpeg.o -> format_jpeg.so
  441. [CC] format_ogg_vorbis.c -> format_ogg_vorbis.o
  442. [LD] format_ogg_vorbis.o -> format_ogg_vorbis.so
  443. [CC] format_pcm.c -> format_pcm.o
  444. [LD] format_pcm.o -> format_pcm.so
  445. [CC] format_siren14.c -> format_siren14.o
  446. [LD] format_siren14.o -> format_siren14.so
  447. [CC] format_siren7.c -> format_siren7.o
  448. [LD] format_siren7.o -> format_siren7.so
  449. [CC] format_sln.c -> format_sln.o
  450. [LD] format_sln.o -> format_sln.so
  451. [CC] format_vox.c -> format_vox.o
  452. [LD] format_vox.o -> format_vox.so
  453. [CC] format_wav.c -> format_wav.o
  454. [LD] format_wav.o -> format_wav.so
  455. [CC] format_wav_gsm.c -> format_wav_gsm.o
  456. [LD] format_wav_gsm.o -> format_wav_gsm.so
  457. [CC] cdr_adaptive_odbc.c -> cdr_adaptive_odbc.o
  458. [LD] cdr_adaptive_odbc.o -> cdr_adaptive_odbc.so
  459. [CC] cdr_csv.c -> cdr_csv.o
  460. [LD] cdr_csv.o -> cdr_csv.so
  461. [CC] cdr_custom.c -> cdr_custom.o
  462. [LD] cdr_custom.o -> cdr_custom.so
  463. [CC] cdr_manager.c -> cdr_manager.o
  464. [LD] cdr_manager.o -> cdr_manager.so
  465. [CC] cdr_odbc.c -> cdr_odbc.o
  466. [LD] cdr_odbc.o -> cdr_odbc.so
  467. [CC] cdr_sqlite3_custom.c -> cdr_sqlite3_custom.o
  468. [LD] cdr_sqlite3_custom.o -> cdr_sqlite3_custom.so
  469. [CC] cdr_syslog.c -> cdr_syslog.o
  470. [LD] cdr_syslog.o -> cdr_syslog.so
  471. [CC] cel_custom.c -> cel_custom.o
  472. [LD] cel_custom.o -> cel_custom.so
  473. [CC] cel_manager.c -> cel_manager.o
  474. [LD] cel_manager.o -> cel_manager.so
  475. [CC] cel_odbc.c -> cel_odbc.o
  476. [LD] cel_odbc.o -> cel_odbc.so
  477. [CC] cel_sqlite3_custom.c -> cel_sqlite3_custom.o
  478. [LD] cel_sqlite3_custom.o -> cel_sqlite3_custom.so
  479. [CC] bridge_builtin_features.c -> bridge_builtin_features.o
  480. [LD] bridge_builtin_features.o -> bridge_builtin_features.so
  481. [CC] bridge_builtin_interval_features.c -> bridge_builtin_interval_features.o
  482. [LD] bridge_builtin_interval_features.o -> bridge_builtin_interval_features.so
  483. [CC] bridge_holding.c -> bridge_holding.o
  484. [LD] bridge_holding.o -> bridge_holding.so
  485. [CC] bridge_native_rtp.c -> bridge_native_rtp.o
  486. [LD] bridge_native_rtp.o -> bridge_native_rtp.so
  487. [CC] bridge_simple.c -> bridge_simple.o
  488. [LD] bridge_simple.o -> bridge_simple.so
  489. [CC] bridge_softmix.c -> bridge_softmix.o
  490. [LD] bridge_softmix.o -> bridge_softmix.so
  491. [CC] func_aes.c -> func_aes.o
  492. [LD] func_aes.o -> func_aes.so
  493. [CC] func_audiohookinherit.c -> func_audiohookinherit.o
  494. [LD] func_audiohookinherit.o -> func_audiohookinherit.so
  495. [CC] func_base64.c -> func_base64.o
  496. [LD] func_base64.o -> func_base64.so
  497. [CC] func_blacklist.c -> func_blacklist.o
  498. [LD] func_blacklist.o -> func_blacklist.so
  499. [CC] func_callcompletion.c -> func_callcompletion.o
  500. [LD] func_callcompletion.o -> func_callcompletion.so
  501. [CC] func_callerid.c -> func_callerid.o
  502. [LD] func_callerid.o -> func_callerid.so
  503. [CC] func_cdr.c -> func_cdr.o
  504. [LD] func_cdr.o -> func_cdr.so
  505. [CC] func_channel.c -> func_channel.o
  506. [LD] func_channel.o -> func_channel.so
  507. [CC] func_config.c -> func_config.o
  508. [LD] func_config.o -> func_config.so
  509. [CC] func_curl.c -> func_curl.o
  510. [LD] func_curl.o -> func_curl.so
  511. [CC] func_cut.c -> func_cut.o
  512. [LD] func_cut.o -> func_cut.so
  513. [CC] func_db.c -> func_db.o
  514. [LD] func_db.o -> func_db.so
  515. [CC] func_devstate.c -> func_devstate.o
  516. [LD] func_devstate.o -> func_devstate.so
  517. [CC] func_dialgroup.c -> func_dialgroup.o
  518. [LD] func_dialgroup.o -> func_dialgroup.so
  519. [CC] func_dialplan.c -> func_dialplan.o
  520. [LD] func_dialplan.o -> func_dialplan.so
  521. [CC] func_enum.c -> func_enum.o
  522. [LD] func_enum.o -> func_enum.so
  523. [CC] func_env.c -> func_env.o
  524. [LD] func_env.o -> func_env.so
  525. [CC] func_extstate.c -> func_extstate.o
  526. [LD] func_extstate.o -> func_extstate.so
  527. [CC] func_frame_trace.c -> func_frame_trace.o
  528. [LD] func_frame_trace.o -> func_frame_trace.so
  529. [CC] func_global.c -> func_global.o
  530. [LD] func_global.o -> func_global.so
  531. [CC] func_groupcount.c -> func_groupcount.o
  532. [LD] func_groupcount.o -> func_groupcount.so
  533. [CC] func_hangupcause.c -> func_hangupcause.o
  534. [LD] func_hangupcause.o -> func_hangupcause.so
  535. [CC] func_iconv.c -> func_iconv.o
  536. [LD] func_iconv.o -> func_iconv.so
  537. [CC] func_jitterbuffer.c -> func_jitterbuffer.o
  538. [LD] func_jitterbuffer.o -> func_jitterbuffer.so
  539. [CC] func_lock.c -> func_lock.o
  540. [LD] func_lock.o -> func_lock.so
  541. [CC] func_logic.c -> func_logic.o
  542. [LD] func_logic.o -> func_logic.so
  543. [CC] func_math.c -> func_math.o
  544. [LD] func_math.o -> func_math.so
  545. [CC] func_md5.c -> func_md5.o
  546. [LD] func_md5.o -> func_md5.so
  547. [CC] func_module.c -> func_module.o
  548. [LD] func_module.o -> func_module.so
  549. [CC] func_odbc.c -> func_odbc.o
  550. [LD] func_odbc.o -> func_odbc.so
  551. [CC] func_pitchshift.c -> func_pitchshift.o
  552. [LD] func_pitchshift.o -> func_pitchshift.so
  553. [CC] func_pjsip_endpoint.c -> func_pjsip_endpoint.o
  554. [LD] func_pjsip_endpoint.o -> func_pjsip_endpoint.so
  555. [CC] func_presencestate.c -> func_presencestate.o
  556. [LD] func_presencestate.o -> func_presencestate.so
  557. [CC] func_rand.c -> func_rand.o
  558. [LD] func_rand.o -> func_rand.so
  559. [CC] func_realtime.c -> func_realtime.o
  560. [LD] func_realtime.o -> func_realtime.so
  561. [CC] func_sha1.c -> func_sha1.o
  562. [LD] func_sha1.o -> func_sha1.so
  563. [CC] func_shell.c -> func_shell.o
  564. [LD] func_shell.o -> func_shell.so
  565. [CC] func_speex.c -> func_speex.o
  566. [LD] func_speex.o -> func_speex.so
  567. [CC] func_sprintf.c -> func_sprintf.o
  568. [LD] func_sprintf.o -> func_sprintf.so
  569. [CC] func_srv.c -> func_srv.o
  570. [LD] func_srv.o -> func_srv.so
  571. [CC] func_strings.c -> func_strings.o
  572. [LD] func_strings.o -> func_strings.so
  573. [CC] func_sysinfo.c -> func_sysinfo.o
  574. [LD] func_sysinfo.o -> func_sysinfo.so
  575. [CC] func_timeout.c -> func_timeout.o
  576. [LD] func_timeout.o -> func_timeout.so
  577. [CC] func_uri.c -> func_uri.o
  578. [LD] func_uri.o -> func_uri.so
  579. [CC] func_version.c -> func_version.o
  580. [LD] func_version.o -> func_version.so
  581. [CC] func_vmcount.c -> func_vmcount.o
  582. [LD] func_vmcount.o -> func_vmcount.so
  583. [CC] func_volume.c -> func_volume.o
  584. [LD] func_volume.o -> func_volume.so
  585. [CC] res_adsi.c -> res_adsi.o
  586. [LD] res_adsi.o -> res_adsi.so
  587. [CC] res_ael_share.c -> res_ael_share.o
  588. [CC] ael/ael_lex.c -> ael/ael_lex.o
  589. [CC] ael/ael.tab.c -> ael/ael.tab.o
  590. [CC] ael/pval.c -> ael/pval.o
  591. [LD] res_ael_share.o ael/ael_lex.o ael/ael.tab.o ael/pval.o -> res_ael_share.so
  592. [CC] res_agi.c -> res_agi.o
  593. [LD] res_agi.o -> res_agi.so
  594. [CC] res_ari_applications.c -> res_ari_applications.o
  595. [CC] ari/resource_applications.c -> ari/resource_applications.o
  596. [LD] res_ari_applications.o ari/resource_applications.o -> res_ari_applications.so
  597. [CC] res_ari_asterisk.c -> res_ari_asterisk.o
  598. [CC] ari/resource_asterisk.c -> ari/resource_asterisk.o
  599. [LD] res_ari_asterisk.o ari/resource_asterisk.o -> res_ari_asterisk.so
  600. [CC] res_ari_bridges.c -> res_ari_bridges.o
  601. [CC] ari/resource_bridges.c -> ari/resource_bridges.o
  602. [LD] res_ari_bridges.o ari/resource_bridges.o -> res_ari_bridges.so
  603. [CC] res_ari.c -> res_ari.o
  604. [CC] ari/cli.c -> ari/cli.o
  605. [CC] ari/config.c -> ari/config.o
  606. [CC] ari/ari_websockets.c -> ari/ari_websockets.o
  607. [LD] res_ari.o ari/cli.o ari/config.o ari/ari_websockets.o -> res_ari.so
  608. [CC] res_ari_channels.c -> res_ari_channels.o
  609. [CC] ari/resource_channels.c -> ari/resource_channels.o
  610. [LD] res_ari_channels.o ari/resource_channels.o -> res_ari_channels.so
  611. [CC] res_ari_device_states.c -> res_ari_device_states.o
  612. [CC] ari/resource_device_states.c -> ari/resource_device_states.o
  613. [LD] res_ari_device_states.o ari/resource_device_states.o -> res_ari_device_states.so
  614. [CC] res_ari_endpoints.c -> res_ari_endpoints.o
  615. [CC] ari/resource_endpoints.c -> ari/resource_endpoints.o
  616. [LD] res_ari_endpoints.o ari/resource_endpoints.o -> res_ari_endpoints.so
  617. [CC] res_ari_events.c -> res_ari_events.o
  618. [CC] ari/resource_events.c -> ari/resource_events.o
  619. [LD] res_ari_events.o ari/resource_events.o -> res_ari_events.so
  620. [CC] res_ari_mailboxes.c -> res_ari_mailboxes.o
  621. [CC] ari/resource_mailboxes.c -> ari/resource_mailboxes.o
  622. [LD] res_ari_mailboxes.o ari/resource_mailboxes.o -> res_ari_mailboxes.so
  623. [CC] res_ari_model.c -> res_ari_model.o
  624. [CC] ari/ari_model_validators.c -> ari/ari_model_validators.o
  625. [LD] res_ari_model.o ari/ari_model_validators.o -> res_ari_model.so
  626. [CC] res_ari_playbacks.c -> res_ari_playbacks.o
  627. [CC] ari/resource_playbacks.c -> ari/resource_playbacks.o
  628. [LD] res_ari_playbacks.o ari/resource_playbacks.o -> res_ari_playbacks.so
  629. [CC] res_ari_recordings.c -> res_ari_recordings.o
  630. [CC] ari/resource_recordings.c -> ari/resource_recordings.o
  631. [LD] res_ari_recordings.o ari/resource_recordings.o -> res_ari_recordings.so
  632. [CC] res_ari_sounds.c -> res_ari_sounds.o
  633. [CC] ari/resource_sounds.c -> ari/resource_sounds.o
  634. [LD] res_ari_sounds.o ari/resource_sounds.o -> res_ari_sounds.so
  635. [CC] res_calendar.c -> res_calendar.o
  636. [LD] res_calendar.o -> res_calendar.so
  637. [CC] res_calendar_caldav.c -> res_calendar_caldav.o
  638. [LD] res_calendar_caldav.o -> res_calendar_caldav.so
  639. [CC] res_calendar_ews.c -> res_calendar_ews.o
  640. [LD] res_calendar_ews.o -> res_calendar_ews.so
  641. [CC] res_calendar_exchange.c -> res_calendar_exchange.o
  642. [LD] res_calendar_exchange.o -> res_calendar_exchange.so
  643. [CC] res_calendar_icalendar.c -> res_calendar_icalendar.o
  644. [LD] res_calendar_icalendar.o -> res_calendar_icalendar.so
  645. [CC] res_clialiases.c -> res_clialiases.o
  646. [LD] res_clialiases.o -> res_clialiases.so
  647. [CC] res_clioriginate.c -> res_clioriginate.o
  648. [LD] res_clioriginate.o -> res_clioriginate.so
  649. [CC] res_config_curl.c -> res_config_curl.o
  650. [LD] res_config_curl.o -> res_config_curl.so
  651. [CC] res_config_ldap.c -> res_config_ldap.o
  652. [LD] res_config_ldap.o -> res_config_ldap.so
  653. [CC] res_config_odbc.c -> res_config_odbc.o
  654. [LD] res_config_odbc.o -> res_config_odbc.so
  655. [CC] res_config_sqlite3.c -> res_config_sqlite3.o
  656. [LD] res_config_sqlite3.o -> res_config_sqlite3.so
  657. [CC] res_convert.c -> res_convert.o
  658. [LD] res_convert.o -> res_convert.so
  659. [CC] res_crypto.c -> res_crypto.o
  660. [LD] res_crypto.o -> res_crypto.so
  661. [CC] res_curl.c -> res_curl.o
  662. [LD] res_curl.o -> res_curl.so
  663. [CC] res_fax.c -> res_fax.o
  664. [LD] res_fax.o -> res_fax.so
  665. [CC] res_fax_spandsp.c -> res_fax_spandsp.o
  666. [LD] res_fax_spandsp.o -> res_fax_spandsp.so
  667. [CC] res_format_attr_celt.c -> res_format_attr_celt.o
  668. [LD] res_format_attr_celt.o -> res_format_attr_celt.so
  669. [CC] res_format_attr_h263.c -> res_format_attr_h263.o
  670. [LD] res_format_attr_h263.o -> res_format_attr_h263.so
  671. [CC] res_format_attr_h264.c -> res_format_attr_h264.o
  672. [LD] res_format_attr_h264.o -> res_format_attr_h264.so
  673. [CC] res_format_attr_opus.c -> res_format_attr_opus.o
  674. [LD] res_format_attr_opus.o -> res_format_attr_opus.so
  675. [CC] res_format_attr_silk.c -> res_format_attr_silk.o
  676. [LD] res_format_attr_silk.o -> res_format_attr_silk.so
  677. [CC] res_http_websocket.c -> res_http_websocket.o
  678. [LD] res_http_websocket.o -> res_http_websocket.so
  679. [CC] res_limit.c -> res_limit.o
  680. [LD] res_limit.o -> res_limit.so
  681. [CC] res_monitor.c -> res_monitor.o
  682. [LD] res_monitor.o -> res_monitor.so
  683. [CC] res_musiconhold.c -> res_musiconhold.o
  684. [LD] res_musiconhold.o -> res_musiconhold.so
  685. [CC] res_mutestream.c -> res_mutestream.o
  686. [LD] res_mutestream.o -> res_mutestream.so
  687. [CC] res_odbc.c -> res_odbc.o
  688. [LD] res_odbc.o -> res_odbc.so
  689. [CC] res_parking.c -> res_parking.o
  690. [CC] parking/parking_applications.c -> parking/parking_applications.o
  691. [CC] parking/parking_bridge.c -> parking/parking_bridge.o
  692. [CC] parking/parking_bridge_features.c -> parking/parking_bridge_features.o
  693. [CC] parking/parking_controller.c -> parking/parking_controller.o
  694. [CC] parking/parking_devicestate.c -> parking/parking_devicestate.o
  695. [CC] parking/parking_manager.c -> parking/parking_manager.o
  696. [CC] parking/parking_tests.c -> parking/parking_tests.o
  697. [CC] parking/parking_ui.c -> parking/parking_ui.o
  698. [LD] 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 -> res_parking.so
  699. [CC] res_phoneprov.c -> res_phoneprov.o
  700. [LD] res_phoneprov.o -> res_phoneprov.so
  701. [CC] res_pjsip_acl.c -> res_pjsip_acl.o
  702. [LD] res_pjsip_acl.o -> res_pjsip_acl.so
  703. [CC] res_pjsip_authenticator_digest.c -> res_pjsip_authenticator_digest.o
  704. [LD] res_pjsip_authenticator_digest.o -> res_pjsip_authenticator_digest.so
  705. [CC] res_pjsip.c -> res_pjsip.o
  706. [CC] res_pjsip/config_auth.c -> res_pjsip/config_auth.o
  707. [CC] res_pjsip/config_domain_aliases.c -> res_pjsip/config_domain_aliases.o
  708. [CC] res_pjsip/config_global.c -> res_pjsip/config_global.o
  709. [CC] res_pjsip/config_system.c -> res_pjsip/config_system.o
  710. [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o
  711. [CC] res_pjsip/location.c -> res_pjsip/location.o
  712. [CC] res_pjsip/pjsip_cli.c -> res_pjsip/pjsip_cli.o
  713. [CC] res_pjsip/pjsip_configuration.c -> res_pjsip/pjsip_configuration.o
  714. [CC] res_pjsip/pjsip_distributor.c -> res_pjsip/pjsip_distributor.o
  715. res_pjsip/pjsip_distributor.c: In function ‘find_dialog’:
  716. res_pjsip/pjsip_distributor.c:141:21: error: ‘pjsip_transaction’ has no member named ‘mutex’
  717. make[1]: *** [res_pjsip/pjsip_distributor.o] Error 1
  718. make: *** [res] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement