Advertisement
Guest User

Untitled

a guest
Dec 7th, 2018
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.33 KB | None | 0 0
  1. @PC:~/Downloads$ cd yate/
  2.  
  3.  
  4.  
  5. @PC:~/Downloads/yate$ ls
  6. readme yate yatebts
  7.  
  8.  
  9.  
  10. @PC:~/Downloads/yate$ cd yate
  11.  
  12.  
  13.  
  14. @PC:~/Downloads/yate/yate$ ls
  15. autogen.sh docs packing yatecbase.h yatengine.h
  16. ChangeLog engine README yateclass.h yate.pc.in
  17. clients libs run.in yate-config.sh yatephone.h
  18. conf.d main.cpp share yateiss.inc.in yateversn.h.in
  19. configure.ac Makefile.in tools yatemath.h yatexml.h
  20. COPYING modules windows yatemime.h
  21.  
  22.  
  23. @PC:~/Downloads/yate/yate$ dos2unix autogen.sh ; dos2unix yate-config.sh
  24. dos2unix: converting file autogen.sh to Unix format...
  25. dos2unix: converting file yate-config.sh to Unix format...
  26.  
  27.  
  28. @PC:~/Downloads/yate/yate$ ./autogen.sh
  29. Finished! Now run configure. If in doubt run ./configure --help
  30.  
  31.  
  32. @PC:~/Downloads/yate/yate$ vim +6113 configure
  33.  
  34.  
  35. @PC:~/Downloads/yate/yate$ vim +6758 configure
  36.  
  37.  
  38.  
  39. @PC:~/Downloads/yate/yate$ ./configure --prefix=/usr/local
  40. checking for local operating system type... Linux
  41. checking for libraries directory name... lib/x86_64-linux-gnu
  42. checking for g++... g++
  43. checking whether the C++ compiler works... yes
  44. checking for C++ compiler default output file name... a.out
  45. checking for suffix of executables...
  46. checking whether we are cross compiling... no
  47. checking for suffix of object files... o
  48. checking whether we are using the GNU C++ compiler... yes
  49. checking whether g++ accepts -g... yes
  50. checking for gcc... gcc
  51. checking whether we are using the GNU C compiler... yes
  52. checking whether gcc accepts -g... yes
  53. checking for gcc option to accept ISO C89... none needed
  54. checking for gawk... no
  55. checking for mawk... mawk
  56. checking for sed command to use... sed
  57. checking how to run the C preprocessor... gcc -E
  58. checking for grep that handles long lines and -e... /bin/grep
  59. checking for egrep... /bin/grep -E
  60. checking for ANSI C header files... yes
  61. checking for sys/types.h... yes
  62. checking for sys/stat.h... yes
  63. checking for stdlib.h... yes
  64. checking for string.h... yes
  65. checking for memory.h... yes
  66. checking for strings.h... yes
  67. checking for inttypes.h... yes
  68. checking for stdint.h... yes
  69. checking for unistd.h... yes
  70. checking whether byte ordering is bigendian... no
  71. checking for gcc printf format typechecks... yes
  72. checking for -Wno-overloaded-virtual flag... yes
  73. checking if ld supports reporting unresolved symbols... yes
  74. checking if instruction blocks return values... yes
  75. checking for dirent.h that defines DIR... yes
  76. checking for library containing opendir... none required
  77. checking for ANSI C header files... (cached) yes
  78. checking fcntl.h usability... yes
  79. checking fcntl.h presence... yes
  80. checking for fcntl.h... yes
  81. checking semaphore.h usability... yes
  82. checking semaphore.h presence... yes
  83. checking for semaphore.h... yes
  84. checking arpa/inet.h usability... yes
  85. checking arpa/inet.h presence... yes
  86. checking for arpa/inet.h... yes
  87. checking netdb.h usability... yes
  88. checking netdb.h presence... yes
  89. checking for netdb.h... yes
  90. checking netinet/in.h usability... yes
  91. checking netinet/in.h presence... yes
  92. checking for netinet/in.h... yes
  93. checking sys/ioctl.h usability... yes
  94. checking sys/ioctl.h presence... yes
  95. checking for sys/ioctl.h... yes
  96. checking sys/socket.h usability... yes
  97. checking sys/socket.h presence... yes
  98. checking for sys/socket.h... yes
  99. checking sys/time.h usability... yes
  100. checking sys/time.h presence... yes
  101. checking for sys/time.h... yes
  102. checking for an ANSI C-conforming const... yes
  103. checking for inline... inline
  104. checking whether time.h and sys/time.h may both be included... yes
  105. checking return type of signal handlers... void
  106. checking for malloc... yes
  107. checking for gettimeofday... yes
  108. checking for inet_ntoa... yes
  109. checking for memmove... yes
  110. checking for strerror... yes
  111. checking for getcwd... yes
  112. checking for prctl... yes
  113. checking for sockaddr.sa_len presence... no
  114. checking for tm.tm_gmtoff presence... yes
  115. checking for integer timezone variable... yes
  116. checking for poll... yes
  117. checking for pthread_mutexattr_settype in -lpthread... yes
  118. checking for dlopen in default libs... no
  119. checking for dlopen in -ldl... yes
  120. checking for pthread_mutexattr_settype declaration... yes
  121. checking for pthread_mutex_timedlock... yes
  122. checking for sem_timedwait... yes
  123. checking for inet_ntop... yes
  124. checking for inet_pton... yes
  125. checking for gethostbyname_r... yes
  126. checking for gethostbyname2_r... yes
  127. checking for gethostbyname2... yes
  128. checking for pthread_kill_other_threads_np declaration... no
  129. checking whether to use inline functions... auto
  130. checking whether to use atomic integer operations... yes
  131. checking whether to use sse2 operations... no
  132. checking for basic SCTP support... yes
  133. checking for netinet/sctp.h usability... yes
  134. checking whether sctp_connectx has 4 arguments... yes
  135. checking whether sctp_setadaptation struct is present... yes
  136. checking whether sctp_sack_info struct is present... yes
  137. checking whether SCTP_UNCONFIRMED is present... yes
  138. checking whether SCTP_PF is present... yes
  139. checking for resolver library... yes -lresolv
  140. checking for dn_skipname... yes
  141. checking whether to use the internal regexp library... no
  142. checking for regcomp... yes
  143. checking for Postgress SQL in /usr... no
  144. checking for MySQL using mysql_config... no
  145. checking for SQLite using pkg-config... no
  146. checking for Dahdi generic headers... no
  147. checking for Zaptel generic headers... no
  148. checking for Zaptel linux headers... no
  149. checking for Wanpipe new generic headers... no
  150. checking for Wanpipe old generic headers... no
  151. checking for Wanpipe linux headers... no
  152. checking for sound card headers... yes
  153. checking for ALSA headers... yes
  154. checking for gsm.h in /usr/local/include/gsm... no
  155. checking for iLBC reference in libs... yes
  156. checking for iLBC miniwebrtc in libs... yes
  157. checking for iSAC float in libs... yes
  158. checking for speex.h in /usr/local/include/speex... no
  159. checking for AMR-NB in /usr... no
  160. checking for usable spandsp in /usr/local/include... no
  161. checking for Pwlib in /usr/local... no RTTI: none
  162. checking for OpenSSL using pkg-config... 1.1.1
  163. checking for OpenSSL AES_ctr128_encrypt... no
  164. checking for OpenSSL TLS_method... yes
  165. checking for OpenSSL SSL_load_error_strings... yes
  166. checking for zlib in /usr... yes
  167. checking for libusb in /usr... yes
  168. checking for Qt4 >= 4.3.0 using pkg-config... 4.8.7
  169. checking for mallinfo in malloc.h... yes
  170. checking for coredumper.h in /usr/local... no
  171. checking whether to enable RTTI support... none
  172. checking if shared libraries should be executable... no
  173. checking for doxygen version... 1.8.13
  174. checking for kdoc version... no
  175. configure: creating ./config.status
  176. .in'ig.status: error: cannot find input file: `packing/rpm/yate.spec
  177.  
  178.  
  179.  
  180.  
  181. @PC:~/Downloads/yate/yate$ ./configure
  182. checking for local operating system type... Linux
  183. checking for libraries directory name... lib/x86_64-linux-gnu
  184. checking for g++... g++
  185. checking whether the C++ compiler works... yes
  186. checking for C++ compiler default output file name... a.out
  187. checking for suffix of executables...
  188. checking whether we are cross compiling... no
  189. checking for suffix of object files... o
  190. checking whether we are using the GNU C++ compiler... yes
  191. checking whether g++ accepts -g... yes
  192. checking for gcc... gcc
  193. checking whether we are using the GNU C compiler... yes
  194. checking whether gcc accepts -g... yes
  195. checking for gcc option to accept ISO C89... none needed
  196. checking for gawk... no
  197. checking for mawk... mawk
  198. checking for sed command to use... sed
  199. checking how to run the C preprocessor... gcc -E
  200. checking for grep that handles long lines and -e... /bin/grep
  201. checking for egrep... /bin/grep -E
  202. checking for ANSI C header files... yes
  203. checking for sys/types.h... yes
  204. checking for sys/stat.h... yes
  205. checking for stdlib.h... yes
  206. checking for string.h... yes
  207. checking for memory.h... yes
  208. checking for strings.h... yes
  209. checking for inttypes.h... yes
  210. checking for stdint.h... yes
  211. checking for unistd.h... yes
  212. checking whether byte ordering is bigendian... no
  213. checking for gcc printf format typechecks... yes
  214. checking for -Wno-overloaded-virtual flag... yes
  215. checking if ld supports reporting unresolved symbols... yes
  216. checking if instruction blocks return values... yes
  217. checking for dirent.h that defines DIR... yes
  218. checking for library containing opendir... none required
  219. checking for ANSI C header files... (cached) yes
  220. checking fcntl.h usability... yes
  221. checking fcntl.h presence... yes
  222. checking for fcntl.h... yes
  223. checking semaphore.h usability... yes
  224. checking semaphore.h presence... yes
  225. checking for semaphore.h... yes
  226. checking arpa/inet.h usability... yes
  227. checking arpa/inet.h presence... yes
  228. checking for arpa/inet.h... yes
  229. checking netdb.h usability... yes
  230. checking netdb.h presence... yes
  231. checking for netdb.h... yes
  232. checking netinet/in.h usability... yes
  233. checking netinet/in.h presence... yes
  234. checking for netinet/in.h... yes
  235. checking sys/ioctl.h usability... yes
  236. checking sys/ioctl.h presence... yes
  237. checking for sys/ioctl.h... yes
  238. checking sys/socket.h usability... yes
  239. checking sys/socket.h presence... yes
  240. checking for sys/socket.h... yes
  241. checking sys/time.h usability... yes
  242. checking sys/time.h presence... yes
  243. checking for sys/time.h... yes
  244. checking for an ANSI C-conforming const... yes
  245. checking for inline... inline
  246. checking whether time.h and sys/time.h may both be included... yes
  247. checking return type of signal handlers... void
  248. checking for malloc... yes
  249. checking for gettimeofday... yes
  250. checking for inet_ntoa... yes
  251. checking for memmove... yes
  252. checking for strerror... yes
  253. checking for getcwd... yes
  254. checking for prctl... yes
  255. checking for sockaddr.sa_len presence... no
  256. checking for tm.tm_gmtoff presence... yes
  257. checking for integer timezone variable... yes
  258. checking for poll... yes
  259. checking for pthread_mutexattr_settype in -lpthread... yes
  260. checking for dlopen in default libs... no
  261. checking for dlopen in -ldl... yes
  262. checking for pthread_mutexattr_settype declaration... yes
  263. checking for pthread_mutex_timedlock... yes
  264. checking for sem_timedwait... yes
  265. checking for inet_ntop... yes
  266. checking for inet_pton... yes
  267. checking for gethostbyname_r... yes
  268. checking for gethostbyname2_r... yes
  269. checking for gethostbyname2... yes
  270. checking for pthread_kill_other_threads_np declaration... no
  271. checking whether to use inline functions... auto
  272. checking whether to use atomic integer operations... yes
  273. checking whether to use sse2 operations... no
  274. checking for basic SCTP support... yes
  275. checking for netinet/sctp.h usability... yes
  276. checking whether sctp_connectx has 4 arguments... yes
  277. checking whether sctp_setadaptation struct is present... yes
  278. checking whether sctp_sack_info struct is present... yes
  279. checking whether SCTP_UNCONFIRMED is present... yes
  280. checking whether SCTP_PF is present... yes
  281. checking for resolver library... yes -lresolv
  282. checking for dn_skipname... yes
  283. checking whether to use the internal regexp library... no
  284. checking for regcomp... yes
  285. checking for Postgress SQL in /usr... no
  286. checking for MySQL using mysql_config... no
  287. checking for SQLite using pkg-config... no
  288. checking for Dahdi generic headers... no
  289. checking for Zaptel generic headers... no
  290. checking for Zaptel linux headers... no
  291. checking for Wanpipe new generic headers... no
  292. checking for Wanpipe old generic headers... no
  293. checking for Wanpipe linux headers... no
  294. checking for sound card headers... yes
  295. checking for ALSA headers... yes
  296. checking for gsm.h in /usr/local/include/gsm... no
  297. checking for iLBC reference in libs... yes
  298. checking for iLBC miniwebrtc in libs... yes
  299. checking for iSAC float in libs... yes
  300. checking for speex.h in /usr/local/include/speex... no
  301. checking for AMR-NB in /usr... no
  302. checking for usable spandsp in /usr/local/include... no
  303. checking for Pwlib in /usr/local... no RTTI: none
  304. checking for OpenSSL using pkg-config... 1.1.1
  305. checking for OpenSSL AES_ctr128_encrypt... no
  306. checking for OpenSSL TLS_method... yes
  307. checking for OpenSSL SSL_load_error_strings... yes
  308. checking for zlib in /usr... yes
  309. checking for libusb in /usr... yes
  310. checking for Qt4 >= 4.3.0 using pkg-config... 4.8.7
  311. checking for mallinfo in malloc.h... yes
  312. checking for coredumper.h in /usr/local... no
  313. checking whether to enable RTTI support... none
  314. checking if shared libraries should be executable... no
  315. checking for doxygen version... 1.8.13
  316. checking for kdoc version... no
  317. configure: creating ./config.status
  318. .in'ig.status: error: cannot find input file: `packing/rpm/yate.spec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement