Advertisement
Guest User

Untitled

a guest
Mar 6th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.12 KB | None | 0 0
  1. root@vmsc:/software/lcr# ./configure --prefix=/usr/local/lcr --without-asterisk --without-misdn --with-gsm-bs --with-sip
  2. checking for gcc... gcc
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking how to run the C preprocessor... gcc -E
  12. checking for grep that handles long lines and -e... /bin/grep
  13. checking for egrep... /bin/grep -E
  14. checking for ANSI C header files... yes
  15. checking for sys/types.h... yes
  16. checking for sys/stat.h... yes
  17. checking for stdlib.h... yes
  18. checking for string.h... yes
  19. checking for memory.h... yes
  20. checking for strings.h... yes
  21. checking for inttypes.h... yes
  22. checking for stdint.h... yes
  23. checking for unistd.h... yes
  24. checking minix/config.h usability... no
  25. checking minix/config.h presence... no
  26. checking for minix/config.h... no
  27. checking whether it is safe to define __EXTENSIONS__... yes
  28. checking for a BSD-compatible install... /usr/bin/install -c
  29. checking whether build environment is sane... yes
  30. checking for a thread-safe mkdir -p... /bin/mkdir -p
  31. checking for gawk... no
  32. checking for mawk... mawk
  33. checking whether make sets $(MAKE)... yes
  34. checking for style of include used by make... GNU
  35. checking dependency style of gcc... gcc3
  36. checking how to run the C preprocessor... gcc -E
  37. checking for g++... g++
  38. checking whether we are using the GNU C++ compiler... yes
  39. checking whether g++ accepts -g... yes
  40. checking dependency style of g++... gcc3
  41. checking for gcc... (cached) gcc
  42. checking whether we are using the GNU C compiler... (cached) yes
  43. checking whether gcc accepts -g... (cached) yes
  44. checking for gcc option to accept ISO C89... (cached) none needed
  45. checking whether make sets $(MAKE)... (cached) yes
  46. checking openssl/rsa.h usability... no
  47. checking openssl/rsa.h presence... no
  48. checking for openssl/rsa.h... no
  49. checking for main in -lcrypto... no
  50. checking /usr/include/gsm/gsm.h... yes
  51. checking for pkg-config... /usr/bin/pkg-config
  52. checking pkg-config is at least version 0.9.0... yes
  53. checking for SOFIA... yes
  54. checking for main in -lm... yes
  55. checking for main in -lncurses... yes
  56. checking for main in -lpthread... yes
  57. checking for dirent.h that defines DIR... yes
  58. checking for library containing opendir... none required
  59. checking for ANSI C header files... (cached) yes
  60. checking for sys/wait.h that is POSIX.1 compatible... yes
  61. checking fcntl.h usability... yes
  62. checking fcntl.h presence... yes
  63. checking for fcntl.h... yes
  64. checking netinet/in.h usability... yes
  65. checking netinet/in.h presence... yes
  66. checking for netinet/in.h... yes
  67. checking for stdlib.h... (cached) yes
  68. checking for string.h... (cached) yes
  69. checking sys/file.h usability... yes
  70. checking sys/file.h presence... yes
  71. checking for sys/file.h... yes
  72. checking sys/ioctl.h usability... yes
  73. checking sys/ioctl.h presence... yes
  74. checking for sys/ioctl.h... yes
  75. checking sys/socket.h usability... yes
  76. checking sys/socket.h presence... yes
  77. checking for sys/socket.h... yes
  78. checking sys/time.h usability... yes
  79. checking sys/time.h presence... yes
  80. checking for sys/time.h... yes
  81. checking for unistd.h... (cached) yes
  82. checking ctype.h usability... yes
  83. checking ctype.h presence... yes
  84. checking for ctype.h... yes
  85. checking assert.h usability... yes
  86. checking assert.h presence... yes
  87. checking for assert.h... yes
  88. checking for assert.h... (cached) yes
  89. checking for stdbool.h that conforms to C99... yes
  90. checking for _Bool... yes
  91. checking for an ANSI C-conforming const... yes
  92. checking for inline... inline
  93. checking for pid_t... yes
  94. checking whether time.h and sys/time.h may both be included... yes
  95. checking whether struct tm is in sys/time.h or time.h... time.h
  96. checking vfork.h usability... no
  97. checking vfork.h presence... no
  98. checking for vfork.h... no
  99. checking for fork... yes
  100. checking for vfork... yes
  101. checking for working fork... yes
  102. checking for working vfork... (cached) yes
  103. checking whether gcc needs -traditional... no
  104. checking whether lstat correctly handles trailing slash... yes
  105. checking whether lstat accepts an empty string... no
  106. checking whether lstat correctly handles trailing slash... (cached) yes
  107. checking for stdlib.h... (cached) yes
  108. checking for GNU libc compatible malloc... yes
  109. checking for working memcmp... yes
  110. checking return type of signal handlers... void
  111. checking for working strnlen... yes
  112. checking for working strtod... yes
  113. checking for vprintf... yes
  114. checking for _doprnt... no
  115. checking for gettimeofday... yes
  116. checking for memmove... yes
  117. checking for memset... yes
  118. checking for mkdir... yes
  119. checking for socket... yes
  120. checking for strcasecmp... yes
  121. checking for strchr... yes
  122. checking for strerror... yes
  123. checking for strncasecmp... yes
  124. checking for strstr... yes
  125. checking for strtol... yes
  126. checking for strtoul... yes
  127. configure: creating ./config.status
  128. config.status: creating Makefile
  129. config.status: creating config.h
  130. config.status: config.h is unchanged
  131. config.status: executing depfiles commands
  132. configure: Not compiled with mISDN support
  133. configure: Compiled with GSM network side support
  134. configure: Not compiled with GSM mobile side support
  135. configure: Not compiled with Asterisk channel driver support
  136. configure: Not compiled with CCITT No.5 support
  137. configure: Compiled with SIP support
  138. root@vmsc:/software/lcr#
  139. root@vmsc:/software/lcr#
  140. root@vmsc:/software/lcr#
  141. root@vmsc:/software/lcr# make
  142. make all-am
  143. make[1]: Entering directory `/software/lcr'
  144. g++ -DHAVE_CONFIG_H -I. -DWITH_GSM_BS -DWITH_SIP -I/usr/include/sofia-sip-1.12 -Wall -DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\"" -DLOG_DIR="\"/usr/local/lcr\"" -DEXTENSION_DATA="\"/usr/local/lcr/extensions\"" -g -O2 -MT gsm.o -MD -MP -MF .deps/gsm.Tpo -c -o gsm.o gsm.cpp
  145. gsm.cpp:23:31: error: mISDN/mISDNcompat.h: No such file or directory
  146. make[1]: *** [gsm.o] Error 1
  147. make[1]: Leaving directory `/software/lcr'
  148. make: *** [all] Error 2
  149. root@vmsc:/software/lcr#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement