Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.37 KB | None | 0 0
  1. [root@localhost asterisk-chan-dongle-asterisk11]# aclocal && autoconf && automake -a
  2. configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
  3. ../../lib/autoconf/general.m4:1795: AC_CANONICAL_TARGET is expanded from...
  4. ../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
  5. configure.in:10: the top level
  6. configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
  7. ../../lib/autoconf/general.m4:1795: AC_CANONICAL_TARGET is expanded from...
  8. ../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
  9. configure.in:10: the top level
  10. configure.in:10: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
  11. ../../lib/autoconf/general.m4:1795: AC_CANONICAL_TARGET is expanded from...
  12. ../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
  13. configure.in:10: the top level
  14. configure.in:7: installing `./missing'
  15. automake: no `Makefile.am' found for any configure output
  16. [root@localhost asterisk-chan-dongle-asterisk11]# ./configure
  17. checking build system type... i686-pc-linux-gnu
  18. checking host system type... i686-pc-linux-gnu
  19. checking target system type... i686-pc-linux-gnu
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking whether build environment is sane... yes
  22. checking for a thread-safe mkdir -p... /bin/mkdir -p
  23. checking for gawk... gawk
  24. checking whether make sets $(MAKE)... yes
  25. checking target system type... (cached) i686-pc-linux-gnu
  26. checking host system type... (cached) i686-pc-linux-gnu
  27. checking for gcc... gcc
  28. checking for C compiler default output file name... a.out
  29. checking whether the C compiler works... yes
  30. checking whether we are cross compiling... no
  31. checking for suffix of executables...
  32. checking for suffix of object files... o
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether gcc accepts -g... yes
  35. checking for gcc option to accept ISO C89... none needed
  36. checking for style of include used by make... GNU
  37. checking dependency style of gcc... none
  38. checking how to run the C preprocessor... gcc -E
  39. checking for a BSD-compatible install... /usr/bin/install -c
  40. checking for strip... strip
  41. checking for rm... rm
  42. checking for library containing iconv... none required
  43. checking for grep that handles long lines and -e... /bin/grep
  44. checking for egrep... /bin/grep -E
  45. checking for ANSI C header files... yes
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking fcntl.h usability... yes
  56. checking fcntl.h presence... yes
  57. checking for fcntl.h... yes
  58. checking for stdlib.h... (cached) yes
  59. checking for string.h... (cached) yes
  60. checking sys/time.h usability... yes
  61. checking sys/time.h presence... yes
  62. checking for sys/time.h... yes
  63. checking termios.h usability... yes
  64. checking termios.h presence... yes
  65. checking for termios.h... yes
  66. checking whether asterisk.h in ../include... no
  67. checking whether asterisk.h in /usr/include... yes
  68. checking asterisk.h usability... yes
  69. checking asterisk.h presence... yes
  70. checking for asterisk.h... yes
  71. checking whether iconv.h in /usr/include... yes
  72. checking iconv.h usability... yes
  73. checking iconv.h presence... yes
  74. checking for iconv.h... yes
  75. checking for iconv use const inbuf... no
  76. checking for iconv_t in iconv.h... yes
  77. checking for AST_CONTROL_SRCCHANGE in asterisk/frame.h... yes
  78. checking for an ANSI C-conforming const... yes
  79. checking for inline... inline
  80. checking for size_t... yes
  81. checking for ssize_t... yes
  82. checking for uint64_t... yes
  83. checking whether CC supports -fvisibility=hidden... yes
  84. checking whether CC supports -fPIC... yes
  85. checking whether CC supports -Wall... yes
  86. checking whether CC supports -Wextra... yes
  87. checking whether CC supports -MD -MT conftest.o -MF /dev/null -MP... yes
  88. checking whether DESTDIR is /usr/lib/asterisk/modules... yes
  89. checking for working memcmp... yes
  90. checking for memchr... yes
  91. checking for memmove... yes
  92. checking for memset... yes
  93. checking for memmem... yes
  94. checking for strcasecmp... yes
  95. checking for strchr... yes
  96. checking for strncasecmp... yes
  97. checking for strtol... yes
  98. checking for realpath... yes
  99. configure: creating ./config.status
  100. config.status: creating Makefile
  101. config.status: creating config.h
  102. config.status: config.h is unchanged
  103. config.status: executing depfiles commands
  104. [root@localhost asterisk-chan-dongle-asterisk11]# make
  105. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT app.o -MF .app.o.d -MP -o app.o -c app.c
  106. app.c: In function ‘app_status_exec’:
  107. app.c:37: warning: missing initializer
  108. app.c:37: warning: (near initialization for ‘args.resource’)
  109. app.c: In function ‘app_send_sms_exec’:
  110. app.c:82: warning: missing initializer
  111. app.c:82: warning: (near initialization for ‘args.device’)
  112. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT at_command.o -MF .at_command.o.d -MP -o at_command.o -c at_command.c
  113. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT at_parse.o -MF .at_parse.o.d -MP -o at_parse.o -c at_parse.c
  114. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT at_queue.o -MF .at_queue.o.d -MP -o at_queue.o -c at_queue.c
  115. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT at_read.o -MF .at_read.o.d -MP -o at_read.o -c at_read.c
  116. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT at_response.o -MF .at_response.o.d -MP -o at_response.o -c at_response.c
  117. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT chan_dongle.o -MF .chan_dongle.o.d -MP -o chan_dongle.o -c chan_dongle.c
  118. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT channel.o -MF .channel.o.d -MP -o channel.o -c channel.c
  119. channel.c:1437: warning: initialization from incompatible pointer type
  120. channel.c:1438: warning: initialization from incompatible pointer type
  121. channel.c:1447: warning: initialization from incompatible pointer type
  122. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT char_conv.o -MF .char_conv.o.d -MP -o char_conv.o -c char_conv.c
  123. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT cli.o -MF .cli.o.d -MP -o cli.o -c cli.c
  124. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT helpers.o -MF .helpers.o.d -MP -o helpers.o -c helpers.c
  125. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT manager.o -MF .manager.o.d -MP -o manager.o -c manager.c
  126. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT memmem.o -MF .memmem.o.d -MP -o memmem.o -c memmem.c
  127. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT ringbuffer.o -MF .ringbuffer.o.d -MP -o ringbuffer.o -c ringbuffer.c
  128. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT cpvt.o -MF .cpvt.o.d -MP -o cpvt.o -c cpvt.c
  129. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT dc_config.o -MF .dc_config.o.d -MP -o dc_config.o -c dc_config.c
  130. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT pdu.o -MF .pdu.o.d -MP -o pdu.o -c pdu.c
  131. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT mixbuffer.o -MF .mixbuffer.o.d -MP -o mixbuffer.o -c mixbuffer.c
  132. gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DASTERISK_VERSION_NUM=110000 -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT pdiscovery.o -MF .pdiscovery.o.d -MP -o pdiscovery.o -c pdiscovery.c
  133. gcc -shared -Xlinker -x -o chan_dongle.so app.o at_command.o at_parse.o at_queue.o at_read.o at_response.o chan_dongle.o channel.o char_conv.o cli.o helpers.o manager.o memmem.o ringbuffer.o cpvt.o dc_config.o pdu.o mixbuffer.o pdiscovery.o
  134. [root@localhost asterisk-chan-dongle-asterisk11]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement